send2vinnie / pugixml

Automatically exported from code.google.com/p/pugixml
0 stars 0 forks source link

Error in compiling with VS2013 and CLR #231

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Simply compile pugixml with vs2013 and clr

What is the expected output? What do you see instead?
error MSB6006: "CL.exe" exited with code 2. F:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets   341 5   pugixml

Which version of pugixml are you using? On what operating system/compiler?
Pugixml v1.4 on windows 7 64 bit with VS2013

Please provide any additional information below.
Only with pugixml I've problem with other project the problem not appear

Original issue reported on code.google.com by Biomehan...@gmail.com on 29 May 2014 at 10:17

GoogleCodeExporter commented 9 years ago
1. Please provide a full log of the problem
2. Please attach a project file you're using

Original comment by arseny.k...@gmail.com on 1 Jul 2014 at 2:43

GoogleCodeExporter commented 9 years ago
I've resolved the problem.
The problem is the incompatibility between clr option and EHsc(Enable C++ 
Exception)
Without EHsc pugixml compile correctly

Original comment by Biomehan...@gmail.com on 1 Jul 2014 at 9:46

GoogleCodeExporter commented 9 years ago

Original comment by arseny.k...@gmail.com on 1 Jul 2014 at 2:52