tags:

views:

11

answers:

0

Hi,

I'm trying to create a excel RTD server in c++. it works fine to me. But when an error occurs, let say in ConnectData() (return value of this method indicates the successful method call to excel), I need to return an error string to user if RTD server is yet not ready.

Please provide a suggestion on how to achieve this ?

Thank you