Hello,
I'm trying to use Borland Builder C++ v5.0 Enterprise to connect via eSignal's Desktop API. I think I'm close. I imported the type library and it now has the eSignal icon in my ActiveX pallette. I drop this icon onto my form and can access the main properties and it shows the events.
I compile and run the application, and when I call eSignal->Connect(), eSignal v7.7 loads and connects. If I call eSignal->Disconnect(), the eSignal application shuts down. So I'm thinking Builder is instantiating the eSignal object okay. I can also call functions eSignal->Get_GetAppVersion() and eSignal->Get_GetAppHWND() and I'm getting valid responses.
But when I make a call to eSignal->SetApplication() with an argument of widechar containing my eSignal username, I can't get it to set IsEntitled to TRUE. I've checked my billing history, and see I've been charged the initial API fee and the monthly fee. Any chance I'm still not set as entitled on eSignal's end?
Is anyone else using Builder C++ to commnicate with the API?
Thanks
I'm trying to use Borland Builder C++ v5.0 Enterprise to connect via eSignal's Desktop API. I think I'm close. I imported the type library and it now has the eSignal icon in my ActiveX pallette. I drop this icon onto my form and can access the main properties and it shows the events.
I compile and run the application, and when I call eSignal->Connect(), eSignal v7.7 loads and connects. If I call eSignal->Disconnect(), the eSignal application shuts down. So I'm thinking Builder is instantiating the eSignal object okay. I can also call functions eSignal->Get_GetAppVersion() and eSignal->Get_GetAppHWND() and I'm getting valid responses.
But when I make a call to eSignal->SetApplication() with an argument of widechar containing my eSignal username, I can't get it to set IsEntitled to TRUE. I've checked my billing history, and see I've been charged the initial API fee and the monthly fee. Any chance I'm still not set as entitled on eSignal's end?
Is anyone else using Builder C++ to commnicate with the API?
Thanks
Comment