Int64 is a SIGNED 64 bit integer (-2*10^63 up to 2*10^63-1). What I was looking for was an UNsigned 64 bit integer (0 up to 4*10^63-1) -----Original Message----- From: Mick Arundell [mailto:[EMAIL PROTECTED] Sent: Thursday, June 16, 2005 1:55 PM To: [email protected] Subject: [delphi-en] Re: A few generic Delphi / c++ conversion
Message: 2 Date: Wed, 15 Jun 2005 14:55:48 +0200 From: "Assaf Stone" <[EMAIL PROTECTED]> Subject: A few generic Delphi / c++ conversion questions 1. can I define a variable as an unsigned 64-bit integer in Delphi 7? => Int64 fits the bill mick Send instant messages to your online friends http://au.messenger.yahoo.com ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links This mail arrived via mail.pineapp.net ************************************************************************ ************ This footnote confirms that this email message has been scanned by PineApp Mail-SeCure for the presence of malicious code, vandals & computer viruses. ************************************************************************ ************ ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

