Open stevefan1999-personal opened 8 months ago
Thanks for the link. Thats fine that this lib supports XP/2003. But I dont see, that current build of Supermium has so many dependencies on MS CRT (At least on my machine with WinXP).
supermium has "progwrp.dll" - supermium close source lib
Yes. Thats cool. I found that this (https://github.com/Chuyu-Team/YY-Thunks) near placed project has emulation of SRWLock-related and other missing in XP Kernel32/Advapi32/user32 functions., which progwrp.dll emulates now. We will have open-source alternative if so.
Yes. Thats cool. I found that this (https://github.com/Chuyu-Team/YY-Thunks) near placed project has emulation of SRWLock-related and other missing in XP Kernel32/Advapi32/user32 functions., which progwrp.dll emulates now. We will have open-source alternative if so.
https://github.com/win32ss/supermium/issues/19#issue-1779799848
Ok, I have read this. So @win32ss say that his wrapper (closed) has more cover of old NT systems, then that project. He say his wrapper can run on NT3.5 and NT4. For Supermium we starting from WinXP, same as (https://github.com/Chuyu-Team/YY-Thunks). No need for more older systems for now (or just for sport). So such alternate wrappers, which is opensourced, is fine choise for future, if he will not open his sources.
https://github.com/Chuyu-Team/VC-LTL5