C++ Help

Miscellaneous Forums/General Discussion/C++ Help

Does anyone have a tutorial on how to make a DLL that can be used with Blitz? Sorry if this is in the wrong spot.

With which C++ compiler?

Uh... I don't know. I'm using Microsoft Visual C++ 2005 Express Edition, if that helps.

this should be enough...assuming you know C++,
http://www.blitzbasic.com/sdkspecs/sdkspecs/userlibs_specs.txt

Thanks! That helped me find out the cause of the problem I was having. I didn't put "_" infront of the functions.

Ked, if you look in your userlib folder in your root Blitz installation folder, theres a little read-me about how to build and use DLL's... Handy reference point for the future.

Dabz