On 25. Jan 2008, at 17:44, Gordon Erlebacher wrote: > I have found one error: I was not returning "true" from some > of my configInit() methods. Stefan, in eqPly, you sometimes > write code for configInit(), followed by a call to the parent class. > Usually, the parent class emthod shoudl be called first in case memory > is allocated and variables initialized. Perhaps it was an oversight.
You are right. It was an oversight, but it didn't matter because I knew what I was doing in the examples. Of course, calling the parent function first makes the code cleaner, more robust and easier to understand. Change 1671 cleans that up so that the parent function is always called first. Cheers, Stefan. _______________________________________________ eq-dev mailing list [email protected] https://in-zueri.ch/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

