Some Help With C++ Requested

mundania

Senior member
Jun 17, 2000
921
0
0
I'm trying to figure out how to use a VB DLL in a C++ application. I've tried searching Google and ASK.com, but nearly all of the information I found talks about how to use C++ dlls from Visual Basic, etc. I found one post on some forum that provided some information, but I was hoping that there was a web site/page with some more info. Thanks!
 

Stealth1024

Platinum Member
Aug 9, 2000
2,266
0
0
So what are you trying to do with this VB DLL in C++? I assume you are using Borland or MS Visual C++?
 

mundania

Senior member
Jun 17, 2000
921
0
0
Well... I have a COM+ component that is written in Visual Basic. And I want to call certain functions in it from a c++ program. Most of this stuff is already written...so this is what I have to work with.