Hi All, On Wednesday 26 October 2005 18:37, Wojciech Kazubski wrote: > I found that moving single include line from AppGSpiceUI.hpp to > AppGSpiceUI.cpp solves the problem providing the wxGTK version 2.6.x is > used. I've used recent 2.6.2. > > Wojciech Kazubski
The relationships between some of the top level classes is quite messy ie. FrmMain, FileTasks and CmdLinePcr. The reason is that they were once one class ie. FrmMain. FrmMain got so big that it was becoming difficult to develop (it's still a bit of a problem) so I've been trying to spread the load away from FrmMain. As it happens I've been working on this issue lately and have greatly simplified the relationships between CmdLinePcr and the rest of the application. Hopefully this will reduce if not solve the compile time problems. The "fixed" version isn't ready yet but should be in the next few days/weeks. Mike W.
