Tag Archives: C / C + + / c# development practice 365

error C4996 ‘pugixml_ Documentload ‘is declared as a rejected solution

Gbd28181Device.cpp(550,18): error C4996: ‘pugi::xml_ Document:: load ‘: declared deprecated

For the above problems, I find the following three solutions:

Method 1: Project Properties & gt; Configuration Properties > C/C++ > General > SDL checks off

Method 2: #pragma warning (disable: 4996)

Method: 3:/WD 4996