You need to sign in to do that
Don't have an account?

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
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.
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
Did I see in a separate thread that you had resolved the issue?
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
Hi,
Did you find any solution please?
Thank's for your help,
:)