Mail Archives: djgpp/1998/06/21/00:36:27
First you need to compile your program into a coff object with, say:
gcc -o program program.c
This will result in you having two compiled components, program.exe
and program (the coff object). Now do:
copy /B pmodstub.exe + program program.exe
And program.exe should work as expected.
- aYk -
>Whenever I try to stub my gcc object file with the pmodstub.exe and run the
>program it tells me that there is no DPMI. But when i use pmodetsr.exe
>everything works, but the mouse. I don't want to use a tsr. So how do i use
>pmodstub.exe?
>
>once more,
>Malcolm
>malcolmj7 AT aol DOT com
- Raw text -