On Thu, 15 Nov 2012 21:36:46 +0100, Knacktus
wrote:
> Hello everyone,
>
> calling QAxBase.dynamicCall like this works:
>
> my_comp.dynamicCall("MyMethod(const QString&, int, bool)", "test", 2,
> False)
>
> however, using the overloaded call
> (http://qt-project.org/doc/qt-4.8/qaxbase.html#dyna
Hello everyone,
calling QAxBase.dynamicCall like this works:
my_comp.dynamicCall("MyMethod(const QString&, int, bool)", "test", 2, False)
however, using the overloaded call
(http://qt-project.org/doc/qt-4.8/qaxbase.html#dynamicCall-2) doesn't:
my_comp.dynamicCall("MyMethod(const QString&, in