Re: Win32lib
- Posted by Icy_Viking 4 days ago
- 78 views
jmduro said...
I wonder if WTL could be useful in a win32lib replacement (if needed):
https://github.com/Win32-WTL/WTL
It seems to be easily wrappable but I didn't really understand what it is about.
Jean-Marc
The library is fairly old and very C Plus Plus. It'd be possible to wrap, but probably not the best option. Making a new win32lib using the more modern Windows API may be a better option as most of the Windows API is still written in C.