Click here to Skip to main content
15,896,111 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: STL in DLL problems Pin
Jörgen Sigvardsson27-Mar-06 10:59
Jörgen Sigvardsson27-Mar-06 10:59 
Generalmydll is a win32 project,my exe is an mfc project Pin
jianxin080527-Mar-06 13:51
jianxin080527-Mar-06 13:51 
GeneralRe: mydll is a win32 project,my exe is an mfc project Pin
khan++27-Mar-06 20:15
khan++27-Mar-06 20:15 
Generalhow to do that in VS2003 Pin
jianxin080528-Mar-06 15:50
jianxin080528-Mar-06 15:50 
GeneralRe: how to do that in VS2003 Pin
khan++28-Mar-06 18:58
khan++28-Mar-06 18:58 
AnswerRe: STL in DLL problems Pin
Nemanja Trifunovic27-Mar-06 5:03
Nemanja Trifunovic27-Mar-06 5:03 
GeneralRe: STL in DLL problems Pin
Jörgen Sigvardsson27-Mar-06 11:02
Jörgen Sigvardsson27-Mar-06 11:02 
GeneralRe: STL in DLL problems Pin
Stuart Dootson27-Mar-06 20:30
professionalStuart Dootson27-Mar-06 20:30 
In the original posters example, that is happening. The strvector is constructed in the exe. When the setvector method is called, a string that's been constructed in the DLL is added to the vector. Later, when the strvector is destructed in the executable, it'll call the string destructor, also in the executable. This will try to release memory from the DLLs heap, which it doesn't have access to unless you've used the DLL CRT.
GeneralRe: STL in DLL problems Pin
Jörgen Sigvardsson27-Mar-06 21:02
Jörgen Sigvardsson27-Mar-06 21:02 
QuestionBasic to ATL/COM ...... Pin
maharaja pandian21-Mar-06 23:14
maharaja pandian21-Mar-06 23:14 
AnswerRe: Basic to ATL/COM ...... Pin
squidev25-Mar-06 10:04
squidev25-Mar-06 10:04 
QuestionFiring event back to IE Pin
Ilya R20-Mar-06 23:38
Ilya R20-Mar-06 23:38 
AnswerRe: Firing event back to IE Pin
khan++21-Mar-06 20:19
khan++21-Mar-06 20:19 
GeneralRe: Firing event back to IE Pin
Ilya R21-Mar-06 21:57
Ilya R21-Mar-06 21:57 
GeneralRe: Firing event back to IE Pin
khan++21-Mar-06 22:53
khan++21-Mar-06 22:53 
GeneralRe: Firing event back to IE Pin
Ilya R21-Mar-06 23:55
Ilya R21-Mar-06 23:55 
AnswerSolved: Firing event back to IE Pin
Ilya R22-Mar-06 23:39
Ilya R22-Mar-06 23:39 
QuestionCollections Pin
zubair_ahmed17-Mar-06 18:14
zubair_ahmed17-Mar-06 18:14 
AnswerRe: Collections Pin
Igor Vigdorchik18-Mar-06 19:33
Igor Vigdorchik18-Mar-06 19:33 
AnswerRe: Collections Pin
Stephen Hewitt19-Mar-06 11:47
Stephen Hewitt19-Mar-06 11:47 
QuestionAbout IContextMenu? Pin
Syouki_kou16-Mar-06 19:26
Syouki_kou16-Mar-06 19:26 
AnswerRe: About IContextMenu? Pin
khan++17-Mar-06 2:12
khan++17-Mar-06 2:12 
GeneralRe: About IContextMenu? Pin
Syouki_kou19-Mar-06 13:59
Syouki_kou19-Mar-06 13:59 
QuestionBackspace problem in MFC ActiveX in IE Pin
Muhammad Azam13-Mar-06 22:35
Muhammad Azam13-Mar-06 22:35 
AnswerRe: Backspace problem in MFC ActiveX in IE Pin
Stephen Hewitt17-Mar-06 3:46
Stephen Hewitt17-Mar-06 3:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.