Advertisement
3_2004-2005 Data Structures #134779

Variable Pointers 32-Bit in VB! Really easy!

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 PSC. 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.

AI

AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Source Code
original-source
Upload
Original Comments (3)
Recovered from Wayback Machine