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
