Results 1 to 5 of 5

Thread: 64 bit signed integers in 32 bit VB6

Hybrid View

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2012
    Posts
    11

    Re: 64 bit signed integers in 32 bit VB6

    The strings are in the message table of NTDll.dll.mui. They are a decimal representation of &hffffffffnnnnnnnn where the n is the 32 bit NTStatus code. So I need to convert 64 bit integers or 64 bit hexedecimal string to a signed decimal representation so I can search for them.

    This approach is needed because of the problem here http://www.vbforums.com/showthread.p...20#post4194720 which involve letting windows do the work - but it errors.

  2. #2
    PowerPoster
    Join Date
    Jul 2006
    Location
    Maldon, Essex. UK
    Posts
    6,334

    Re: 64 bit signed integers in 32 bit VB6

    Quote Originally Posted by Davidca View Post
    This approach is needed because of the problem here http://www.vbforums.com/showthread.p...20#post4194720 which involve letting windows do the work - but it errors.
    I just replied to that Thread - I think the problem was in the API definition. (ByVal missing)

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2012
    Posts
    11

    Re: 64 bit signed integers in 32 bit VB6

    Thank you, I can now return to a world where numbers don't exceed 4 billion.

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