function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ShirolkarShirolkar 

Adding COM Base class to CTI Connector project

Hi,

 

I am using Visual Studio 2008.  When Adding a COM base class to the CTI connector project, I could not find the following in the .h file:

_interface ISalesfornceCTIAdapter : IDispatch

 

_event_interface_IMyAdapterBaseEvents;

 

Hence I could not do steps 6a and 6d from page26 of  the CTI Toolkit Developer Guide.

 

Please advise on what I need to do.


Thanks,
Swapnesh

werewolfwerewolf

VS 2008 makes it very difficult for some reason.  A better solution may be to take the Demo Adapter classes that are included in the package and just do a find and replace on the class names to make them your class names.

ShirolkarShirolkar

Hi,

 

Actually, I am doing just that.  I am following the exact steps written in the toolkit developer guide.  If I remove the information from the header files, then I get errors in the .cpp files.

 

Thanks,
Swapnesh

werewolfwerewolf

Did I see in a separate thread that you had resolved the issue?

ShirolkarShirolkar

Yes.  Thank you very much for your help.

 

I am still getting some compile errors.  I will spend some time reading the manual to see if I get those after I write the Event sink.

 

Regards,
Swapnesh

Emy247Emy247

Hi, 

 

Did you find any solution please?

 

Thank's for your help,

 

:)