Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi to all, in my qt WebAssembly project, I need to include windows.h file. But my project won't compile because this file isn't found. Is this file included from WebAssembly framework? Do I need a particular configuration sets?
windows.h is not part of the emscripten sdk, as it does not have the Javascript port of the windows API. You could port those parts to Qt or SDL.
@Renio you need Windows SDK for that to go with your compiler.