Archived Forum Post

Index of archived forum posts

Question:

ConnectFailReason for CkHttp and CkMailMan

Dec 17 '13 at 13:26

I am looking for a solution to show the user of our application a reason for the connection failure. In the classes CkSocket or CkFtp2 there is a function get_ConnectFailReason(). But how can I get an error message for the user at CkHttp or CkMailMan? The response of the LastErrorText is good for debug and support, but it is far to much info for a message box.

If it is important, we use the Visual Studio C++ library of Chilkat.

Thanks for the answer.