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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to use vb dll in vc++

Status
Not open for further replies.

rajeshsurve

Programmer
Aug 7, 2000
2
IN
hi<br>i have dll written in VB, i want to use it in VC.<br>is it possible and how, i do not want to use MFC.<br>thanks<br>Rajesh surve<br>
 
well if the DLL in VB is written in ActiveX , you may find yourself using MFC anyways, however VC++ should have a tool called OCX Wrapper , which will wrap a class around your ActiveX Dlls, or Controls, and expose them through the class, I Cant garantee this wont use MFC, but in my opinion if you are using one Microsoft tool for another, you may be required to use MFC. <p>Karl<br><a href=mailto:kb244@kb244.com>kb244@kb244.com</a><br><a href= </a><br>Experienced in : C++(both VC++ and Borland),VB1(dos) thru VB6, Delphi 3 pro, HTML, Visual InterDev 6(ASP(WebProgramming/Vbscript)<br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top