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

ATL / WTL / STL

 
Questionwhats the advantage in using CComPtr over CComQIPtr? Pin
KASR118-Dec-08 0:33
KASR118-Dec-08 0:33 
AnswerRe: whats the advantage in using CComPtr over CComQIPtr? Pin
Stuart Dootson18-Dec-08 0:50
professionalStuart Dootson18-Dec-08 0:50 
QuestionInstalling WTL on VS2008 Pin
AghaKhan15-Dec-08 8:48
AghaKhan15-Dec-08 8:48 
AnswerRe: Installing WTL on VS2008 Pin
Jonathan Davies17-Dec-08 2:15
Jonathan Davies17-Dec-08 2:15 
GeneralRe: Installing WTL on VS2008 Pin
led mike17-Dec-08 5:42
led mike17-Dec-08 5:42 
GeneralRe: Installing WTL on VS2008 Pin
AghaKhan17-Dec-08 6:57
AghaKhan17-Dec-08 6:57 
GeneralRe: Installing WTL on VS2008 Pin
AghaKhan17-Dec-08 7:06
AghaKhan17-Dec-08 7:06 
QuestionDefining struct in IDL file Pin
KASR114-Dec-08 21:50
KASR114-Dec-08 21:50 
I have defined a struct type in IDL as follows

typedef struct tData
{
int i; 
int j;
tData()
{
i = 0; j = 0;
}
}MyData;

Getting error as follows.

error MIDL2025 : syntax error : expecting a type specification near "tData".
AnswerRe: Defining struct in IDL file Pin
Stuart Dootson15-Dec-08 12:24
professionalStuart Dootson15-Dec-08 12:24 
AnswerRe: Defining struct in IDL file Pin
Jonathan Davies17-Dec-08 3:03
Jonathan Davies17-Dec-08 3:03 
QuestionCCommand and CAccessor binding question Pin
forcewill14-Dec-08 13:12
forcewill14-Dec-08 13:12 
QuestionVS 2008 and ATL Web Service / Server Pin
Hadi Rezaee12-Dec-08 5:53
Hadi Rezaee12-Dec-08 5:53 
AnswerRe: VS 2008 and ATL Web Service / Server Pin
Stuart Dootson12-Dec-08 8:40
professionalStuart Dootson12-Dec-08 8:40 
GeneralRe: VS 2008 and ATL Web Service / Server Pin
Hadi Rezaee13-Dec-08 0:16
Hadi Rezaee13-Dec-08 0:16 
GeneralRe: VS 2008 and ATL Web Service / Server Pin
Stuart Dootson13-Dec-08 1:07
professionalStuart Dootson13-Dec-08 1:07 
QuestionSet in Visual Studio 2005! Pin
SanjaySMK11-Dec-08 23:22
SanjaySMK11-Dec-08 23:22 
AnswerRe: Set in Visual Studio 2005! Pin
Stuart Dootson12-Dec-08 8:32
professionalStuart Dootson12-Dec-08 8:32 
QuestionWhy COM Pin
Varghese Paul M10-Dec-08 22:49
Varghese Paul M10-Dec-08 22:49 
AnswerRe: Why COM Pin
Stuart Dootson11-Dec-08 2:20
professionalStuart Dootson11-Dec-08 2:20 
QuestionRe: Why COM Pin
led mike11-Dec-08 5:03
led mike11-Dec-08 5:03 
QuestionPowerpoint Addin Using ATL (How do I deal with Events?) Pin
kalukaley10-Dec-08 8:14
kalukaley10-Dec-08 8:14 
QuestionHow to search elements in vector Pin
krishnakumartm10-Dec-08 0:12
krishnakumartm10-Dec-08 0:12 
AnswerRe: How to search elements in vector Pin
Michael Dunn10-Dec-08 9:22
sitebuilderMichael Dunn10-Dec-08 9:22 
GeneralRe: How to search elements in vector Pin
krishnakumartm11-Dec-08 4:09
krishnakumartm11-Dec-08 4:09 
QuestionBHO question: context menu item with "dynamic" title Pin
Dmitry Khudorozhkov9-Dec-08 14:55
Dmitry Khudorozhkov9-Dec-08 14: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.