Skip to content
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

Possible minor bug in compilation commands for windows example #5

Open
eagledot opened this issue Sep 13, 2024 · 0 comments
Open

Possible minor bug in compilation commands for windows example #5

eagledot opened this issue Sep 13, 2024 · 0 comments

Comments

@eagledot
Copy link

I think there are two minor bugs in current compilation file (compile.bat) at https://github.com/neroist/webview/blob/main/examples/example_application/windows/compile.bat

:: nim c -d:useRC --cc:vcc main.nim
:: nim c -d:usedRC --cc:vcc main.nim  # as usedRC in main.nim file

# windres -o build/resources.res -i resources.rc
windres -o build/resources.o -i resources.rc

It worked for me with above suggestions, just putting it here in case somebody faces the same problem!
Before recent commit it was correctly coded as "resources.o" .

Thanks for making it easier to use webview from Nim !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant