Click here to Skip to main content
15,905,563 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Can STL be used in a WTL project? Pin
freehawk24-Feb-04 0:15
freehawk24-Feb-04 0:15 
GeneralRe: Can STL be used in a WTL project? Pin
Jörgen Sigvardsson24-Feb-04 3:33
Jörgen Sigvardsson24-Feb-04 3:33 
GeneralRe: Can STL be used in a WTL project? Pin
Michael Dunn24-Feb-04 6:42
sitebuilderMichael Dunn24-Feb-04 6:42 
GeneralRe: Can STL be used in a WTL project? Pin
Prakash Nadar26-Feb-04 13:54
Prakash Nadar26-Feb-04 13:54 
AnswerRe: Can STL be used in a WTL project? Pin
Jonas Larsson24-Feb-04 0:23
Jonas Larsson24-Feb-04 0:23 
GeneralRe: Can STL be used in a WTL project? Pin
freehawk24-Feb-04 17:23
freehawk24-Feb-04 17:23 
GeneralRe: Can STL be used in a WTL project? Pin
Igor Vigdorchik28-Feb-04 19:27
Igor Vigdorchik28-Feb-04 19:27 
QuestionHow to Get property value if it returns BSTR Pin
Inam23-Feb-04 20:32
Inam23-Feb-04 20:32 
I have a com object in which there are different properties. When i get these values through it works well when property is returning long or some other integer but it crashes when property is returning bstr. Take a look at my code and guide me that what i did wrong.
VARIANT pvResult;
memset(&pvResult, 0, sizeof pvResult);
VariantInit(&pvResult);
DISPID dispID=this->pColl->getMemberID(index);
DISPPARAMS dispParamsNoArgs={NULL,NULL,0,0};
HRESULT hr=pDispatch->Invoke(dispID,IID_NULL,LOCALE_USER_DEFAULT,
DISPATCH_PROPERTYGET,&dispParamsNoArgs,
&pvResult,NULL,&nArgErr);
Thanx in advance

Inam
Generalifstream troubles Pin
Jeremy Osner23-Feb-04 8:54
Jeremy Osner23-Feb-04 8:54 
GeneralRe: ifstream troubles Pin
Joaquín M López Muñoz23-Feb-04 9:43
Joaquín M López Muñoz23-Feb-04 9:43 
GeneralRe: ifstream troubles Pin
Jeremy Osner23-Feb-04 9:58
Jeremy Osner23-Feb-04 9:58 
GeneralConverting an in-proc server to out-of-proc server Pin
Roozbeh6922-Feb-04 21:55
professionalRoozbeh6922-Feb-04 21:55 
GeneralRe: Converting an in-proc server to out-of-proc server Pin
Jörgen Sigvardsson23-Feb-04 10:46
Jörgen Sigvardsson23-Feb-04 10:46 
GeneralRe: Converting an in-proc server to out-of-proc server Pin
Vi223-Feb-04 20:17
Vi223-Feb-04 20:17 
GeneralMenu in IE window Pin
Abhi Lahare22-Feb-04 18:37
Abhi Lahare22-Feb-04 18:37 
GeneralAttaching string wrapper to preallocated string Pin
Alvin77720-Feb-04 21:25
Alvin77720-Feb-04 21:25 
GeneralRe: Attaching string wrapper to preallocated string Pin
Michael Dunn22-Feb-04 5:55
sitebuilderMichael Dunn22-Feb-04 5:55 
QuestionIDocHostUIHandler::ShowUI?? Pin
Abhi Lahare20-Feb-04 19:10
Abhi Lahare20-Feb-04 19:10 
GeneralBHO reading HTML input value Pin
macattack20-Feb-04 10:53
macattack20-Feb-04 10:53 
GeneralRe: BHO reading HTML input value Pin
Michael Dunn20-Feb-04 17:12
sitebuilderMichael Dunn20-Feb-04 17:12 
GeneralBuild ATL Server problem Pin
Member 4337820-Feb-04 3:28
Member 4337820-Feb-04 3:28 
GeneralRe: Build ATL Server problem Pin
macattack20-Feb-04 10:57
macattack20-Feb-04 10:57 
GeneralRe: IObjectWithSite in ATL Object Wizard Pin
Abhi Lahare19-Feb-04 22:21
Abhi Lahare19-Feb-04 22:21 
GeneralIObjectWithSite in ATL Object Wizard Pin
Abhi Lahare19-Feb-04 19:42
Abhi Lahare19-Feb-04 19:42 
GeneralRe: IObjectWithSite in ATL Object Wizard Pin
Jörgen Sigvardsson19-Feb-04 21:42
Jörgen Sigvardsson19-Feb-04 21:42 

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.