First off I've got to say, You guys are doing an awesome job and I truly
appreciate the creation of php-qt.
Is there a way to compile an application written in php-qt yet? If so
how would I go about that?
Much appreciated,
Aaron
Hi Aaron,
Quoting Aaron <aar...@gm...>:
> First off I've got to say, You guys are doing an awesome job and I truly
> appreciate the creation of php-qt.
thx :)
> Is there a way to compile an application written in php-qt yet? If so
> how would I go about that?
You can write applications in PHP-Qt as scripts and run them. The PHP =20
interpreter will compile it when it reads the file and run the opcode =20
in the Zend engine, PHP-Qt as well will create all Qt objects and =20
connect them to the interpreter.
Some people ask if its possible to create Windows exe files, in this =20
case the script needs to be bundled with a php.exe as well as with the =20
php-qt.dll library in a transparent way.
> Much appreciated,
>
> Aaron
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Php-qt-users mailing list
> Php...@li...
> https://lists.sourceforge.net/lists/listinfo/php-qt-users
>