Farhan Zia
January 26th, 2000, 06:07 AM
Hello,
I am facing a problem. I am trying to call a dll file which is made in
VB in VC++ but VC does not access the fuctions that are in VB dll. What is the
problem. The DLL is a VB ActiveX DLL and when I view the dll through a DLL Viewer
it only shows the functions
1 0 DllCanUnloadNow (00002756)
2 1 DllGetClassObject (0000272A)
3 2 DllRegisterServer (00002740)
4 3 DllUnregisterServer (00002714)
which I think are added by VB wizard. and I can access these functions in VC.
How can I make it possible that VC can also access my methods or functions which
are defined in VB Dll.
Waiting for your kind reply,
Farhan Zia.
I am facing a problem. I am trying to call a dll file which is made in
VB in VC++ but VC does not access the fuctions that are in VB dll. What is the
problem. The DLL is a VB ActiveX DLL and when I view the dll through a DLL Viewer
it only shows the functions
1 0 DllCanUnloadNow (00002756)
2 1 DllGetClassObject (0000272A)
3 2 DllRegisterServer (00002740)
4 3 DllUnregisterServer (00002714)
which I think are added by VB wizard. and I can access these functions in VC.
How can I make it possible that VC can also access my methods or functions which
are defined in VB Dll.
Waiting for your kind reply,
Farhan Zia.