OK, I've got everything "ported" to C++ -- that means that I can get a running X11 codebase (without tcl) where all the .c files have .cpp extensions, and everything compiles under a C++ compiler, without any C files except for files under Xw/ folder. This got a lot of the cruft that passes by the C compiler exposed and superficially patched up.
Now I'm working on implementing a hack similar to xcwin32.h, where I'll emulate the X library using Qt framework. Once that's done, I can start getting rid of all signs of X11 and unix-style calls. My first job will be to get rid of unix-style piping/forking, and use QProcess -- that'd get the code detached from unix and working on any platform where Qt runs. Cheers, Kuba _______________________________________________ Xcircuit-dev mailing list [email protected] http://www.opencircuitdesign.com/mailman/listinfo/xcircuit-dev
