Rank: Newbie Groups: Member
Joined: 3/23/2015 Posts: 8
|
Hi
I am using EO Web browser in a C#.NET program and very happy now since the 2015 cam with some big performance improvements.
I would like also to deploy it in our old legacy c++ programs - is this possible? If not then do you plan a c++ version? Linux version?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
We do not have any plans to release a C++ version since our main focus is .NET platform on Windows. On Windows, it is possible for you to use .NET component in a C++ application through .NET interop. The most common way is to wrap the .NET components and expose it as a COM object, then use it in C++ through COM. You can search online and you should be able to find plenty of information for that.
Thanks!
|