"Vincent" == Vincent BĂ©ron vberon@mecano.gme.usherb.ca writes:
Vincent> Do xst try to open windows (or MessageBox, etc.), hence needing Vincent> a graphics driver? Have you tried with a "Hello world" type Vincent> program?
A "hallo.exe" linked only to MSVCRT works in this situation. xst.exe as an example however is dependant on a zillion of other dlls, where some need gdi. And gdi initialisation in turn loads a display driver, and with DISPLAY not set this will fails for x11drv...
I will mail another proposal for a fallback to ttydrv to wine-patches.
Bye