Click here to Skip to main content
15,899,026 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Questions re. ATL service (EXE) plus ATL simple object Pin
markiemooster30-Sep-08 6:50
markiemooster30-Sep-08 6:50 
AnswerRe: Questions re. ATL service (EXE) plus ATL simple object Pin
Roger Stoltz6-Oct-08 4:51
Roger Stoltz6-Oct-08 4:51 
Questioninclude file for a COM client (consumer) Pin
George_George25-Sep-08 23:59
George_George25-Sep-08 23:59 
AnswerRe: include file for a COM client (consumer) Pin
Stuart Dootson27-Sep-08 4:35
professionalStuart Dootson27-Sep-08 4:35 
GeneralRe: include file for a COM client (consumer) Pin
George_George27-Sep-08 18:56
George_George27-Sep-08 18:56 
GeneralRe: include file for a COM client (consumer) Pin
Stuart Dootson28-Sep-08 3:44
professionalStuart Dootson28-Sep-08 3:44 
GeneralRe: include file for a COM client (consumer) Pin
George_George28-Sep-08 3:53
George_George28-Sep-08 3:53 
GeneralRe: include file for a COM client (consumer) Pin
Stuart Dootson28-Sep-08 6:40
professionalStuart Dootson28-Sep-08 6:40 
George_George wrote:
1. The first solution is to include _i.c file into the COM consumer project, I agree and understand. Is it what you mean?


Yes

George_George wrote:
2. The second solution is to use uuid.lib?? Could this lib file contains all customer defined CLSID/IID, since this lib file is shipped before you write any customized code? I doubt it will have the same effect as solution 1.


No - I used uuid.lib as an example of how CLSID and IIDs can be packaged - in fact, how Microsoft package up CLSIDs and IIDs for COM objects defined within Windows.

I meant that you could compile your _i.c file and put the .obj file into a .lib file, then get consumers to link against the .lib file you've produced. This way of doing things could be easier if you have several COM components to distribute.
GeneralRe: include file for a COM client (consumer) Pin
George_George30-Sep-08 1:13
George_George30-Sep-08 1:13 
GeneralRe: include file for a COM client (consumer) Pin
Stuart Dootson30-Sep-08 10:10
professionalStuart Dootson30-Sep-08 10:10 
GeneralRe: include file for a COM client (consumer) Pin
George_George30-Sep-08 22:33
George_George30-Sep-08 22:33 
QuestionPass Events from ATL control to javascript Pin
chatko25-Sep-08 17:46
chatko25-Sep-08 17:46 
AnswerRe: Pass Events from ATL control to javascript Pin
chatko29-Sep-08 4:05
chatko29-Sep-08 4:05 
QuestionSample application for connecting to Sql server database in ATL Pin
V K 224-Sep-08 23:23
V K 224-Sep-08 23:23 
AnswerRe: Sample application for connecting to Sql server database in ATL Pin
Stuart Dootson25-Sep-08 0:28
professionalStuart Dootson25-Sep-08 0:28 
QuestionActiveX: still active after close IExplorer Pin
fzhsheng24-Sep-08 21:26
fzhsheng24-Sep-08 21:26 
QuestionIssues when pop up a dialog in IE Pin
Robert Wang198324-Sep-08 3:33
Robert Wang198324-Sep-08 3:33 
QuestionHow can i show the string correctly? Pin
hdj831123-Sep-08 22:44
hdj831123-Sep-08 22:44 
AnswerRe: How can i show the string correctly? Pin
Steve Echols24-Sep-08 18:53
Steve Echols24-Sep-08 18:53 
GeneralRe: How can i show the string correctly? Pin
hdj831124-Sep-08 19:18
hdj831124-Sep-08 19:18 
GeneralRe: How can i show the string correctly? Pin
Steve Echols24-Sep-08 19:23
Steve Echols24-Sep-08 19:23 
GeneralRe: How can i show the string correctly? Pin
hdj831124-Sep-08 22:52
hdj831124-Sep-08 22:52 
QuestionHow do I use CWindowWithReflectorImpl? Pin
Philipp Kursawe22-Sep-08 10:47
Philipp Kursawe22-Sep-08 10:47 
QuestionWhy not to use Smart types in a container? Pin
paresh_joe17-Sep-08 1:55
paresh_joe17-Sep-08 1:55 
QuestionRe: Why not to use Smart types in a container? Pin
paresh_joe17-Sep-08 2:25
paresh_joe17-Sep-08 2:25 

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.