Calling a VB ActiveX dll from MFC 
Author Message
 Calling a VB ActiveX dll from MFC

I have written an ActiveX dll in VB.
I can call it in VB as follows:

Dim obj as object
set obj=CreateObject("MyDll.MyClass")
obj.MyFunc

How do I call MyFunc in MFC?

Mark



Fri, 22 Mar 2002 03:00:00 GMT  
 Calling a VB ActiveX dll from MFC
Take a look at Step 6 at
http://www.codeguru.com/atl/COM_ATL_Tutorial.shtml
Roland


Quote:
> I have written an ActiveX dll in VB.
> I can call it in VB as follows:

> Dim obj as object
> set obj=CreateObject("MyDll.MyClass")
> obj.MyFunc

> How do I call MyFunc in MFC?

> Mark



Fri, 22 Mar 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. MFC app calling VB ActiveX DLL

2. Calling VB ActiveX DLL from MFC applications(Newbie question)

3. Creating c dll calling vb ActiveX dll

4. Show modeless form in VB ActiveX DLL from C++ MFC DLL

5. MFC DLL needs to be called from Non-MFC VB.

6. Bad DLL calling convention in my MFC (for VB) DLL

7. Atl NT service calling VB ActiveX dll had problem when clean-up

8. How do you call VB ActiveX DLL functions from VC

9. Call/Use VB ActiveX Dll in Visual C

10. calling vb activex dll

11. How can I call a VB ActiveX dll from VC++

12. Calling a VB ActiveX DLL

 

 
Powered by phpBB® Forum Software