|
-
May 18th, 2001, 09:39 AM
#1
int64 types in VB
Hi
Someone knows how (or if have) use 64 bit integers
values in VB ??
I want to read file sizes to build an graphic of Disc usage, so, the 32 bit integer is short.
Thanks
Leandro Becker
http://go.to/leandrobecker
-
May 18th, 2001, 10:31 AM
#2
Re: int64 types in VB
Try Long.
Iouri Boutchkine
[email protected]
-
May 18th, 2001, 12:24 PM
#3
Re: int64 types in VB
I cannot use Long because it can handle only 32 bit values. A directory size can be greater than 4Gb and so, will overflow an Long type!!!!
Leandro Becker
http://go.to/leandrobecker
-
May 18th, 2001, 12:41 PM
#4
-
May 18th, 2001, 07:19 PM
#5
Re: int64 types in VB
but which API that require 64-bit integer value ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|