Any minimal example of 16bit .com display a window GUI using Win32 API on Windows?
Win16 -> Win32
This can be done using CallProc32W
LoadLibraryEx32W()
to load the Win32 DLL.GetProcAddress32W()
to get the address of the DLL routine.CallProc32W()
or CallProcEx32W
. Code Example
Concept
Dos -> Win32
http://www.ragestorm.net/tutorial?id=27
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With