hi
i have created a regular dll, which i am loading from an win32 console application which uses MFC in a shared DLL (for the purpose of using CString class).
I am trying to pass STL objects like vectors and maps to the DLL.But an exception is thrown in the dll.
Is it possible to to pass STL objects to a regular dll from an application which uses MFC in a shared dll?
i am using CString objects in the maps and vectors.
please help...
thanks
shri
i have created a regular dll, which i am loading from an win32 console application which uses MFC in a shared DLL (for the purpose of using CString class).
I am trying to pass STL objects like vectors and maps to the DLL.But an exception is thrown in the dll.
Is it possible to to pass STL objects to a regular dll from an application which uses MFC in a shared dll?
i am using CString objects in the maps and vectors.
please help...
thanks
shri