wxFormBuilder / ticpp

This project is obsolete. TinyXML-2 offers a very similar C++ interface.
MIT License
92 stars 34 forks source link

linker errors with vs2008 #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
please post your source and project files - your entire project directory would 
be good.

Original comment by rjmy...@gmail.com on 13 Jan 2009 at 12:24