On 26 Apr 2013, at 23:38, Torsten Bonde Christiansen wrote:
> On 2013-04-26 22:53, Jonas Maebe wrote:
>>
>> On 26 Apr 2013, at 22:37, Torsten Bonde Christiansen wrote:
>>
>>> I'm trying to follow this guide:http://wiki.freepascal.org/FPC_JVM/Building
>>>
>>> But when i reach the point where i
On 2013-04-26 22:53, Jonas Maebe wrote:
On 26 Apr 2013, at 22:37, Torsten Bonde Christiansen wrote:
I'm trying to follow this
guide:http://wiki.freepascal.org/FPC_JVM/Building
But when i reach the point where i do the actual compilation fail
with the following output:
torsten@epidata:~/Free
On 26 Apr 2013, at 22:37, Torsten Bonde Christiansen wrote:
> I'm trying to follow this guide: http://wiki.freepascal.org/FPC_JVM/Building
>
> But when i reach the point where i do the actual compilation fail
> with the following output:
>
> torsten@epidata:~/FreePascal/fpc-trunk$ make all cros
Hi List.
I'm trying to follow this guide: http://wiki.freepascal.org/FPC_JVM/Building
But when i reach the point where i do the actual compilation fail
with the following output:
torsten@epidata:~/FreePascal/fpc-trunk$ make all crossinstall
CROSSOPT="-O2 -g" CPU_TARGET=jvm OS_TARGET=android IN
Select in socket of Delphi 2007 (a friend sent it to me:
http://www.sendspace.com/file/06ev02):
function TBaseSocket.Select(ReadReady, WriteReady, ExceptFlag: PBoolean;
TimeOut: Integer): Boolean;
var
ReadFds: TFDset;
ReadFdsptr: PFDset;
WriteFds: TFDset;
WriteFdsptr: PFDset;
ExceptFds:
On 04/26/2013 07:06 PM, silvioprog wrote:
> Ludo, a small question
>
> So, In loop of my thread, to the process doesn't stay blocked in recv, I
> need to use select in client too?
>
If your socket is in blocking mode and you don't want your thread to
block, yes. Server or client, there is n
2013/4/26 Ludo Brands
> On 04/26/2013 09:19 AM, Michael Van Canneyt wrote:
> > On Fri, 26 Apr 2013, Ludo Brands wrote:
> >
> >> On 04/26/2013 08:58 AM, Michael Van Canneyt wrote:
> >>>
> >>>
> >>> On Thu, 25 Apr 2013, silvioprog wrote:
> >>>
> I do not know where it would be used, it's just
2013/4/26 Michael Schnell
> On 04/25/2013 06:15 PM, silvioprog wrote:
>
>> Yes, OnDisconnect, it works exactly as you explained. But I also have the
>> OnError event, which is useful when the client is terminated by an error
>> (eg. killing the client via Ctrl+Alt+Del). :)
>>
>
> It might be able
2013/4/26 Ludo Brands
> On 04/26/2013 08:58 AM, Michael Van Canneyt wrote:
> > On Thu, 25 Apr 2013, silvioprog wrote:
> >
> >> I do not know where it would be used, it's just an observation hehe...
> >
> > Yes, but the above is what I mean with 'it does not make much sense'.
> >
> > I can easily
On 04/26/2013 10:19 AM, Ludo Brands wrote:
>
> Pass -M or --print-map to ld to get a memory map. It includes all object
> files included.
>
On my system it shows that open and close are from
MinGW32/lib/libmoldname.a
and a
undefined reference to `filesize'
Ludo
___
On 04/26/2013 09:54 AM, Darius Blaszyk wrote:
>
> On Apr 26, 2013, at 1:37 AM, Paul Breneman wrote:
>
>>> Yes it does find them, the statically libraries are linked into an
>>> executable which works fine. That is why I was surprised. I'm sure MinGW
>>> must link to other libraries as well
On Fri, 26 Apr 2013, Marco van de Voort wrote:
In our previous episode, Michael Van Canneyt said:
I am aware of all this.
My only 'objection' is that waitfordata() will operate on a single socket only.
Good for single client, bad for server.
How many open sockets must you have to qualify as
In our previous episode, Michael Van Canneyt said:
> >> I am aware of all this.
> >> My only 'objection' is that waitfordata() will operate on a single socket
> >> only.
> >> Good for single client, bad for server.
> >
> > How many open sockets must you have to qualify as a server?
>
> Well, you
On Apr 26, 2013, at 1:37 AM, Paul Breneman wrote:
>>>
>> Yes it does find them, the statically libraries are linked into an
>> executable which works fine. That is why I was surprised. I'm sure MinGW
>> must link to other libraries as well. The question though is which. Anyway
>> to find out
On Fri, 26 Apr 2013, Marco van de Voort wrote:
In our previous episode, Michael Van Canneyt said:
when the socket buffer is not empty. Note that select also returns when
an exception occurs.
I am aware of all this.
My only 'objection' is that waitfordata() will operate on a single socket on
On 04/26/2013 09:19 AM, Michael Van Canneyt wrote:
>
>
> On Fri, 26 Apr 2013, Ludo Brands wrote:
>
>> On 04/26/2013 08:58 AM, Michael Van Canneyt wrote:
>>>
>>>
>>> On Thu, 25 Apr 2013, silvioprog wrote:
>>>
I do not know where it would be used, it's just an observation hehe...
>>>
>>> Yes,
In our previous episode, Michael Van Canneyt said:
> > when the socket buffer is not empty. Note that select also returns when
> > an exception occurs.
>
> I am aware of all this.
> My only 'objection' is that waitfordata() will operate on a single socket
> only.
> Good for single client, bad fo
On 04/25/2013 06:15 PM, silvioprog wrote:
Yes, OnDisconnect, it works exactly as you explained. But I also have
the OnError event, which is useful when the client is terminated by an
error (eg. killing the client via Ctrl+Alt+Del). :)
It might be able to detect a certain kind of errors.
Nonet
On Fri, 26 Apr 2013, Ludo Brands wrote:
On 04/26/2013 08:58 AM, Michael Van Canneyt wrote:
On Thu, 25 Apr 2013, silvioprog wrote:
I do not know where it would be used, it's just an observation hehe...
Yes, but the above is what I mean with 'it does not make much sense'.
I can easily ad
On 04/26/2013 08:58 AM, Michael Van Canneyt wrote:
>
>
> On Thu, 25 Apr 2013, silvioprog wrote:
>
>> I do not know where it would be used, it's just an observation hehe...
>
> Yes, but the above is what I mean with 'it does not make much sense'.
>
> I can easily add this - in fact I will do so
20 matches
Mail list logo