RamonUnch
RamonUnch
Indeed this would be cool. Not sure how to do this properly each programming language would require specific code. In c/c++, all headers would have to be parsed for structure's...
Actually I just needed to define NO_ASMTHUNK and the exe works on Win3.1+Win32s 1.1 I just need to try with even older Win32s versions.
Seems useless to support Win32s beta because it does not support codepages and WideCharToMultiByte/MultiByteToWideCharare stubs. https://github.com/RamonUnch/GreenPad/commit/0047c940646b355ec7dcccf753146343931c84e7
Probably GetCharWidthW and TextOutW are also not supported on old Chicago builds.
For me it was enough to set `StatusBar=0` in the ini file and I got the same problem tha you.
Quite some progress indeed, congratulations!
How do you get status bar on NT build 340?
Actually copying comctl32.dll from build 404 did the trick for me!
For me on NT3.10.340, I can barely use the open dialog. After a fresh restart it displays fine, but then 1) If I do Ctrl+O then I press esc,/cancel I...
So I guess we have to drop the hook and resolve to the simple open dialog. The codepage can be selected later via the reopen dialog. For saving that is...