Winelib and <io.h>

Dimitrie O. Paun dimi at intelliware.ca
Fri Jan 31 12:00:45 CST 2003


On Fri, 31 Jan 2003, Hans Christian Studt wrote:

> I can still try out Ming/Cygwin but how would that change the 
> <io.h> problem ???

It will not, but it will make it much more easy for us to fix.
Basically, if it works under MinGW, it should work under Wine.
Thing is, you don't want to have to fix _all_ the porting
problems at once. MinGW provides an _ideal_ midstep in the
process, and it comes almost for free, because it doesn't
imply a detour to take it. Essentially you have to pass through
the point where the app builds under MinGW, you might as well
try and see that it does. This removes a _lot_ of the uncertainties
in later stages, making them so much easier to debug and fix.

That being said, try to compile using the MSVCRT headers. To
do that, just pass -mno-cygwin to winegcc, see if that works.

-- 
Dimi.




More information about the wine-devel mailing list