Closed GoogleCodeExporter closed 8 years ago
This is covered here:
http://pugixml.googlecode.com/svn/tags/latest/docs/manual/install.html#manual.in
stall.building.embed
Basically, since you want to compile pugixml.cpp in _DEBUG and are thus adding
it to your project, you have to disable precompiled headers for pugixml.cpp. An
alternative solution is to always use header-only mode and exclude pugixml.cpp
from the project altogether.
Also note that you should include "pugixml.hpp" instead of "pugiconfig.hpp" - I
think that the result is the same with header only builds, but in DEBUG you
won't get any pugi symbols from pugiconfig.hpp with your setup.
Original comment by arseny.k...@gmail.com
on 11 Oct 2012 at 4:30
Original comment by arseny.k...@gmail.com
on 12 Oct 2012 at 4:24
Original issue reported on code.google.com by
fmichel....@gmail.com
on 11 Oct 2012 at 2:30