From: Sada on 13 Sep 2009 22:17 hi all, Can anybody please explain about the following warning?? warning: can't find linker symbol for virtual table for `MyString' value warning: found `MyString::MyString()' instead. MyString is the class written for string handling. Best Regards, Sadanand. -- [ See http://www.gotw.ca/resources/clcm.htm for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ]
From: tohava on 14 Sep 2009 06:07 You should at least provide the .h (or a snippet of it) of the class MyString. I would also recommend telling which compiler you're using. On Sep 14, 3:17 pm, Sada <steggi...(a)gmail.com> wrote: > hi all, > > Can anybody please explain about the following warning?? > warning: can't find linker symbol for virtual table for `MyString' > value > warning: found `MyString::MyString()' instead. > -- [ See http://www.gotw.ca/resources/clcm.htm for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ]
From: Thomas Maeder on 14 Sep 2009 06:26 Sada <steggi.cs(a)gmail.com> writes: > Can anybody please explain about the following warning?? Hardly without seeing any code. > warning: can't find linker symbol for virtual table for `MyString' > value > warning: found `MyString::MyString()' instead. > > MyString is the class written for string handling. Please post the minimal program that causes the compiler to produce this message. -- [ See http://www.gotw.ca/resources/clcm.htm for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ]
|
Pages: 1 Prev: Structured Exception Handling in C++ Next: Help needed to overload function template. |