Link to home
Start Free TrialLog in
Avatar of itsmeandnobodyelse
itsmeandnobodyelseFlag for Germany

asked on

Need class wrapper for COleDispatchDriver derived class from VB COM DLL (C++ unmanaged)

Is there a assistent in Visual Studio 2003 to create a class wrapper for a VB COM DLL?

If yes, how is it used?

I have a VC6 environment available as well.

Regards, Alex
ASKER CERTIFIED SOLUTION
Avatar of alb66
alb66
Flag of Italy image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of evilrix
evilrix
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of itsmeandnobodyelse

ASKER

I used the VC6 class wizard in the meantime (same as in the link evilrix posted).

But the 'Add Components...' in VS2003 worked correctly and integrated the new class to my MFC project.

Thanks both for your solutions.

Regards, Alex
Very welcome.