Vernon Cole skrev:
Strula:
The GUI designer has to output code for some API or another. If it
produces code for a cross platform GUI API then the resulting
application will be cross platform. I would love to find one such that
actually works and produces good code.
Do you have any suggestions?
Sorry for the belated response. Your email somehow ended up in my Spam folder.
My concern with 64bit platform derived from the fact that one software for
32bit might not work properly when recompile and run on 64bit system. There are
work to be done to make sure that it work properly on 64bit an
I am working on an application that has Python embeded into it to run Python
scripts. Using the Python for Windows extension, what is the best way to pass
data, potentially COM objects, back and forth between the host application and
the scripts.
Any advices are welcomed.
Thanks,
Hung.
On 18/11/2009 8:48 AM, Hung Nguyen wrote:
I am working on an application that has Python embeded into it to run
Python scripts. Using the Python for Windows extension, what is the best
way to pass data, potentially COM objects, back and forth between the
host application and the scripts.
"Pass
Hi Mark,
To clarify the requirement:
1) The application is a C++, COM application that has CPython embeded in it.
2) There are some data elements, let say COM objects, in the application's
process space
3) The application invoke a Python script that runs on the Python engine
4) The script nee
On 18/11/2009 1:05 PM, Hung Nguyen wrote:
Hi Mark,
To clarify the requirement:
1) The application is a C++, COM application that has CPython embeded in it.
2) There are some data elements, let say COM objects, in the application's
process space
3) The application invoke a Python script that