[Qt-interest] runtime compilation impossible in Qt???
Arnold Krille
arnold at arnoldarts.de
Mon Aug 17 18:01:15 CEST 2009
On Monday 17 August 2009 17:30:10 Scott Aron Bloom wrote:
> I can tell you that anything you can do usin QT in python, can be done
> in C++...
Try executing dynamically created C++-code :-)
Something like 'eval( "print \"bla %s\"" % some_string_variable )' is not
possible in C++ at least to my knowledge. At least not as easily as in python.
One can compile the dynamic code into a library/plugin and dl-open that but
unloading and loading the new version gets harder and harder...
Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090817/c0103c9f/attachment.bin
More information about the Qt-interest-old
mailing list