Need help registering COM server object

Windows specific forum
Godai
Enthusiast
Enthusiast
Posts: 171
Joined: Thu Oct 05, 2006 8:13 pm

Need help registering COM server object

Post by Godai »

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:

Code: Select all

Private objSecExc As BPCAPI.SecureExchange
Set objSecExc = New BPCAPI.SecureExchange