diff options
-rw-r--r-- | docs/manual.qbk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/manual.qbk b/docs/manual.qbk index 09e08a1..4e383db 100644 --- a/docs/manual.qbk +++ b/docs/manual.qbk @@ -190,6 +190,8 @@ It's possible to compile pugixml as a standalone shared library. The process is #define PUGIXML_API __declspec(dllimport) #endif +[caution If you're using STL-related functions, you should use the shared runtime library to ensure that a single heap is used for STL allocations in your application and in pugixml; in MSVC, this means selecting the 'Multithreaded DLL' or 'Multithreaded Debug DLL' to 'Runtime library' property (/MD or /MDd linker switch). You should also make sure that your runtime library choice is consistent between projects.] + [endsect] [/shared] [section:config Additional configuration options] |