I got this Library that ive imported: winawsrv.dll.
The PCanywhere library ive converted from the winawsrv.tlb.
Now i can see all of the member classes in the object browser (see the pic)
Now ive tried to register the dll with regsvr32 but I get: "winawsrv.dll was loaded, but the DllRegisterServer entry point was not found"
within the environment, when i make these calls:
Dim pcaManager As New winawsrv.CHostDataManagerClass()
Dim pcaData As New winawsrv.CHostDataClass()
the first call passes, but I get the following:
An unhandled exception of type System.Runtime.InteropServices.COMException occurred in PoLLit.exe
Additional information: COM object with CLSID {0B30DAC0-B532-11D2-8177-300A44000000} is either not valid or not registered
I can see the class in the object browser, how is that I cant use it???? I can seem to be able to get out of this, ever,please help!!!
The PCanywhere library ive converted from the winawsrv.tlb.
Now i can see all of the member classes in the object browser (see the pic)
Now ive tried to register the dll with regsvr32 but I get: "winawsrv.dll was loaded, but the DllRegisterServer entry point was not found"
within the environment, when i make these calls:
Dim pcaManager As New winawsrv.CHostDataManagerClass()
Dim pcaData As New winawsrv.CHostDataClass()
the first call passes, but I get the following:
An unhandled exception of type System.Runtime.InteropServices.COMException occurred in PoLLit.exe
Additional information: COM object with CLSID {0B30DAC0-B532-11D2-8177-300A44000000} is either not valid or not registered
I can see the class in the object browser, how is that I cant use it???? I can seem to be able to get out of this, ever,please help!!!