hi Thomas, Monday, August 21, 2006, 4:15:59 PM, you wrote:
> Hm, not a bad idea, but it would require a change in paradigm. Unlike > you, I have no idea of the way TB is coded. Would it be possible at > all to change it without having to rewrite the whole code? long story. first off, you refactor piece by piece and come to a decent program structure. then, you separate some modules to different DLLs. and separating should NOT exclude the possibility of a monolythic build (static linking) with strictly predefined features. this is a requirement of many custom builds for specific enterprise environments. the easily googlable term "aspect-oriented refactoring" should give you a deeper insight on the procedure. -- regards, vitalie mailto:[EMAIL PROTECTED] ________________________________________________________ Current beta is 3.81.14 | 'Using TBBETA' information: http://www.silverstones.com/thebat/TBUDLInfo.html IMPORTANT: To register as a Beta tester, use this link first - http://www.ritlabs.com/en/partners/testers/

