Re: [fpc-pascal]Asynchronous serial routine (win32+Linux)

2003-11-10 Thread Ivan Petrov
There is an unit named OBJCOM. I use it under linux and believe it will work under ''boze too. - Original Message - From: "Preben Mikael Bohn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 10, 2003 5:32 PM Subject: [fpc-pascal]Asynchronous serial routine (win32+Linu

[fpc-pascal]Problem - ocrt.pp & cp1251

2003-08-31 Thread Ivan Petrov
ve no that much time to rewrite that huge function... Any suggestions? TIA! -------- Ivan Petrov ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[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

Re: [fpc-pascal]sockets (a beginer's question) (client-server)

2003-06-10 Thread Ivan Petrov
Sorry for the spam! Thank you! I found it. But afterthe "Accept(S, FromName, Sin, Sout);" how to tell to Select that I mean Sin as a parameter (file descriptor?) ? There are a LongInt and pointers in Select's definition... On Tuesday 10 June 2003 10:44, Michael Van Canneyt wrote: > > You should

Re: [fpc-pascal]sockets (a beginer's question) (client-server)

2003-06-10 Thread Ivan Petrov
n page "$ man select". But this is for C programmers :-( This was before a couple of hours before I see your mail... And I want to ask where exactly is this implemented in free pascal ? I use version 1.0.6. --- Ivan Petrov

[fpc-pascal]sockets (a beginer's question) (client-server)

2003-06-09 Thread Ivan Petrov
Hello! At first I have to send my thanks to Rainer Hantsch for my first question! And then I beg your pardon for my bad english! I hope you'll understand me. so...oCrt is a very good unit !!!...and so easy to use! But after a couple of days of testing diferent example programs (from fpc docs), I

[fpc-pascal]Is it possible to display unicode chars ??

2003-06-03 Thread Ivan Petrov
Hi! I'm in trouble with this... May I use ncurses unit?? Is there some wrapper or a way to use widechars or widestrings. Note, I'm not a programmer. I know Pascal. Not C. I have read some papers about ncurses in linux... Please, help me out with this!!! I agree even to link an external code fo