A first philosophycal thinking:
It may be useful a tutorial both for Windows API both OtherOses API (Linux/MacOs)
or is the project that only Windows coder can do something more with QB64?
What experience and knowledge is needed to do this?
When getting into a new language/environment I have a few things I like to do. Hex dumps, directory lists, file copies, etc. I document my code along the way (see
access violation calling FindNextFileA) so it might be useful as a tutorial or sample code at some point.
I know I could have called the shell to get a directory list as a text file, but I'm philosophically opposed to doing so :)
I only run in Windows these days, but I imagine the concepts will apply to Linux or OS X.
As far as experience/knowledge, someone needs to be able to understand a C header file and have a clear understanding of the difference between BY VALUE vs BY REFERENCE.