JurkMonkey
Programmer
Does anyone have some good info on writing a wrapper class?
I'm trying to deal with methods like:
bool ImageExists(LPCSTR uid, const char * topicID, LPCSTR sectID);
This was written in C++ 6.0 - I need it to be accessible through managed code.
Thanks
I'm trying to deal with methods like:
bool ImageExists(LPCSTR uid, const char * topicID, LPCSTR sectID);
This was written in C++ 6.0 - I need it to be accessible through managed code.
Thanks