matrut wrote:
> Problem solved ... sorry for porsing rubish msg'es. Simply replace
> 
> m_this=this -> CService::m_this=this;

Nonsense. Sorry, but even the MS compiler since at least version 12 (which
is pre-standard!) gets this right and will throw linker errors. You still
lack a definition. However, this is nothing specific to g++, so I'd rather
take it to alt.comp.lang.learn.c-c++ or comp.lang.c++.moderated, read
their FAQs though first, I think the issue is explained therein.

Uli

-- 
http://gcc.gnu.org/faq.html
http://parashift.com/c++-faq-lite/

_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to