PDA

View Full Version : ActiveX



franco.amato
28th December 2009, 16:20
Hi to all,
I would use an ActiveX component in a Qt form.
Is possible?

Best Regards,
Franco

high_flyer
28th December 2009, 16:46
It is possible but be sure to read all the documentation about it!
http://doc.trolltech.com/4.5/qaxwidget.html

franco.amato
28th December 2009, 17:21
It is possible but be sure to read all the documentation about it!
http://doc.trolltech.com/4.5/qaxwidget.html

Thank you.
I tried to compile and execute the "simple" program located in $(OPENCV)\sample but nothing happens when I execute the generated simpleax.exe

In my case I would use an ActiveX provided by hi-components ( a video camera viewer )

( http://www.hi-components.com/nimageenocx.asp )

Best,

high_flyer
29th December 2009, 10:55
I tried to compile and execute the "simple" program located in $(OPENCV)\sample but nothing happens when I execute the generated simpleax.exe
Are you talking about a Qt sample?

franco.amato
29th December 2009, 16:00
Are you talking about a Qt sample?

Sorry I did a mistake.
In the $(QTDIR)\examples there is a "activeqt" folder with some examples.
I tried to compile and execute the "simple" but nothing happens.

I didn't changed the original code so it can not be my mistake.

Best Regards,
Franco

high_flyer
29th December 2009, 16:54
did you read this (and did as it instructs)?:
http://doc.trolltech.com/4.5/activeqt.html

franco.amato
29th December 2009, 18:06
did you read this (and did as it instructs)?:
http://doc.trolltech.com/4.5/activeqt.html

At the moment I did nothing as I don't know how to start