Posts Tagged ‘comix’

Comix: Windows start script

Friday, January 2nd, 2009

There has been some progress on Comix recently, fixing some slight flaws that prevented the program from starting up correctly on Win32. With that gone, the only issue left is that Comix cannot be directly started on Windows without an .exe file, so I wrote a simple startup script to handle that. It invokes Python and runs the file src\comix.py, so it should be put into the SVN checkout root directory of Comix. C++ source included.

Win32 Comix Starter