Re: [fltk/fltk] windows+fltk1.3.x+1.4.x: "fluid -c somefile.fl" fails without error if .fl file unreadable (#224)
Albrecht Schlosser
Apr 27, 2021
Hmm, does that patch change the /SUBSYSTEM in the IDE to 'CONSOLE'?
I ask because last night I just changed /SUBSYSTEM to console to get things working.
Removing the "WIN32" flag builds fluid with /SUBSYSTEM:CONSOLE.
You wrote:
just surprised the WIN32 flag affected that.
Yes, that's its sole purpose in CMake (add_executable). The naming is questionable, but that's what it does. It sets all build flags necessary to build a GUI (/SUBSYSTEM:WINDOWS) program on Windows. Leaving it away makes it /SUBSYSTEM:CONSOLE. There's a similar flag for macOS bundles, btw.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Comments are owned by the poster. All other content is copyright 1998-2025 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.