shlwapi

Results 7 issues of shlwapi

https://github.com/gozfree/gear-lib

I'm on MSYS2 with cmake and ninja. Compiler is mingw-w64-x86_64-gcc. I followed the steps in INSTALL.md but was greeted with this fatal error: UCRTINCLUDE/stdio.h: No such file or directory. As...

``` Administrator@Admin ~/gear-lib/build_cygwin $ cmake .. -- The C compiler identification is GNU 11.3.0 -- The CXX compiler identification is GNU 11.3.0 -- Detecting C compiler ABI info -- Detecting...

This issue is not yet resolved: https://github.com/gozfree/gear-lib/issues/78 If not willing to fix it, please edit https://github.com/gozfree/gear-lib/blob/master/INSTALL.md to remove MSYS2 as supported target.

Something like the Python API? https://www.w3schools.com/python/python_json.asp

https://smallbasic.github.io/reference/807.html vs https://smallbasic.github.io/reference/815.html?

This is a very good language to prototype until you reach something complex enough to need abstraction. To me, this language is kind of Python (def?) + Lua (local?) +...