On Monday 28 January 2002 05:53 pm, you wrote: > Who knows anything about template instantiations of classes? It seems to me > that the following code is working flawlessly on all compilers: > But that that gcc wouldn't necessarily instantiate all the methods here: > This doesn't make much sense to me, but if this is really what is going on, > then the solution to those non-instantiated ControlInset methods is pretty > straightforward. Just define ControlInset_impl.[Ch] files analogous to > ControlDialog_impl.[Ch]. > > Is this plausible?
It compiled fine before so logically I don't think that this is the problem. Commenting out FormDoc and Par in Makefile.am won't suffice since they also appear in Dialogs.C It's probably not worthwile to spend a lot of time tracing this down: it's time better spent porting Par and Doc to qt...perhaps should just remove them for the time being from the qt frontend? Ed.