Outline ·
[ Standard ] ·
Linear+
Visual Basic Integer Pointer
|
TSAthono
|
Feb 4 2006, 04:56 AM, updated 20y ago
|
Getting Started

|
I have a VB GUI talking to a DLL written in C++ and one of the C++ function requires a pointer to an integer. The program is called but the pointer is NULL. (#1) How do I define an integer pointer in Visual Basic to pass to a C++ routine? (#2) How do I make the pointer such that it is not null in Visual Basic? -------------- This website has the best smilies, by the way!!  (note to self, "borrow" them for CompleteTranslations.com) This post has been edited by Athono: Feb 4 2006, 04:57 AM
|
|
|
|
|
|
nxfx
|
Feb 4 2006, 10:21 AM
|
|
Google and ye shall find. Check this out - >http://www.thevbzone.com/secrets.htm#Pointers
|
|
|
|
|