Hi to all I have a problem.
I have to build a program in C++ with Qt and I have to use some routines contained in a dll.
I have to version of the same dll
  • com version
  • .net version


I would know how to use the routines in my qt application. I read about ActiveQt but I'm not sure is what I need.
And which version of the dll can I use? The COM or the .net version?

Regards