|
From: Pablo <ca...@si...> - 2005-10-24 20:50:34
|
hi! i finished creating the jam build system for iaeditor and want to comment some stuff. in general it has not been too hard except doing the wx detect part, so that is ok. i had to correct some stuff in code that did not compile, basically two things: - variables for the object registry called or, this is a reserved word in c++, it seems. i called it oreg in all cases. - cast strings passed to notebook->AddPage, i did (wxChar*)"foo", i hope this is ok. also some other minor stuff (use celInitializer::RequestPlugins instead of csInitializer::RequestPlugins, cast argv in one case..). i copied the csplugin files to their respective folders (have a look), i'm not sure how to get them from bin/ folder and would prefer doing as cs does (and removing them from the bin folder). i don't like too much the directory structure and would prefer something like: src/iaeditor (or app) src/plugins/... and the rest as is ok, but i'll try to send a more detailed email about this. also it would be nice if somebody would check the compile system, also i'm currently having problems where apps with cs and wx crash (iaeditor, and wxtest also) so i'm not sure if it really works :/ i can say it gets to load the app and all plugins (opens a window with widgets before crashing. i'll investigate once wxtest works on my machine. also i'll soon try in other computers. i'm also not sure if another test is needed for locating wx in mingw systems, so it is possible the configure script will fail locating it in this platform. pablo greetings! pablo |