Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Call a VB DLL from C++

Status
Not open for further replies.

fouli

Technical User
Mar 14, 2001
1
GR
How can I call the methods of a class that I have created in a VB DLL, from C++?

fouli
 
You would have to call them via COM. Look up QueryInterface and CoCreateInstance in MSDN. There is a sample "HOWTO" for calling VB DLLs from C++, but I'm unable to find it (sorry).

Chip H.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top