|
From: Piotr O. <pio...@o2...> - 2005-10-26 11:13:00
|
Hi Pablo, P> - variables for the object registry called or, this is a reserved word P> in c++, it seems. i called it oreg in all cases. hmm, I don't recall this as reserved word in C++, at last it was not recognized as so by msvc 7 (but this doesn't mean that it is not in standard - I will check this later). P> i copied the csplugin files to their respective folders (have a P> look), i'm not sure how to get them from bin/ folder and would prefer P> doing as cs does (and removing them from the bin folder). I did that only to follow cs tutorial on making external plugins. Will change later. P> i don't like too much the directory structure and would prefer something P> like: P> src/iaeditor (or app) P> src/plugins/... P> and the rest as is ok, when in plugins I will find: /dynamics_sytem/ , /ragdoll/ ,/controllers/ dirs then for me it is ok P> ok, but i'll try to send a more detailed email about this. P> also it would be nice if somebody would check the compile system, also P> i'm currently having problems where apps with cs and wx crash (iaeditor, P> and wxtest also) so i'm not sure if it really works :/ i can say it gets P> to load the app and all plugins (opens a window with widgets before P> crashing. i'll investigate once wxtest works on P> my machine. also i'll soon try in other computers. I don't have msys here, but I did clean checkout and everything is working after msvc build(even with tree including all entities - so it means that Valentin put his changes on cvs). The only problem I have here is segfault on exit. I will check it under msys right after I will be back at home. P> i'm also not sure if another test is needed for locating wx in mingw P> systems, so it is possible the configure script will fail locating it in P> this platform. will check that later, perhaps we should ask Eric (he is cs scripts wizzard) about this. -- Greetings, Piotr Obrzut |