Gisle Vanem
Gisle Vanem
Launching the official package (D/L from Releases) and running this from the cmd-line: `c:\dev\LuaRT> "official-bin\LuaRT-Studio\LuaRT Studio.exe"`, throws up a splash screen an this error dialogue:  Impossible to tell what...
Hello. I just discovered this project. But trying to build for `_WIN32` is broken at the moment. Seems it has never worked. Several issues: * Use of `std::vector` w/o an...
I have built the `Live555.DLL` and `live555MediaServer.exe` sample on Win-10. But trying it with `rtsp://` and **MPC-HomeCinema** ver. 2.5.5 triggers an `internalError()` on an illegal socket given to `select()`: ```c...
I've made a little test-program for UTF-8 encoded strings. The gist of it: ```c /** * Check the UTF-8 output of 2 airports. * * "KEF" should translate to "Reykjavik"...
In my program, I use an `amalgamation.c` file with all needed PDCurses-Mod files needed to support WinCon. I think such an `amalgamation.c` makes it easier to build; no need for...
Hello folks. Just D/L the .zip mentioned in the front-page: https://dl.nwjs.io/v0.106.0/nwjs-v0.106.0-win-x64.zip Installing to `f:\MinGW32\src\Languages\NWJS` and trying the Quick-start example: ``` md gv-test cd gv-test :: create package.json + index.html as...
Trying to build with `cmake -G "NMake Makefiles" ..` gave an error in `prj/NAppGenerators.cmake`: ``` CMake Error at prj/NAppGenerators.cmake:31 (message): Unsuported generator: NMake Makefiles ``` But after adding this: ```diff...