You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> It is not recommended to dynamically link libraries under Windows, which may cause some symbol duplication problems.
116
116
> see this issue: https://github.com/ziglang/zig/issues/15107
117
117
118
+
### Windows without console
119
+
120
+
For hide console window, you can set `exe.subsystem = .Windows;`!
121
+
118
122
## UI & The Web Technologies
119
123
120
124
[Borislav Stanimirov](https://ibob.bg/) discusses using HTML5 in the web browser as GUI at the [C++ Conference 2019 (_YouTube_)](https://www.youtube.com/watch?v=bbbcZd4cuxg).
0 commit comments