Click here to Skip to main content
15,891,513 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
QuestionRe: ATL service connetion points Pin
ky_rerun20-Sep-05 11:20
ky_rerun20-Sep-05 11:20 
AnswerRe: ATL service connetion points Pin
Warren Burch20-Sep-05 12:39
sussWarren Burch20-Sep-05 12:39 
GeneralRe: ATL service connetion points Pin
ky_rerun21-Sep-05 5:11
ky_rerun21-Sep-05 5:11 
GeneralRe: ATL service connetion points Pin
Anonymous21-Sep-05 7:43
Anonymous21-Sep-05 7:43 
GeneralRe: ATL service connetion points Pin
ky_rerun21-Sep-05 8:40
ky_rerun21-Sep-05 8:40 
GeneralRe: ATL service connetion points Pin
Jörgen Sigvardsson21-Sep-05 19:35
Jörgen Sigvardsson21-Sep-05 19:35 
QuestionOCX link to DLL Pin
honae20-Sep-05 3:50
honae20-Sep-05 3:50 
QuestionFiring a VARIANT type from ATL project Pin
Dudi Avramov19-Sep-05 6:51
Dudi Avramov19-Sep-05 6:51 
Hi there,
i try to fire a VARIANT from ATL object.
So, the ATL wizard creates a xxxCP.h file that implements the Fire_XXX function.
However, the wizard writes wrong statement:
pvars[0] = &Data;

since pvars is CComVariant type then the operator '=' for bool is called instead of the operator '=' for VARIANT.
I needed to change the code to 'pvars[0] = Data;' (without the '&').
Changing the xxxCP.h file is dangerous since the ATL wizard can overwrite it.

Can anyone help me with this?
AnswerRe: Firing a VARIANT type from ATL project Pin
Dudi Avramov19-Sep-05 22:08
Dudi Avramov19-Sep-05 22:08 
QuestionSoapTransport Sample: WSDL generation error Pin
inter8ection16-Sep-05 3:18
inter8ection16-Sep-05 3:18 
AnswerRe: SoapTransport Sample: WSDL generation error Pin
inter8ection16-Sep-05 4:46
inter8ection16-Sep-05 4:46 
QuestionActivex controls. Property category Pin
Reza Jahanbakhshi15-Sep-05 19:06
Reza Jahanbakhshi15-Sep-05 19:06 
QuestionAbout atl IDispEventImpl Pin
Member 221683215-Sep-05 17:09
Member 221683215-Sep-05 17:09 
QuestionATL Out of process EXE Question Pin
ky_rerun14-Sep-05 15:33
ky_rerun14-Sep-05 15:33 
AnswerRe: ATL Out of process EXE Question Pin
Michael Dunn17-Sep-05 19:57
sitebuilderMichael Dunn17-Sep-05 19:57 
QuestionHow to show a image in a srf file? Pin
yushan_guo11-Sep-05 20:35
yushan_guo11-Sep-05 20:35 
AnswerRe: How to show a image in a srf file? Pin
Stuart Dootson14-Sep-05 19:22
professionalStuart Dootson14-Sep-05 19:22 
AnswerRe: How to show a image in a srf file? Pin
inter8ection16-Sep-05 3:35
inter8ection16-Sep-05 3:35 
Questiondigitalio Pin
saloomeh ebrahimi10-Sep-05 4:32
susssaloomeh ebrahimi10-Sep-05 4:32 
QuestionWTL - Subclassing a CScrollContainerImpl<> derived class Pin
Jochen Heckl8-Sep-05 3:12
Jochen Heckl8-Sep-05 3:12 
AnswerRe: Subclassing a CScrollContainerImpl&lt;&gt; derived class Pin
Jochen Heckl11-Sep-05 22:57
Jochen Heckl11-Sep-05 22:57 
GeneralRe: Subclassing a CScrollContainerImpl derived class Pin
Igor Vigdorchik13-Sep-05 15:25
Igor Vigdorchik13-Sep-05 15:25 
GeneralRe: Subclassing a CScrollContainerImpl derived class Pin
Jochen Heckl13-Sep-05 23:38
Jochen Heckl13-Sep-05 23:38 
GeneralRe: Subclassing a CScrollContainerImpl derived class Pin
Igor Vigdorchik14-Sep-05 7:11
Igor Vigdorchik14-Sep-05 7:11 
AnswerRe: WTL - Subclassing a CScrollContainerImpl derived class Pin
Jochen Heckl19-Sep-05 0:22
Jochen Heckl19-Sep-05 0:22 

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.