|
-
Apr 20th, 2001, 03:57 PM
#2
Monday Morning Lunatic
If the C++ argument is int, it must be Long for VB.
This is because in C (and therefore C++), an int is the size of the system word, which on 32-bit systems is 4 bytes, equivalent to long. In VB the Integer type is still only 2 bytes, so you must use Long.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
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
|