Opie Pecheux wrote:
The PC is a Compaq LTE LITE 4/33c 486 with 12MO of ram under Windows 95. Without uses crt, all's working but with a simple program like:
program test; uses crt; begin end.
appears the message:
c:\djgpp\travail>gpc -o test.exe --autobuild -g test.pas Load error : no DPMI memory gpc1.exe c:/djgpp/bin/gpc.exe exited with status 1 gpc1.exe c:/djgpp/bin/gpc.exe exited with status 1
csdpmi5b vas not installed because of windows. All non crt program works.
Also programs using, e.g. the Pipe unit? If not, it might be a problem when calling the C compiler.
What test do we have to performe? If we do gpc -o test.exe --autobuild -g test.pas -v we have a lot of screens. Is it possible to have a pipe (>> test.txt don't work)?
You mean a redirection (pipe is `|'). command.com doesn't support redirection of stderr, but you can either use bash or the redir utility.
Frank