Click here to Skip to main content
15,887,683 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
Generalpassing array of string back ATL to VB and vice versa Pin
bluish8-Aug-05 18:50
bluish8-Aug-05 18:50 
GeneralRe: passing array of string back ATL to VB and vice versa Pin
Christian Graus9-Aug-05 16:34
protectorChristian Graus9-Aug-05 16:34 
GeneralRe: passing array of string back ATL to VB and vice versa Pin
Jörgen Sigvardsson9-Aug-05 22:11
Jörgen Sigvardsson9-Aug-05 22:11 
GeneralCrash in IE while using ActiveX dll Pin
Amit Mulay8-Aug-05 0:32
Amit Mulay8-Aug-05 0:32 
GeneralRe: Crash in IE while using ActiveX dll Pin
Amit Mulay8-Aug-05 0:59
Amit Mulay8-Aug-05 0:59 
GeneralRe: Crash in IE while using ActiveX dll Pin
Jörgen Sigvardsson9-Aug-05 22:17
Jörgen Sigvardsson9-Aug-05 22:17 
QuestionWorking on POST method with BHO? Pin
nmhuy7-Aug-05 17:40
nmhuy7-Aug-05 17:40 
Questionvector won't load. Why? Pin
Larry Mills Sr7-Aug-05 9:22
Larry Mills Sr7-Aug-05 9:22 
I have a Class called CDriver which is as follows:
class CDriver {
public:
// Constructor
CDriver();
CDriver(CDriver &driver); // Copy constructor
CDriver operator =(const CDriver d);// Assign one to another
~CDriver();

// Varables
CString csFirstName;
CString csMI;
CString csLastName;
CString csBirthDate;
CString csASSN;
CString csStreetAddr;
CString csCity;
CString csState;
CString csZip;
CString csHomePhoneNum;
CString csHireDate;
CString csTruckAssigned;
};
Now I made a vector: "vector<<cdriver>> vecDriver"; Also a CString vector: "vector<<cstring>> myCStringvec"; and an iterator "vector<<cstring>>::iterator myIT";
None of these work properly! I can get the "myCStringvec.push_back(temCString)"; to accept one and only one CString. I NULLed temCString before reloading it with data then again used: "myCStringvec.push_back(temCString)"; to no avail. WHY?
vecDriver doesn't work at all nor does myIT. Please ignore the "<< and >>" it would not show what I wanted to show without using two each!


C++ is my favorite programming language
AnswerRe: vector won't load. Why? Pin
Steve S8-Aug-05 2:35
Steve S8-Aug-05 2:35 
GeneralRe: vector won't load. Why? Pin
Larry Mills Sr8-Aug-05 15:24
Larry Mills Sr8-Aug-05 15:24 
GeneralRe: vector won't load. Why? Pin
Steve S15-Aug-05 0:11
Steve S15-Aug-05 0:11 
GeneralRe: vector won't load. Why? Pin
Larry Mills Sr15-Aug-05 14:51
Larry Mills Sr15-Aug-05 14:51 
GeneralRe: vector won't load. Why? Pin
Steve S16-Aug-05 6:17
Steve S16-Aug-05 6:17 
GeneralATl VC++6.0(MFC) calling........problem Pin
virender chauhan5-Aug-05 23:11
virender chauhan5-Aug-05 23:11 
GeneralRe: ATl VC++6.0(MFC) calling........problem Pin
Milton Karimbekallil12-Aug-05 15:43
Milton Karimbekallil12-Aug-05 15:43 
GeneralCan't compile WTL app in Debug mode Pin
Defenestration5-Aug-05 14:53
Defenestration5-Aug-05 14:53 
QuestionAbout Word Addin of adding a bmp? Pin
sharkmouse4-Aug-05 13:39
sharkmouse4-Aug-05 13:39 
Generalunexpected class ATL::CTempBuffer Pin
AnkurGupta_19814-Aug-05 7:46
AnkurGupta_19814-Aug-05 7:46 
GeneralATL Passing user defined class to libtary as a pointer Pin
viva_unix4-Aug-05 6:42
viva_unix4-Aug-05 6:42 
GeneralRe: ATL Passing user defined class to libtary as a pointer Pin
«_Superman_»4-Aug-05 21:04
professional«_Superman_»4-Aug-05 21:04 
GeneralCall WebService through ATl with MFC support project Pin
Ganesh_T4-Aug-05 0:26
Ganesh_T4-Aug-05 0:26 
GeneralIs ATL window programming widely... Pin
Anonymous2-Aug-05 7:23
Anonymous2-Aug-05 7:23 
GeneralRe: Is ATL window programming widely... Pin
Tim Smith2-Aug-05 9:51
Tim Smith2-Aug-05 9:51 
GeneralRe: Is ATL window programming widely... Pin
Kevin McFarlane3-Aug-05 5:15
Kevin McFarlane3-Aug-05 5:15 
GeneralRe: Is ATL window programming widely... Pin
Michael Dunn2-Aug-05 19:27
sitebuilderMichael Dunn2-Aug-05 19:27 

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.