Re: How to tell if running in console or winexe mode?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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

.