C# console applications all 16bit?
- by Jon
Hi all,
I was reading up about NTVDM.exe as I build a quick test console app and it crashed on a friends machine complaining about this EXE.
As I understand it all DOS cmd windows (C# console apps included) run as 16bit not 32bit.
Is this true? Does this mean all my works console app back office apps are running as 16bit rather than making the most of the 32bit available?
What about Windows services? As I believe we wrote it as a console app then made it run as a windows service?
Thanks