kjliew / qemu-3dfx

MESA GL/3Dfx Glide pass-through for QEMU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guest Wrap build result less than expected

l-zhang-1983 opened this issue · comments

I fellowed the instruction to build the Guest Wrap, and got the result shown in this screenshot

image

The target is 7 files

  1. fxmemmap.vxd
  2. glide.dll
  3. glide2x.dll
  4. glide3x.dll
  5. MISSING ONE
  6. opengl32.dll
  7. fxptl.sys
  8. instdrv.exe

However, in the Installing section of README.md, there should be 8 files to use, and the MISSING ONE is "glide2x.ovl"

Screenshot 2024-03-05 105028

I wonder what I have missed in building and compiling, or something wrong in configuration or dependency?

How to make the missing glide2x.ovl come out?

I suggest checking if you have Watcom available

- `Watcom C/C++ 11.0` for DOS32 OVL wrapper

@hughobrien Thank you. 👍

And 'i[56]86-pc-msdosdjgpp' toolchain for DJGPP DXE wrappers.
DXE/OVL wrappers, though available, aren't very interesting on QEMU. Use DOSBox for DOS games.