What steps will reproduce the problem?
1. console app in vs2008
This is the first error during a link.
error LNK2019: unresolved external symbol "public: __thiscall
ticpp::Document::Document(char const *)" (??0Document@ticpp@@QAE@PBD@Z)
referenced in function _main
Everything works with vs2005 and the tinyxml.lib links fine in vs2008 but
when I try to do a in a vs 2008 console app:
ticpp::Document doc1( "demo.xml" );
I get linker errors. I tried unicode and mbcs, made sure the runtime
stuff matches, linking debug/debug builds etc...
Any help would be appreciated. I will try to simplify the issue if this
isn't an easy fix.
Original issue reported on code.google.com by jeffreyw...@gmail.com on 11 Jan 2009 at 11:16
Original issue reported on code.google.com by
jeffreyw...@gmail.com
on 11 Jan 2009 at 11:16