Ok:
Define function like this:
extern "C"
int _declspec(dllexport)
XXL_Identify(
unsigned char* name,
unsigned char* description,
unsigned char* version
)
You will need to add in .DEF file something like this:
XXL_Identify @1
In main application to the following:
1)
typedef...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.