Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing STL objects to dll

Status
Not open for further replies.

shrismail

Programmer
Oct 2, 2001
2
IN
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top