MFC/DCOM Application Questions
- From: "Keenan" <kstahl@xxxxxxxxx>
- Date: 27 Jan 2006 07:22:27 -0800
I currently have a DCOM application running under CE. The project was
created as a "WCE ATL COM AppWizard" (as an executable).
I now have a need to use MFC and would like to know if its possible to
create a MFC project that suports DCOM. It appears that I can create a
"WCE MFC AppWizard" and then add an MFC class that supports automation.
I get an error at this point because the class wizard is looking for
an .odl file. If I manually create an ODL file and place
//{{AFX_APPEND_ODL}} in the file, I don't get the error. After getting
to this point I have the following questions:
1.) Is this truly going to be a DCOM application?
2.) What about the proxy/stub stuff that you get when you do this in
ATL?
3.) Is there more that needs to be added to the .odl file?
4.) Is there a better way?
I also have found that I can add an ATL class to an MFC project. This
basically leaves me with the same questions.
.
- Follow-Ups:
- Re: MFC/DCOM Application Questions
- From: Srikanth Bogadapati
- Re: MFC/DCOM Application Questions
- Prev by Date: Block drivers and WM 5.0
- Next by Date: Re: Doubt about diference of char parameter and char direct at the method
- Previous by thread: Block drivers and WM 5.0
- Next by thread: Re: MFC/DCOM Application Questions
- Index(es):
Relevant Pages
|