On Mon, March 3, 2008 12:56 am, Phil Dibowitz wrote:
> (BTW, is your python GUI cross platform?)

It should be.

Python, the Python ctypes library, and the wxPython GUI library are
certainly all cross platform.

I have personally used Python and wxPython on Windows and Linux without
issue. I've never used ctypes on Windows, and as such I've never tested my
GUI on Windows.

I imagine everything should pretty much "just work" on Windows. The only
issue is that I may need to augment my libconcord.py to decorate the DLL
function calls to make them use a specific _stdcall/_cdecl/... calling
convention, since things can be built both ways on Windows.


-------------------------------------------------------------------------
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/
_______________________________________________
concordance-devel mailing list
concordance-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/concordance-devel

Reply via email to