joecrow,
The symbol errors are generated by the linker, not the compiler. The compiler had to translate the names into unique names (the linker doesn't actually undestand the idea of overloaded functions). This is usually caused by 1 of 2 things. Either a) you are not linking in the library or object file which contains the oostring class, or b) you used cc for compiling some files and c++ for compiling others, but didn't put extern "C" around the correct include files. If you are using a Makefile, please post it and I will take a look.
-Chris




LinkBack URL
About LinkBacks
Reply With Quote
).
Bookmarks