
Using the vb component in vc++
You have to #import the DLL into the VC++ source...
After that you can use the interface.. for example:
CoInitialize(NULL);
_TreePtr pArbol(__uuidof(Tree));
pArbol->Method();
CoUninitialize();
To know the interface names you can use OLE/COM Object Viewer and see the
TypeLib for that DLL
Jaime
Quote:
> hi all.
> i have developing vc application.
> but, i met the some trouble.
> i wanna using the vb component in vc++.
> please, help me .. send me to the information or source ..
> have a nice day..