Downloadable files and useful links
- Алексей Захаров
- 2 янв. 2016 г.
- 1 мин. чтения
Some downloads and links
1. Wuschel's DOS eXtender (WDOSX), which was beginning to Wine on DOS.
Can be used as DOS extender, also supports some win32 API functions, enough to run simple apps.
2. EMX 0.9d with nesessary headers modification
Note: to avoid conflict with other "make" utilities, make.exe from this package renamed to gmake.exe.
Win32 include files are in "win32" directory, use, for example
X11 include files are also present.
(24.76 Mb)
3. Wine download
Version, which I am working on. Needs to be improved before building, read in one of future posts how.
4. Additional library for EMX
Contains some functions, which missing in original EMX, but required in Wine (mmap especially, this is 'main method of acquiring memory for wine'). Can be compiled using EMX. When using in program, just #include <emx_add.h> and add '-lemx_add' switch to linker.
(15.37 Kb)
5. Xlib stub library for EMX (needed for linking, all functions stubs only)
Contains only stubs, but Wine links good with it. Header files are already included with EMX package (see above, point 2)

Comments