logoalt Hacker News

dsabtoday at 6:04 AM1 replyview on HN

Out of curiosity what are your projects written in C for Windows? GUI apps?


Replies

integrichotoday at 6:14 AM

Yes, I am building GUI apps. This "standard library" of mine is built from the ground up in a cross platform manner, such that it compiles on Windows wrapping Win32, with Windows 95 being the CI machine, making sure it works on the whole Windows family upwards, and it wraps POSIX under Linux/MacOS/any POSIX system. The goal being to reuse the available shared library dependencies that are always present on these platforms anyway, giving me these ultra small binaries.

show 1 reply