top of page

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

#include <win32/windows.h> instead of #include <windows.h>

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


Subscribe to news

Yeah :) You are with me now!

  • Black Facebook Icon
  • Black Twitter Icon
  • Black Pinterest Icon
  • Black Flickr Icon
  • Black Instagram Icon

© 2015-2016 by Alexey Zakharov (Napoleon80386). Proudly created with Wix.com

bottom of page