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
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
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
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
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
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
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