|
-
May 1st, 2009, 03:11 AM
#1
[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?
-
May 1st, 2009, 03:54 AM
#2
Re: Data type sizes constant?
VB6 compiles only 32-bit executables, no change in data type sizes.
-
May 1st, 2009, 04:12 AM
#3
Re: Data type sizes constant?
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
|