On Apr 30, 2014, at 11:18 47, Mike Carroll <[email protected]> wrote:
> Can QT3 and QT5 live together? On the same system? Sure — I do it all the time. Within the same program? No. The event loop and class hierarchies are totally different. > If so, you could break the rewrite down into individual applications > (RDLibrary, RDAdmin, etc.) and spread it out over time and among programmers. Not possible, due to the fact that most of the actual ‘guts’ of the system live in a central ‘convenience library’ (‘librd’, see ‘lib/‘ in the source tree), with most actual modules being a relatively thin wrapper around that. Cheers! |-------------------------------------------------------------------------| | Frederick F. Gleason, Jr. | Chief Developer | | | Paravel Systems | |-------------------------------------------------------------------------| | A room without books is like a body without a soul. | | -- Cicero | |-------------------------------------------------------------------------| _______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
