Answered by:
Does C++ Core checker Support VS2013 .

Question
-
Hi All,
So i had installed Core Checker in my 2013 env . and created a small 2 line win32 app to see if it work with 2013 or not .But i am getting compilation error.
1>------ Rebuild All started: Project: ConsoleApplication2, Configuration: Debug Win32 ------
1> stdafx.cpp
1>c1xxast : fatal error C1001: An internal error has occurred in the compiler.
1> (compiler file 'msc1ast.cpp', line 1325)
1> To work around this problem, try simplifying or changing the program near the locations listed above.
1> Please choose the Technical Support command on the Visual C++
1> Help menu, or open the Technical Support help file for more information
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========Does anyone has any idea about it.Is it a problem with 2013 or do i have to download any service pack to get rid of this issue.
Thanks
Rupesh Shukla
Thursday, April 13, 2017 3:49 PM
Answers
-
Actually already had tried GitHub that's the first thing i did on the error but it didn't helped.with 2015 i have no issue it is straight forward.
- Marked as answer by Pintu Shukla Thursday, April 20, 2017 2:31 PM
Monday, April 17, 2017 2:48 PM
All replies
-
Take a look at https://github.com/Microsoft/GSL which is related to Core Checker. It mentions workarounds for 2013, but the list of supported VS versions only includes 2015 and 2017.
- Proposed as answer by Baron Bi Friday, April 14, 2017 7:16 AM
- Unproposed as answer by Pintu Shukla Monday, April 17, 2017 2:10 PM
Thursday, April 13, 2017 5:06 PM -
Actually already had tried GitHub that's the first thing i did on the error but it didn't helped.with 2015 i have no issue it is straight forward.
Thanks
Rupesh Shukla
Monday, April 17, 2017 2:11 PM -
Actually already had tried GitHub that's the first thing i did on the error but it didn't helped.with 2015 i have no issue it is straight forward.
- Marked as answer by Pintu Shukla Thursday, April 20, 2017 2:31 PM
Monday, April 17, 2017 2:48 PM -
True. Still was trying to figure out if by doing some modification i can make it working . But looks like it will take some time .So may be will check it out some other time.Thanks for the help.
Thanks
Rupesh Shukla
Thursday, April 20, 2017 2:31 PM