Mail Archives: djgpp/1997/08/02/13:01:58
> Whenever I run my own djgpp compiled program without a dpmi server or
> without the file cwsdpmi.exe I get a message "load error : No dpmi Get
> cwsdpmi*b.zip". Is it possible for me to change the message in the source
> code to something else like "DPMI server or CWSDPMI.EXE not found" ??
Yes, two ways:
1) Get the DJGPP source zip, cd src/stub, edit stub.asm, djasm it, and
use it as the stub.
2) Use a binary editor to change the string in the stub of the image you
distribute - your desired string is shorter so can easily replace
the current string. You could write a quick C program to find/rewrite
this string in the image also.
- Raw text -