Re: [fpc-pascal]need help with the ide

2003-06-12 Thread Jonas Maebe
On donderdag, jun 12, 2003, at 08:17 Europe/Brussels, A.J. Venter wrote: Marco et all. Shouldn´t we perhaps considder recompiling the IDE for version 5 ? Version 4 is pretty ancient. I am not aware of compatibility issues, but then, I don´t use the IDE, I code in vim. ncurses 4 and 5 are quite in

[fpc-pascal]ide help needed

2003-06-12 Thread Sachintha Karunaratne
this is reguarding the fp ide on linux. i'm using red hat linux 8. i had a problem with not having the library "ncurses" . i downloaded it and installed the library. now when ever i type in "fp" the computer gives out this messege "fp: relocation error: fp: undefined symbol: _libc_init" what can i

Re: [fpc-pascal]Runtime error 87

2003-06-12 Thread Armin Diehl
try the "net helpmsg" command on a commandline: C:\Program Files\FCW>net helpmsg 87 The parameter is incorrect. Hans Mårtensson wrote: At 13:25 11-06-2003 +0200, you wrote: If the error is not in the list of run-time errors, it means it is an OS-specific error which is not translated

[fpc-pascal]Sockets Problem; accept - eof

2003-06-12 Thread Ivan Petrov
Hello! I use the following programfor testing, mostly as in examples. And I can not understand why calling eof(sin) after the ACCEPT, blocks until something arrived in sin ?!?!? The socket is (I think so) is changed to non-blocking. Program alabala; uses Linux, Sockets, Crt, SysUtils; const port