Re: How to test a win16 application in our test-suite

2005-07-26 Thread Jakob Eriksson
Steven Edwards wrote: --- Paul Vriens <[EMAIL PROTECTED]> 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 o

Re: How to test a win16 application in our test-suite

2005-07-25 Thread Steven Edwards
--- Paul Vriens <[EMAIL PROTECTED]> 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. OpenW

Re: How to test a win16 application in our test-suite

2005-07-25 Thread Uwe Bonnes
> "Paul" == Paul Vriens <[EMAIL PROTECTED]> 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 (o

How to test a win16 application in our test-suite

2005-07-25 Thread Paul Vriens
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.