Wine compiled on DOS, download
- Алексей Захаров
- 4 янв. 2016 г.
- 1 мин. чтения
I've mananged to make final executable - wine.exe (for shorting command I compiled w.exe). But it is not working due to stubbed Xlib. Error: "Can't open display (none specified)". This is at line 399 of file /misc/main.c.
Function MAIN_ParseOptions is called far behind main initialization function _WinMain. So creating a desktop is not definetely a success. But it can help to move toward working Wine.
I thought that Wine will execute console apps right in console, but it don't. So I need working copy of Xlib. Because there are only Xfree86 for OS/2, not for DOS, and there are no any other X Window System implementations for DOS, I have to write it manually.
You can download and watch to my work: http://depositfiles.com/files/dl9h9wsvo
Please note that Wine executable is placed into wine-960811/wine directory and called w.exe. Also you can take files from if1632 directory for your personal work.
Comments