Click here to Skip to main content
15,890,282 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: atl+mfc Pin
toxcct28-Mar-06 0:34
toxcct28-Mar-06 0:34 
GeneralRe: atl+mfc Pin
_tasleem28-Mar-06 2:59
_tasleem28-Mar-06 2:59 
GeneralRe: atl+mfc Pin
toxcct28-Mar-06 3:00
toxcct28-Mar-06 3:00 
Questioninternationalization in ATL/WTL apps Pin
Sidney Chong26-Mar-06 22:40
Sidney Chong26-Mar-06 22:40 
AnswerRe: internationalization in ATL/WTL apps Pin
Michael Dunn27-Mar-06 9:07
sitebuilderMichael Dunn27-Mar-06 9:07 
GeneralRe: internationalization in ATL/WTL apps Pin
Sidney Chong31-Mar-06 23:29
Sidney Chong31-Mar-06 23:29 
GeneralRe: internationalization in ATL/WTL apps Pin
Michael Dunn1-Apr-06 6:01
sitebuilderMichael Dunn1-Apr-06 6:01 
QuestionSTL in DLL problems Pin
jianxin080526-Mar-06 21:31
jianxin080526-Mar-06 21:31 
I export a class in dll examples
typedef vector<string> strvector;
class __declspec(dllexport) myclass()
{
void setvector(strvector &list);
}

void setvector(strvector &list)
{
list.push_back("mystring");//change the data
}

if i use this dll in my program
myclass mydll;
strvector mylist;
mydll.setvector(mylist);
if i use mylist again my program will crash;

how to deal with that?
i need to change the vector in my dll;

thanks thanks a lot.Sigh | :sigh:
AnswerRe: STL in DLL problems Pin
khan++27-Mar-06 0:15
khan++27-Mar-06 0:15 
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 
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 

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.