Code:
struct GMWnv; typedef GMWnv *HGMNV; // GM5S32.DLL business logic functions long _stdcall GMW_Execute( const char *szFunc, HGMNV hgmnv ); // create, release & copy name value containers HGMNV __stdcall GMW_NV_Create();
I'm sure the problem is my ignorance of C, so if anyone can help then I'm all ears.
Thanks a lot,
Scott
------------------
Scott Wolfington
http://www.boogietools.com
[This message has been edited by Scott Wolfington (edited March 05, 2003).]
Comment