include windows.h
-
wrote on 23 Dec 2021, 16:45 last edited by
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? -
wrote on 27 Dec 2021, 07:57 last edited by
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.
-
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? -
wrote on 27 Dec 2021, 07:57 last edited by
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.
1/3