calling ' extern "C" int __declspec(dllexport) ' declared functions?
RJ <[email protected]>
| Newsgroups | gmane.comp.python.ctypes |
|---|---|
| Message-ID | <[email protected]> |
I am trying to access a win32 DLL with functions declared in the .h like this: extern "C" int __declspec(dllexport) GetBlockSize( int& iBlockSize ); extern "C" int __declspec(dllexport) SetBlockSize( int iBlockSize ); extern "C" int __declspec(dllexport) GetData( int iChannel, float* rData ); and I'm not getting anywhere. How do I call these three? -Ray ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ ctypes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ctypes-users