Results 1 to 3 of 3

Thread: [RESOLVED] Data type sizes constant?

  1. #1

    Thread Starter
    "Digital Revolution"
    Join Date
    Mar 2005
    Posts
    4,471

    Resolved [RESOLVED] Data type sizes constant?

    In Visual Basic 6, are the sizes of data types constant on every version of Windows?

    I know in C++, the sizes are not guaranteed (ie: an integer may be 2 bytes on one system, 4 bytes on another).

    Is there any real need for the LenB() function or are they always the same?

  2. #2
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654

    Re: Data type sizes constant?

    VB6 compiles only 32-bit executables, no change in data type sizes.

  3. #3

    Thread Starter
    "Digital Revolution"
    Join Date
    Mar 2005
    Posts
    4,471

    Re: Data type sizes constant?

    Thanks.

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