View Single Post
Old Jan 14, 2006, 05:46 PM   #1 (permalink)
complete
DriverHeaven Newbie
 
Join Date: Aug 2005
Posts: 9
complete is on a distinguished road

How do I declare a string and pass it from a Visual Basic GUI to a C++ DLL?

How do I declare a string and pass it from a Visual Basic GUI to a C++ DLL?

Now I am debugging successfully. I can debug either on the Visual Basic end
or I can debug on the C++ side by using the DLL's project file and declaring
the compiled VB code as the launching executable. I have narrowed the problem
down to the way that I am declaring and passiing the string variables.
complete is offline   Reply With Quote