Galleondragon/qb64

Compiling `$CONSOLE:ONLY` with `$EXEICON` hangs compiler at output

Closed this issue · 3 comments

Kroc commented

Just a head's up; I'm trying to compile a (currently) console-only program, and the presence of $EXEICON causes the compiler to hang at this point:

QB64 COMPILER V1.2
...........................
COMPILING C++ CODE INTO EXE...
OUTPUT: C:\GAMES\DOOM\bin\launcher\launcher.exe

Changing to $CONSOLE solves this.

edit: or more likely at the very early execution stage!

Can you please try it again with the latest patch? 9ff026b

Kroc commented

Will do, hopefully today. Thanks for your efforts!

Kroc commented

That worked perfectly, thanks! 👍