[wxWorkshop-dev] State of my Conversion to wxWidgets-2.6.1, week 2
Status: Pre-Alpha
Brought to you by:
spicerun
From: <wxw...@li...> - 2005-07-30 20:29:22
|
Hi guys, I think it is time for another progress report from me again for converting wxWorkshop to wxWidgets-2.6.1. As you know, I am fixing the Make files and compile/build process for the Unicode Linux platform (wxGTK port). Since last week, I've finally gotten the files in /src/pmf converted an building to make another library. I only have one more library directory left, and that is proving to be more challenging as I am replacing the Deprecated functions with the recommended functions in wxWidgets-2.6.1. The directory I am working on is /usr/wspp. The fun part in this directory is replacing all of the wxStringList variables, which are deprecated in 2.6.1, and replacing them with wxArrayString variables as recommended. I will continue to work on this directory this next week. Hopefully I will finish it shortly, and be able to start on the last 2 directories. I have been looking at the Makefile and source code in the /ws directory and am preparing to tackle it next. I am still deciding if I should bother with the xrc directory at this time, or try to make this program work with the wxrc library already in the wxGTK port. I need to get more information on this. All of my work so far is checked into the CVS Repository on the Main Branch. Stay tuned.... --James (aka Spicerun) |