-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should --app:gui ensure linking to user32 on Windows? #3203
Comments
yeah. |
Is it needed for programs using |
Leu-Gim: No, I don't believe it is. So that might be a valid use case. But the switch seems to apply that it's meant for gui apps. Maybe a different switch could be used for apps that just want to be invisible. |
This is only for VCC, right? Is there something that has to be done for GCC, Intel, etc? |
Is this really an installation issue? |
To help other people find this issue I'll describe how I found this issue: If you forget to add If you add
|
The issues seem to be fixed by #14013 |
To build a GUI app on Windows using VCC, it seems we have to do:
This actually took me a bit of time to find out. Should the Nim compiler perhaps add user32.lib by default when the --app:gui flag is set?
The text was updated successfully, but these errors were encountered: