Date sent: Tue, 24 May 2005 20:03:28 +0200
From: Søren Ager <[EMAIL PROTECTED]>
To: FPC-Pascal users discussions
Subject: Re: [fpc-pascal] SizeOf(File) <> SizeOf(FileRec)
Send reply to: FPC-Pascal users
Tomas Hajny wrote:
BTW (just in case you didn't know), one good thing
about GDB and the current environment is the possibility of post-
mortem debugging in case it crashed completely with a core dump
("core core" in (PM)GDB).
I didn't know that - thanks for the tip.
I have now compiled and r
Date sent: Tue, 24 May 2005 06:56:40 +0200
From: Søren Ager <[EMAIL PROTECTED]>
To: FPC-Pascal users discussions
Subject: Re: [fpc-pascal] SizeOf(File) <> SizeOf(FileRec)
Send reply to: FPC-Pascal users
Tomas Hajny wrote:
OK, let me know if there's anything I could help you with.
Unfortunately, PMGDB is somewhat less comfortable than VP/2 IDE. :-(
Thank you!!! I had not seen the PM version of GDB - it is still not the
same as VP/2 but it is a lot better that the text mode version.
Take ca
Date sent: Mon, 23 May 2005 10:40:07 +0200
From: Søren Ager <[EMAIL PROTECTED]>
To: FPC-Pascal users discussions
Subject: Re: [fpc-pascal] SizeOf(File) <> SizeOf(FileRec)
Send reply to: FPC-Pascal users
Tomas Hajny wrote:
Are you willing to contribute your changes, so we could add unit
sockets to supported units for the OS/2 target?
Sure - as soon as it actually works... Right now it compiles but my
program crashes :-(
Take care,
Soren
___
fp
Date sent: Sun, 22 May 2005 09:34:38 +0200
From: Sřren Ager <[EMAIL PROTECTED]>
To: FPC-Pascal users discussions
Subject: Re: [fpc-pascal] SizeOf(File) <> SizeOf(FileRec)
Send reply to: FPC-Pascal users
Søren Ager wrote:
I can't compile sockets.pas as SizeOf(File) <> SizeOf(FileRec).
Turns out my problem was that I had the rtl directories in my unit
paths. After I copied socket.pas and so32dll.pas to a new directory I am
now able to compile them (after I added the missing pieces of code).
Hi,
I have been playing around with Free Pascal for OS/2 but have stumbled
into a problem. I can't compile sockets.pas as SizeOf(File) <>
SizeOf(FileRec). So I made a test program - and it shows me that
userdata is only 16 bytes - how can that be? If I change the definition
of filerec other p