Re: How to tell if running in console or winexe mode?
- From: "Tim Haugton" <timhaughton@xxxxxxxxx>
- Date: 17 Apr 2005 12:09:02 -0700
The question you're asking seems to indicate that you're doing
something peculiar. Console Apps and Windows Apps are fundamentally
different animals. You'd be much better factoring out all common code
into a library, then having a seperate console app and Windows app that
uses the common code.
Does that sound reasonable?
Regards,
Tim Haughton
.
- Follow-Ups:
- References:
- Prev by Date: Re: Why does aspx pages crash my machine?
- Next by Date: Re: Code isolation with the AppDomain class
- Previous by thread: How to tell if running in console or winexe mode?
- Next by thread: Re: How to tell if running in console or winexe mode?
- Index(es):