Jarrod Davis
Jarrod Davis
Hi, I'm looking around for a video playback solution and considering pl_mpeg. Can it be made to work with physfs?? I'm currently using physfs to load resources from a zip...
PSDL_RWops::(unnamed at C:\Dev\Utils\Chet\projects\SDL\includes\SDL_rwops.h:109:13) = ^SDL_RWops::(unnamed at C:\Dev\Utils\Chet\projects\SDL\includes\SDL_rwops.h:109:13); I'm getting a lot of these type of things now? Does not seem to handle anonymous unions any longer?
So, I have been working on adding a feature that can "clean up" the converted header that will compile. After working on this problem for a while, I discovered that,...
Like you could do in version 4: https://www.allegro.cc/manual/4/platform-specifics/windows-specifics/windows-integration-routines/win_set_window I need to be able to use this for making tools. For example, I would need panel1 be the window that rendering...
Hi, I've tried so many times to build allegro (MSVS) and it's just not working. Well, I get it built, but it's missing stuff and it's just a massive pain....
Hi, I am using SDL3 with Delphi. I started using SDL_SetMemoryFunctions so that all allocations flow through Delphi and can take advantage of built-in leak detection. Ok, so If I...
Can this be done? Is there anything I can do to make it happen? If so, can you point me in the right direction?
It runs fine in centos, but when I try to stop the server, it seems to hang in the terminal, and I have to Ctrl+Z to get back to the...
What changes need to be made so that `PsfEvent` is created for a union such as: ```C typedef union { sfEventType type; ///< Type of the event sfSizeEvent size; ///<...
If I have a struct such as this: ```C typedef struct unz_file_info_s { int version; /* version made by 2 bytes */ int version_needed; /* version needed to extract 2...