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

fix windows #4

Merged
merged 1 commit into from
Jan 6, 2022
Merged

fix windows #4

merged 1 commit into from
Jan 6, 2022

Conversation

marler8997
Copy link
Contributor

@marler8997 marler8997 commented Jan 4, 2022

  1. Don't build the broken examples by default (can still try to build/run them explicitly)
  2. Properly detect the right directory separator (for windows use '\') when converting example path to name
  3. Use the '\' path separator on Windows
  4. Handle the WM_DESTROY window message so the process exits when the user closes the window

With this I can now build/run 4 of the examples on my Windows 10 machine, calculator, colors, demo and graph.

1. Don't build the broken examples by default (can still try to build/run them explicitly)
2. Properly detect the right directory separator (for windows use '\') when converting example path to name
3. Use the '\' path separator on Windows
4. Handle the WM_DESTROY window message so the process exits when the user closes the app
@zenith391 zenith391 merged commit 6800160 into capy-ui:master Jan 6, 2022
@zenith391
Copy link
Member

Thanks you! I'm currently working on testing so cases where errors like that (at least compilation errors) won't happen anymore

@marler8997 marler8997 deleted the fixWindows branch January 6, 2022 22:43
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

Successfully merging this pull request may close these issues.

2 participants