PDA

View Full Version : ActiveQt Wrapping



ComaWhite
1st November 2010, 07:11
I want to create a library for Qt with Windows 7 taskbar functionality since Q7Goodies is closed, I want to create an open source one and possibly wrap Ribbon for Qt Windows users. But, I'm having issues with understanding ActiveQt. I basically want to wrap there interfaces in to ActiveQt then use the class. But the issues with it, is I need also access to the raw pointer. I looked in to QAxBindable and QAxAggregated but the function createAggerate is useless since it does not give me access to it and I think that function is more for internal use only.

I looked at the examples in Qt. But they are more about creating your own COM objects rather than wrapping MS's COM classes etc.

ComaWhite
3rd November 2010, 10:36
Anyone have a clue?