r-lyeh
r-lyeh
Errrmm.. is it false then? If so, I can see LynnKirby's point. What about a rewriting like, ``` // This project takes inspiration from Microsoft Windows SDK, which is licensed...
Cant believe somebody has to change his software license to something else just because printf'ing some values are "protected" by the license of a random binary. Did ReactOS, Wine and...
Is it worth the effort? I removed DirectX from Win32 port just because it was not portable enough for other platforms. I'd rather stick to common rendering APIs. Btw found...
Also, as an alternative to glfw, this is a tiny implementation that could get 95% of the base work done https://github.com/erkkah/tigr/tree/develop
Well, you can use still std interface even if the implementation is way different A couple of lines could just open that posibility ``` // .h #ifndef JPS_USE_CUSTOM_NAMESPACE #define JPS_USE_CUSTOM_NAMESPACE...
Namespace aliasing is old C++ afaik (see: https://en.cppreference.com/w/cpp/language/namespace_alias) But then, a code refactor would be better for sure. I was just thinking about a cheap workaround :D Cool to know...
Hey JCash, if it is of any help I did fix a few issues in JUnzip while working in a forked source (see https://github.com/r-lyeh/stdarc.c/blob/master/src/zip.c which can succesfully unzip your file)...
Hey Joonas. Sure! There are at least two archived fixes in the history of this file: https://github.com/r-lyeh/stdpack.c/commits/afa792d8be27e77cde0e1a2fef034b481feb9597/src/zip.c (I dont remember if I fixed anything else beforehand, while creating the initial...
Just use `cc -ObjC file.c`