I'm using an old dll for verifying addresses, and I'm having major problems trying to call any of it's functions from my vb.net code. The documentation is almost all C and C++ code.
They did include a very small VB6 example, and I've been able to get that part working in VB.Net. There are other functions that I haven't 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 I'm having is translating from char or char * or char ** to VB.net code. I'm not sure how to convert pointers.
Any help would be much appreciated. Thanks!