Hi,
I helped a lot of persons with installation problems, but this time, i don't understand.
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.
The installation vas first with the 2.952 version, but it do the same now with the 2.953 with rhide or under a dos windows.
The files used are: - djdev203.zip - bnu2951b.zip - mak3791b.zip - rh1478b.zip - gcc2953b.zip - gpc2953b.zip (on ftp://agnes.dida.physik.uni-essen.de/home/maurice/) - pdcur24b.zip The file c:\djgpp\lib\libpdcurses.a was renamed in c:\djgpp\lib\libcurso.a
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)?
Thank's for your help.
Opie
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