if I compile I get 2 warings, as you can see in 'xml_match_tag' and 'xml_find_tag'maybe this make the trouble.....Code wird generiert...c:\i\sc\seti\seti_boinc_2k3_2.2b-ben-joe\db\xml_util.cpp(663) : warning C4717: 'xml_match_tag': Rekursiv für alle Steuerelementpfade. Die Funktion verursacht einen Stapelüberlauf zur Laufzeit.c:\i\sc\seti\seti_boinc_2k3_2.2b-ben-joe\db\xml_util.cpp(689) : warning C4717: 'xml_find_tag': Rekursiv für alle Steuerelementpfade. Die Funktion verursacht einen Stapelüberlauf zur Laufzeit.Kompilieren...------------------------------------------------------------------------------------------------------------------------and here is the code ---->// return true if the tag appears in the line//bool xml_match_tag(char* buf, char* tag) { ...}bool xml_match_tag(const std::string &s, char* tag){ return xml_match_tag(s.c_str(),tag);663 } <----- heresize_t xml_find_tag( char* buf, char* tag) {...}std::string::size_type xml_find_tag(const std::string &s, char* tag){ std::string::size_type p=xml_find_tag(s.c_str(),tag); return (p!=strlen(s.c_str()))?p:(std::string::npos); 689 } <------- here----------------------------------------------------------------------------------------------------------have anybody of you a idea to prevent thisyour suggestions are welcome....regards heinz
Hi all,I use a dual monitor installation for working. My second Monitor died last night. Today I ordered a new 22" multisync flatscreen from LG. Expected in ca. 4 days.
I have a problem with the CPU usage at the MMX dual machine....Any hints are welcome.
Since I´m back it is so calm here in the forums. Or are running all important informations behind the backstage ?Sometime it seems and I have the feeling nobody is interested in further development of the s@h app.Sure, a lot is already done. All thanks to the development crew.-----------------------------------------------------------------------------------------I asked in the Pre-Release -->Windows forum (22.09.07)Please let me know if anybody of you are working with me together in further optimization of the source code.More about 40 read it, but nothing. No answer till now........I can´t believe it. -------------------------------------------------------------------------------------------------------------