Click to See Complete Forum and Search --> : Use a Visual Basic Dll in a Visual C++ project


Forsaken
September 28th, 1999, 09:04 AM
Hi all, i would like to use a Visual Basic ActiveX Dll in a Visual C++ project...

how i can do that ???

thanx in advance

Carl
crheaume@motus.com

Lothar Haensler
September 29th, 1999, 01:50 AM
the easiest way to use any Active X DLL in VC is to use the #import statement in VC.
Check out the details in the online docs.