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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.