Need help registering COM server object
Posted: Wed May 23, 2007 10:54 am
My problem is that I can´t seem to register it correctly.
It will return #S_OK but all functions either returns 0 or crash.
It´s a com server which provides an API only. No controls or anything.
A simple example would help a lot, as my program is rather complex to list here
Thanks in advance
Update:
Works fine from VBA script like this:
It will return #S_OK but all functions either returns 0 or crash.
It´s a com server which provides an API only. No controls or anything.
A simple example would help a lot, as my program is rather complex to list here
Thanks in advance
Update:
Works fine from VBA script like this:
Code: Select all
Private objSecExc As BPCAPI.SecureExchange
Set objSecExc = New BPCAPI.SecureExchange