Hello,
Although I actually use Delphi 4.0, I believe that the Cardinal data type
(unsigned int) went from 2 to 4 byte representation with Delphi 3.0. You
might also try LongWord. There should also be some relevant documents on
your Delphi CD-ROM that are not installed with the program itself.
Bob Teskey
----------------------------------------------------------------------
Date: 17 Sep 1999 16:09:43 -0700
From: "Mike Margerum" <[EMAIL PROTECTED]>
Subject: unsinged long in Delphi
hello, I am using Delphi 3.0 in a project involving the transfer of data
from a palm pilot to a middleware server. A few of the structures we are
sending back and forth have unsigned long int. Delphi(3) has no true
unsigend long type. Does anyone know how I can convert an unsigned long
into an equivalent delphi signed long. I understand that there would be a
limit to the largest number because of the extra sign bit. thanks,
Mike Margerum