My frist attempt really didn't go anywere,
since you have to use the dll I had to convert the function exports from the header which wasn't the easiest thing to do.
The types are whats getting me.
I wrote a program to go though the header (I manually do each one) and pull the functions definitions out.
Problems is that I think the types are screwy, parameters like buffer is defined with alvoid :\
Which is defined as void when they should be longs.
So im not sure what to do really.
I got it to compile atleast but when I did a example from a tutorial and the ALUT which doesn't seam to have functions in the dll I wrote the functions by hand they seam to be Cdecl so I used callcfunction insted of callfunction
What I get is a invaild memory access.
Can you guy help me out here?
here is the source ive been working with:
OpenALForPB.zip



