View Single Post
  #1   Spotlight this post!  
Unread 14-01-2006, 17:35
complete's Avatar
complete complete is offline
Registered User
no team
 
Join Date: Dec 2005
Location: Saint Louis
Posts: 6
complete is an unknown quantity at this point
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.