Re: Building 64-bit Windows application with console window

2019-09-17 Thread Adam D. Ruppe via Digitalmars-d-learn
On Wednesday, 18 September 2019 at 00:13:43 UTC, cc wrote: Sample program here: https://pastebin.com/wpLetNKP You have a WinMain function there. The Microsoft linker sees that as an indication that you are writing a Windows gui application and thus suppresses the console window. Inside

Building 64-bit Windows application with console window

2019-09-17 Thread cc via Digitalmars-d-learn
This might be more a question about the MS linker than D, but I'm noticing that when building with -m64 under DMD v2.087.1, it is no longer generating a console window when running the application. Under 32-bit, it would always generate the console window, and I had to disable it by building