What is AxInterop and where do I find it?

Hi,

where is AxInterop and where do I find it? Is it a wrapper for Genesys Desktop ActiveX component? Does Genesys provide it for people who want to use it with C# or is it something we have to make on our own? ???

Thank you in advance,
Me

Great forum, btw! :-*

Hi,
it mean ActiveX Interoperability which mean using activex components in dot net environment
you just add the OCX to your dev env right click the toolbox – add/ remove items – COM components tab

just with compilation the compiler creates a wrapper using this naming convention
axinterop.ocxname.dll

1 Like