SDK questions

Archives Forums/Blitz3D SDK Programming/SDK questions

Brendane(Posted 2007) [#1]
The info says that its packaged with static libs for C++. I presume this actually means import libs for the DLL and not actual static libs. Which are they?

I presume they are COFF format (since its common to MCVC and MingW) - right?

Is there any call to get the DX7 interface (not seeing the SystemProperty function in that list.. is that ommitted for some reason?).


skidracer(Posted 2007) [#2]
I just added SystemProperty this morning so will be included in first update.

Yes, the dll static interface is pure "C" so can be renamed from .lib to .a without any of the usual dramas, which incidentally is how the blitzmax blitz3dsdk module links up.