LowLevelMahn

Results 88 comments of LowLevelMahn

very complete list :) Thank you im interested in the SAL file stuff (Rooms etc.) - hope i can find some time to port bigs Nintendo DS/c stuff to windows...

> A port of DN386 and DNVGA to C would be compatible with that, indeed. are these even relevant when using ScummVM? or are there more routines inside except pixel/sprite...

> A lot of logic and important pieces seems to live inside those files, instead of DNCDPRG.EXE itself. So I'd say they are very relevant. OK so its more then...

Would be great to have a file list like on bigs.fr with understand-percentage and info if the uncompressed version works

maybe: -the decompress algortihm is not fully tested and the descompressed files contain small errors -only some of the files allowed to be uncompressed does it work with a single...

the Dll of Kuzu is using a different CRT as your application (Release-CRT vs. Debug-CRT) that means the heap that the Dll is controlling is different to your applications heap...

VS2022 up-to-date, x64, Debug -> using a VS2022 build of Kuzu current git ``` mkdir kuzu_dev cd kuzu_dev git clone https://github.com/kuzudb/kuzu cd kuzu make release NUM_THREADS=4 make test NUM_THREADS=4 cmake...

its not solveable by linking with other libs on kuzu side if your own application is using a different CRT (debug, release or a complete different compiler version, or language...

the question is why not kuzu_destroy - anything that gets allocated inside Kuzu dll needs to be freed - not only strings > and is preferred over using the standard...