Console-based exe COM server
- From: Leo <Leo@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 14 Jan 2009 14:13:01 -0800
Is it possible to create a console-based exe COM server, as opposed to a
window-based one? Using ATL, if you use the "module" attribute with a type of
"exe" it generates the entry-point for WinMain, not main. Is there anything
that I can do to ensure that my exe COM server is console-based with a main
entry point, and accepts input parameters and prints messages to the console
(and still registers via /regserver)?
Thank you very much,
Leo
.
- Follow-Ups:
- Re: Console-based exe COM server
- From: Remy Lebeau
- Re: Console-based exe COM server
- From: Igor Tandetnik
- Re: Console-based exe COM server
- Prev by Date: Re: Dynamically creating COM windows services
- Next by Date: Re: Console-based exe COM server
- Previous by thread: how to properly modify an interface
- Next by thread: Re: Console-based exe COM server
- Index(es):
Relevant Pages
|