Mail Archives: djgpp/1997/10/07/08:47:53
On Tue, 7 Oct 1997, Bill_HellGateS wrote:
> What is Go32-V2? What is it exactly used for? Forgive my ignorance.
Please make a habit of looking into the DJGPP FAQ list (available as
v2/faq210b.zip from the same place you get DJGPP) before posting
questions. Then you will never need to apologize for ignorance.
The following excerpt from the FAQ answers this:
22.12 What is that `go32-v2.exe' program?
=========================================
**Q*: What is go32-v2 for?*
*A* : The `go32-v2' program does the following:
* With no command-line arguments, it prints the available physical and
virtual memory, much like `go32' did in v1.x.
* It can run unstubified v2 COFF images, like this:
go32-v2 myprog
* If you rename it to `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.
- Raw text -