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

ATL / WTL / STL

 
QuestionSTL string::const_iterator problem converting code from VC6 to VS2008. Pin
Neville Franks28-Dec-08 12:55
Neville Franks28-Dec-08 12:55 
AnswerRe: STL string::const_iterator problem converting code from VC6 to VS2008. Pin
Andy Moore29-Dec-08 6:52
Andy Moore29-Dec-08 6:52 
GeneralRe: STL string::const_iterator problem converting code from VC6 to VS2008. Pin
Neville Franks29-Dec-08 9:52
Neville Franks29-Dec-08 9:52 
GeneralRe: STL string::const_iterator problem converting code from VC6 to VS2008. Pin
Stuart Dootson29-Dec-08 14:04
professionalStuart Dootson29-Dec-08 14:04 
GeneralRe: STL string::const_iterator problem converting code from VC6 to VS2008. Pin
Neville Franks29-Dec-08 14:16
Neville Franks29-Dec-08 14:16 
QuestionCOM aggregation Pin
KASR121-Dec-08 19:59
KASR121-Dec-08 19:59 
AnswerRe: COM aggregation Pin
Stuart Dootson22-Dec-08 0:49
professionalStuart Dootson22-Dec-08 0:49 
QuestionDoubt in QueryInterface pointers Pin
KASR121-Dec-08 18:45
KASR121-Dec-08 18:45 
//
IEP_SimpleObjPtr pEP_SimpleObj1;
pEP_SimpleObj1.CreateInstance(__uuidof(EP_SimpleObj));

IEP_SimpleObj1Ptr pEP_SimpleObj2;
pEP_SimpleObj1->QueryInterface(__uuidof(IEP_SimpleObj2), (void**) &pEP_SimpleObj2);

pEP_SimpleObj2->Release();
//

In the above code I have released pEP_SimpleObj2 pointer.
But still I can call methods using pEP_SimpleObj2 pointer. How?
AnswerRe: Doubt in QueryInterface pointers Pin
Stuart Dootson22-Dec-08 0:46
professionalStuart Dootson22-Dec-08 0:46 
GeneralRe: Doubt in QueryInterface pointers Pin
KASR122-Dec-08 0:51
KASR122-Dec-08 0:51 
Questioncannot open include file 'atlres.h' Pin
josip cagalj19-Dec-08 1:53
josip cagalj19-Dec-08 1:53 
AnswerRe: cannot open include file 'atlres.h' Pin
Stuart Dootson19-Dec-08 2:16
professionalStuart Dootson19-Dec-08 2:16 
GeneralRe: cannot open include file 'atlres.h' Pin
josip cagalj19-Dec-08 2:35
josip cagalj19-Dec-08 2:35 
GeneralRe: cannot open include file 'atlres.h' Pin
Stuart Dootson19-Dec-08 2:38
professionalStuart Dootson19-Dec-08 2:38 
GeneralRe: cannot open include file 'atlres.h' Pin
josip cagalj19-Dec-08 2:42
josip cagalj19-Dec-08 2:42 
GeneralRe: cannot open include file 'atlres.h' Pin
josip cagalj19-Dec-08 2:47
josip cagalj19-Dec-08 2:47 
GeneralRe: cannot open include file 'atlres.h' Pin
Stuart Dootson19-Dec-08 3:05
professionalStuart Dootson19-Dec-08 3:05 
GeneralRe: cannot open include file 'atlres.h' Pin
josip cagalj19-Dec-08 3:13
josip cagalj19-Dec-08 3:13 
GeneralRe: cannot open include file 'atlres.h' Pin
Stuart Dootson19-Dec-08 3:38
professionalStuart Dootson19-Dec-08 3:38 
GeneralRe: cannot open include file 'atlres.h' Pin
josip cagalj19-Dec-08 3:57
josip cagalj19-Dec-08 3:57 
GeneralRe: cannot open include file 'atlres.h' Pin
Stuart Dootson19-Dec-08 4:16
professionalStuart Dootson19-Dec-08 4:16 
GeneralRe: cannot open include file 'atlres.h' Pin
josip cagalj21-Dec-08 22:59
josip cagalj21-Dec-08 22:59 
GeneralRe: cannot open include file 'atlres.h' Pin
josip cagalj22-Dec-08 0:08
josip cagalj22-Dec-08 0:08 
GeneralRe: cannot open include file 'atlres.h' Pin
Binni shah10-Feb-09 17:17
Binni shah10-Feb-09 17:17 
GeneralRe: cannot open include file 'atlres.h' Pin
josip cagalj11-Feb-09 0:14
josip cagalj11-Feb-09 0:14 

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.