We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
User from Discord tried to build an example project and it resulted in an error.
https://github.com/dlang/visuald/blob/master/visuald/Templates/ProjectItems/VDProject/main.d#L14
Rename of main function worked.
The text was updated successfully, but these errors were encountered:
Fresh install of Visual Studio 2022 and Visual D 1.4.0-rc1, hit new project, x64, DMD+LDC enabled (no dialog options seemed to matter)
Sorry, something went wrong.
fix issue dlang#272: Main function parameters must match one of the s…
abbba3f
…ignatures rename main to win_main in WindowsApp template
Thanks for reporting. dmd 2.100 added this extra check, which is a false positive in this case. I'll rename the function to win_main.
win_main
No branches or pull requests
User from Discord tried to build an example project and it resulted in an error.
https://github.com/dlang/visuald/blob/master/visuald/Templates/ProjectItems/VDProject/main.d#L14
Rename of main function worked.
The text was updated successfully, but these errors were encountered: