Log in

View Full Version : VC++ Calling a VB DLL's


varadha
Feb 26, 2007, 11:18 PM
Hi,
I have a basic knowledge in c++.
But I don't know Visual Basic.
The problem now I face is, I have a VB DLL.
Now I have to call this VB DLL from a VC++ project in .NET environment.
I am using Visual Studio .NET 2003 environment.
Please some one help me.
I need it as soon as possible.
Thanks in advance

Nosnosna
Mar 15, 2007, 02:46 PM
Sorry this didn't get answered sooner.

You should be able to simply add a reference to the DLL in your VC++ project, just as you would any other DLL. The .net framework is capable of handling that using any of the .net languages.