AboutDownloadsDocumentsForumsSource CodeIssues
Date:
2019-04-05 14:04
Priority:
3
State:
Open
Submitted by:
Christopher Pablo Cop (pablocop)
Assigned to:
Nobody (None)
Summary:
Errors with xsdbin when building CEINMS in 'Debug' mode (Windows 10)

Detailed description
When building "ALL_BUILD" in 'Debug' mode, 7 failures appear. The first is the following:

12>------ Rebuild All started: Project: xmlInput, Configuration: Debug Win32 ------
12>(myPath)/CEINMS-master/cfg/XSD/execution.xsd
12>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(209,5): error MSB6006: "cmd.exe" exited with code -1073741515.
12>Done building project "xmlInput.vcxproj" -- FAILED.

It seems that there is a problem with the xsdbin library in 'Debug' mode. When trying to run '(myPath)\CEINMS-master\build\bin\Debug\xsdbin.exe' this error appears:

"The code execution cannot proceed because MSVCR100D.dll was not found. Reinstalling the program may fix this problem".

I tried to copy the xsdbin.exe file from the 'Release' folder to the 'Debug' and configure Visual Studio to compile "xsdbin" in 'Release' mode. Doing this the compilation of "ALL_BUILD" is successful (0 errors), but it is still not possible to run CEINMS in 'Debug' mode, whereas it can be run in 'Release' and 'RelWithDebInfo' modes.

The error that appears when trying to run CEINMS in 'Debug' is the same than before:
"The code execution cannot proceed because MSVCR100D.dll was not found. Reinstalling the program may fix this problem".

Add A Comment: Notepad

No Comments Have Been Posted

No Changes Have Been Made to This Item

Feedback