JRichmond
Active member
Im using an old dll for verifying addresses, and Im having major problems trying to call any of its functions from my vb.net code. The documentation is almost all C and C++ code.
They did include a very small VB6 example, and Ive been able to get that part working in VB.Net. There are other functions that I havent been able to figure out yet, though.
Does anyone know about a C++ to VB.net translator or porting tutorial that I could use? Or, has anyone done this before?
One of the main problems Im having is translating from char or char * or char ** to VB.net code. Im not sure how to convert pointers.
Any help would be much appreciated. Thanks!
They did include a very small VB6 example, and Ive been able to get that part working in VB.Net. There are other functions that I havent been able to figure out yet, though.
Does anyone know about a C++ to VB.net translator or porting tutorial that I could use? Or, has anyone done this before?
One of the main problems Im having is translating from char or char * or char ** to VB.net code. Im not sure how to convert pointers.
Any help would be much appreciated. Thanks!