P
Paulo E O Filho
Guest
Hello!
We are building our application in Visual C++ 2015 with release configuration. The Operating System of target machine is Windows 2012 64 bits.
When the application was running in machine, the following event log ( System ) was created in event viewer:
Microsoft Visual C++ Runtime Library
Debug Assertion Failed!
Program: c:\xyz.exe
File: minkernel\crts\ucrt\src\appcrt\convert\isctype.cpp
Line: 42
Expression: c >= -1 && c <= 255
For information on how your program can cause an assertion
failure, see the Visual C++ documentation on asserts.
(Press Retry to debug the application)
Why this assertion failed is occurring in an app built in release mode of Visual C++?
Thanks in advance.
Best Regards,
Paulo Filho.
Continue reading...
We are building our application in Visual C++ 2015 with release configuration. The Operating System of target machine is Windows 2012 64 bits.
When the application was running in machine, the following event log ( System ) was created in event viewer:
Microsoft Visual C++ Runtime Library
Debug Assertion Failed!
Program: c:\xyz.exe
File: minkernel\crts\ucrt\src\appcrt\convert\isctype.cpp
Line: 42
Expression: c >= -1 && c <= 255
For information on how your program can cause an assertion
failure, see the Visual C++ documentation on asserts.
(Press Retry to debug the application)
Why this assertion failed is occurring in an app built in release mode of Visual C++?
Thanks in advance.
Best Regards,
Paulo Filho.
Continue reading...