VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Variable Pointers 32-Bit in VB Really easy

by speedy5 (1 Submission)
Category: Data Structures
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

With vbpointers32.dll, you can now use 32 bit pointers in vb. A pointer is a
reference to a variable, like those in C. VB doesn 't let you do this, but
you can get around this. You can do it the VarPtr() ways combined with
Copymemory (the hard way) or you can do it the easy way with this dll.
vbpointers32.dll lets you reference a variable thats less than or equal to
32 bits, like a byte, integer, long, single and booleans (no objects or
strings yet), and put it into a long variable! You can also do arrays,
multi-dim arrays and types! This is my first submission to VBC. By the way,
check out my profile. PLEASE VOTE AND LEAVE COMMENTS!
Side Effects:
If you misuse the dll you might crash vb or vb will skip the line.

Rate Variable Pointers 32-Bit in VB Really easy

Download Variable Pointers 32-Bit in VB Really easy

Download Variable Pointers 32-Bit in VB Really easy (3 KB)

Variable Pointers 32-Bit in VB Really easy Comments

No comments have been posted about Variable Pointers 32-Bit in VB Really easy. Why not be the first to post a comment about Variable Pointers 32-Bit in VB Really easy.

Post your comment

Subject:
Message:
0/1000 characters