Extern

BlitzMax Forums/BlitzMax Programming/Extern

DStastny(Posted 2005) [#1]
I am working on getting a DLL imported and working in windows some of the functions are stdcall some are cdecl.

I m trying to figure out from all the exact syntax for the Extern declaration in my module so that I can get the correct calling conventions on the various functions.

Anyone have any pointers. The windows modules seem to go Extern "Win32" however if I do that I get link errors.

Help please

Thanks
Doug