Jarrod Davis

Results 45 comments of Jarrod Davis

@alichay Oh, sorry, just noticed your reply. Ok, I will check this out. Many thanks! 👍🏿

Actually, if you use the buffer interface, then you can read in chucks at a time and not have to load the whole thing into memory. ```Pascal procedure plm_buffer_load(buffer: Pplm_buffer_t;...

Ah, sweet. Many thanks. I was just struggling, haha, trying to get a mingw build working. Yeah, if you can get automated builds working, that would be CHOICE! People can...

Why is it that no one will fix this issue or explain how to get CMAKE to work? There have been request after request. If it's broken, why is it...

I'm using (trying to use) it from Delphi (must use CSFML). I'm just trying to get everything compiled. Why does it have to be so difficult? I can build SFML...

Ok, here are a few useful routines that I made to handle window resize/dpi moving across different monitors. I removed the win32 dependencies so as well so should be cross-platform....

> The only function call in `al_draw_filled_rectangle `is to `al_draw_prim`. Nevertheless, memory seems to leak when a primitive routine is called. Comment out the call, no leak.

> What happens if you call: > > ` al_free(target);` > > right before the `return ret`; in `al_draw_prim`? Does the leak go away? Hi, regrettably, due to the extended...

set path to the root of libxml include folder. For example: c:\temp\libxml\include, so when a reference to is made it can find it correctly.

> Thanks, I added `C:\Temp\xmlsec\libxml2\include\libxml2\` which is the parent directory of the libxml directory > > I know get an error for one of the C standard library files >...