CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 1999
    Location
    State of Parana Country Brazil
    Posts
    60

    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

  2. #2
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: int64 types in VB

    Try Long.

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

  3. #3
    Join Date
    Dec 1999
    Location
    State of Parana Country Brazil
    Posts
    60

    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

  4. #4
    Join Date
    Jan 2001
    Posts
    165

    Re: int64 types in VB

    Take a look at this post by DarkSean

    http://www.codeguru.com/cgi-bin/bbs/...age=0&Limit=25

    -K


  5. #5
    Join Date
    Apr 2000
    Posts
    737

    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
  •  





Click Here to Expand Forum to Full Width

Featured