Can class pointers be converted to CStrings and then converted back again to class pointers?
I have written a DLL that creates a class and returns a pointer to that class so multiple intances can use the DLL at the same time with their own class.
Can class pointers be converted to CStrings and then converted back again to class pointers?
I have written a DLL that creates a class and returns a pointer to that class so multiple intances can use the DLL at the same time with their own class.