Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 2

Qt-interest Archive, January 2008
QAx and ActiveXObject()


Message 1 in thread

Hi all,

I am developing an ActiveX control with QAxServer, using QAXFACTORY_DEFAULT macro:

QAXFACTORY_DEFAULT(
                    MyApplication,  // widget class
                    "{...}",    // class ID
                    "{...}",    // interface ID
                    "{...}",    // event interface ID
                    "{...}",    // type library ID
                    "{...}"     // application ID
                    )

It's an out-of-proccess server (can run as an standalone application) and I am
using it inside IE as well. Everything works, but when I want to create an
instance of my COM server with ActiveXObject() function in JScript (Javascript),
I do not know what shall I set as a parameter of my that function.

Can any one help? Thanks in advance.

Tom



--
 [ signature omitted ]