From: John L. <jla...@gm...> - 2005-11-22 03:44:33
|
> INHO, the best thing should be including all the components into a dynami= c > library, > you can manitain a single object, and users will share a single component= . I've changed my mind, I now think that it best to just have one library as you say. It'll really be a lot easier for me to maintain and use. There will just be a single library and the linker can strip out the unused stuff. I can also use #if USE_SOMECLASSNAME and a setup.h file to let people pick and choose what they want. There's a discussion about how best to use a setup.h file on wx-users and wxlua-users... Regards, John Labenski |