Click here to Skip to main content
15,885,919 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: ATL ActiveX destructor not called Pin
prasad_som8-Mar-07 22:51
prasad_som8-Mar-07 22:51 
GeneralRe: ATL ActiveX destructor not called Pin
TClarke8-Mar-07 22:57
TClarke8-Mar-07 22:57 
GeneralRe: ATL ActiveX destructor not called Pin
prasad_som8-Mar-07 23:01
prasad_som8-Mar-07 23:01 
GeneralRe: ATL ActiveX destructor not called Pin
TClarke8-Mar-07 23:04
TClarke8-Mar-07 23:04 
QuestionCreating IE instance Pin
rana748-Mar-07 3:54
rana748-Mar-07 3:54 
QuestionATL with wxWidgets ,is it possible???? Pin
capello.tn7-Mar-07 23:15
capello.tn7-Mar-07 23:15 
QuestionATL server session state keeping between two different web services? Pin
falsevapor7-Mar-07 10:41
falsevapor7-Mar-07 10:41 
Questionpush_back vector function - Not working Pin
LCI6-Mar-07 6:58
LCI6-Mar-07 6:58 
Anyone know why the .push_back function for a vector would overwrite the last entry. So for example, if i push 10 items into the vector. When i am done, the vector size shows 10 but the only item in there is the last one. I am totally clueless on this.

I call this function in a dll:
DLL_API int GetDATA(std::vector<datainforecname*>& pVectorDataInfoRecName, std::string sPath )

Then i process a DataInfoRecName pointer.

_tcscpy( pDataInfoRecName->szDate, TempString.c_str ());

Then i push it into the vector
pVectorDataInfoRecName.push_back(pDataInfoRecName);
QuestionFiring events doesn't work Pin
Romiks5-Mar-07 21:57
Romiks5-Mar-07 21:57 
AnswerRe: Firing events doesn't work Pin
User 2155978-Mar-07 3:18
User 2155978-Mar-07 3:18 
GeneralRe: Firing events doesn't work Pin
Romiks9-Mar-07 3:16
Romiks9-Mar-07 3:16 
QuestionSending and receiving objects as parameters and return values Pin
xelontr5-Mar-07 4:38
xelontr5-Mar-07 4:38 
AnswerRe: Sending and receiving objects as parameters and return values Pin
prasad_som5-Mar-07 6:05
prasad_som5-Mar-07 6:05 
Questionstorage of employee objects in a container Pin
The Bat Man1-Mar-07 5:46
The Bat Man1-Mar-07 5:46 
AnswerRe: storage of employee objects in a container Pin
Steve S1-Mar-07 6:44
Steve S1-Mar-07 6:44 
QuestionRe: storage of employee objects in a container Pin
The Bat Man1-Mar-07 8:36
The Bat Man1-Mar-07 8:36 
AnswerRe: storage of employee objects in a container Pin
Steve S1-Mar-07 21:23
Steve S1-Mar-07 21:23 
QuestionRe: storage of employee objects in a container [modified] Pin
The Bat Man2-Mar-07 4:49
The Bat Man2-Mar-07 4:49 
AnswerRe: storage of employee objects in a container Pin
kalkwarf1-Mar-07 12:15
kalkwarf1-Mar-07 12:15 
Questionstd::string Pin
LCI1-Mar-07 3:19
LCI1-Mar-07 3:19 
AnswerRe: std::string Pin
Michael Dunn1-Mar-07 5:48
sitebuilderMichael Dunn1-Mar-07 5:48 
Questionspecialization of STL-map Pin
Mr.Brainley23-Feb-07 4:28
Mr.Brainley23-Feb-07 4:28 
AnswerRe: specialization of STL-map Pin
Mr.Brainley23-Feb-07 4:56
Mr.Brainley23-Feb-07 4:56 
QuestionWarnings in my project Pin
Pankaj.Jain23-Feb-07 0:59
professionalPankaj.Jain23-Feb-07 0:59 
AnswerRe: Warnings in my project Pin
Stuart Dootson23-Feb-07 8:17
professionalStuart Dootson23-Feb-07 8:17 

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.