PDA

View Full Version : ActiveQt using QObject based COM objects from a seperate DLL/class factory



CCob
12th September 2011, 14:18
Hi,

I have two separate Qt projects that are both using ActiveQt. One of the projects relies on COM classes exported by the other. I would like to expose a public slot from one of the ActiveQt DLL's with an argument that is a data type from the other ActiveQt project.

Is this at all possible? If so, what would be the best approach.

Thanks.