Hi,
I'm busy fixing up version.dll, and I want to create some tests to read resources from win16 applications. I currently have a fixed .exe in my tests directory, but I'd like to create a 16bit .exe (or .dll) during the creation of the tests.
Any idea's ?
Paul Vriens.
"Paul" == Paul Vriens Paul.Vriens@xs4all.nl writes:
Paul> Hi, I'm busy fixing up version.dll, and I want to create some Paul> tests to read resources from win16 applications. I currently have Paul> a fixed .exe in my tests directory, but I'd like to create a 16bit Paul> .exe (or .dll) during the creation of the tests.
Paul> Any idea's ?
I just installed wget http://openwatcom.mirrors.pair.com/open-watcom-win32-1.3.exe and after starting wcmd, running setvars.bat I started binnt/ide.exe, opened up samples/win/alarm/win16/alarm.wpj and could compile alarm.exe cd src; wcl -l=windows hello.c compiled a 16-bit executable (non-windows executable) Still searching how to compile a 16-bit executable.
Perhaps this helps
--- Paul Vriens Paul.Vriens@xs4all.nl wrote:
I'm busy fixing up version.dll, and I want to create some tests to read resources from win16 applications. I currently have a fixed .exe in my tests directory, but I'd like to create a 16bit .exe (or .dll) during the creation of the tests.
OpenWatcom supports Win16 and Win32 apps and it works under Wine. Without a free 16bit compiler I don't see anyway to do it but perhaps we could make a project for Watcom and Winetests.
Thanks Steven
____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs
Steven Edwards wrote:
--- Paul Vriens Paul.Vriens@xs4all.nl wrote:
I'm busy fixing up version.dll, and I want to create some tests to read resources from win16 applications. I currently have a fixed .exe in my tests directory, but I'd like to create a 16bit .exe (or .dll) during the creation of the tests.
OpenWatcom supports Win16 and Win32 apps and it works under Wine. Without a free 16bit compiler I don't see anyway to do it but perhaps we could make a project for Watcom and Winetests.
Isn't OpenWatcom open source?
Maybe SomeOne T.M. should make a winelib app out of OpenWatcom... :-P
//Jakob