diff --git a/docs/manual.adoc b/docs/manual.adoc index 85b8bcb..0b91e1e 100644 --- a/docs/manual.adoc +++ b/docs/manual.adoc @@ -148,7 +148,7 @@ The complete pugixml source consists of three files - one source file, `pugixml. [[install.building.embed]] ==== Building pugixml as a part of another static library/executable -The easiest way to build pugixml is to compile the source file, `pugixml.cpp`, along with the existing library/executable. This process depends on the method of building your application; for example, if you're using Microsoft Visual Studio footnote:[All trademarks used are properties of their respective owners.], Apple Xcode, Code::Blocks or any other IDE, just add `pugixml.cpp` to one of your projects. +The easiest way to build pugixml is to compile the source file, `pugixml.cpp`, along with the existing library/executable. This process depends on the method of building your application; for example, if you're using Microsoft Visual Studio footnote:[All trademarks used are properties of their respective owners.], Apple Xcode, Code::Blocks or any other IDE, just *add `pugixml.cpp` to one of your projects*. If you're using Microsoft Visual Studio and the project has precompiled headers turned on, you'll see the following error messages: diff --git a/docs/manual.html b/docs/manual.html index 28b21d5..ba051c9 100644 --- a/docs/manual.html +++ b/docs/manual.html @@ -818,7 +818,7 @@ git checkout v1.9
The easiest way to build pugixml is to compile the source file, pugixml.cpp
, along with the existing library/executable. This process depends on the method of building your application; for example, if you’re using Microsoft Visual Studio [1], Apple Xcode, Code::Blocks or any other IDE, just add pugixml.cpp
to one of your projects.
The easiest way to build pugixml is to compile the source file, pugixml.cpp
, along with the existing library/executable. This process depends on the method of building your application; for example, if you’re using Microsoft Visual Studio [1], Apple Xcode, Code::Blocks or any other IDE, just add pugixml.cpp
to one of your projects.
If you’re using Microsoft Visual Studio and the project has precompiled headers turned on, you’ll see the following error messages:
@@ -5767,7 +5767,7 @@ If exceptions are disabled, then in the event of parsing failure the query is in