hydexon
hydexon
Hi, i'm trying to build the Pawn runtime to embed in OpenWatcom targeting DOS, it didn't work with CMake because somehow the generated makefile wants to build with POSIX features...
There's an way or what to modify from Ponder able to register new types via Plugins or dynamic/static plugins? where the core application doesn't have access to the headers of...
Hi, i liked your library and since i use mainly Windows, its really complicated install 478MB-872MB of the Python runtime just to compile this small library, and CMake is more...
Building BDE in a Raspberry Pi 3 Model B, using DietPi with GCC 6.5.0, ARM7hf, will fail since C/C++ datatype `char` is an implementation defined datatype, and in ARM architecture,...
There's some sort way to put native checkboxes in an single column of TreeListView records?, i'm not needing the use of the tree structure, but mostly ListView, because this control...
**OS**: openSUSE Tumbleweed x86_64 **Compiler Version:**: g++ (SUSE Linux) 14.2.1 20241007 [revision 4af44f2cf7d281f3e4f3957efce10e8b2ccb2ad3] **CMake Version**: cmake version 3.31.3 **CEF version**: 126.2.18+g3647d39+chromium-126.0.6478.183 (Picked as Default by CMake) I've recreated the simple...
So i'm trying to integrating ufbx to the O3DE game engine to replace the annoying AssImp importer backend and i have come across some questions that certain chatbots will always...
Hi, I wanted to report a couple of errors, in regards QWindowKit, seems like under Linux cannot find the private Qt6 headers for some reason, i'm using Qt Creator with...
Hello, I'm trying to make an small Electron prototype using electron-vite with TypeScript and React, the vue sample could be a good way to get some clues, but i got...