[an error occurred while processing this directive]
Node:go32-v2,
Next:DXE,
Previous:Int 24h,
Up:Miscellany
go32-v2.exe
program?Q: What is go32-v2 for?
A: The go32-v2
program does the following:
go32
did in v1.x.
go32-v2 myprog
go32.exe
and put on your PATH
before
the v1.x go32.exe
, it can also run a v1 COFF images, by loading
the v1.x go32
and letting it do the job. With this setup, you
can run v2 programs from v1.x programs, because the v1.x program will
load go32-v2
(since it found it first on the PATH) which knows
how to run v2 images, instead the original go32
which cannot.