Click to See Complete Forum and Search --> : int64 types in VB


leandrobecker
May 18th, 2001, 09:39 AM
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

Iouri
May 18th, 2001, 10:31 AM
Try Long.

Iouri Boutchkine
iouri@hotsheet.com

leandrobecker
May 18th, 2001, 12:24 PM
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!!!!

Kdev
May 18th, 2001, 12:41 PM
Take a look at this post by DarkSean

http://www.codeguru.com/cgi-bin/bbs/wt/showpost.pl?Board=vb&Number=43212&Search=true&Forum=vb&Words=2gb&Match=Whole&Topic=&Searchpage=0&Limit=25

-K

cksiow
May 18th, 2001, 07:19 PM
but which API that require 64-bit integer value ?