Mail Archives: djgpp/2000/02/16/03:30:39
On 16 Feb 2000, Opua wrote:
> My app uses alot of MS specific C extensions and #includes DOS.H
> too. I don't have the time (or gray matter) to carefully re-write
> the code so it will compile with DJGPP.
Try the DJGPP FAQ, it has some advice about this in chapters 17 and
18.
> My Question: Is there a way i can just use CWSDPMI with my existing code?
CWSDPMI won't solve your problems, because MSC programs are not DPMI
programs, so they cannot benefit from a DPMI server such as CWSDPMI.
You must recompile your code with DJGPP to use CWSDPMI.
- Raw text -