Answered by:
WEC2013 upgrade Wave 2 msvcr110.dll for arm is missing

Question
-
I have an Platformbiuilder Project for WEC2013 arm (AM33X).
After installing the Wave 2 update I was no longer able to do a clean sysgen.
Error Messages:
....MSVCP110.DLL : error Missing module
...........................error : Unresolved Import due to missing export
......
after analyzing I find that msvcr110.dll is missing in the Directory ..public/common/sdk/crt/bin/arm
msvcr110.rel/pdb/map are existing but the dll is missing.
I solved the issue with an old Version of msvcr110.dll.
(same for the debug version msvcr110d.dll)
Why These dll's are missing?
Regards
Norbert
Wednesday, November 11, 2015 1:08 PM
Answers
-
An other option is to do a full uninstall/(re)install cycle to get this working
- Uninstall the existing Compact 2013 installation
- Install Compact 2013 Wave 2 with the same option.MVP Windows Embedded
- Proposed as answer by Michael Koster Thursday, January 7, 2016 2:11 PM
- Marked as answer by Bruce Eitman Monday, July 9, 2018 5:44 PM
Thursday, January 7, 2016 2:10 PM
All replies
-
Hi Norbert,
do you work with VS2012, VS2013 or VS2015?
Kind regards,
Pascal
Wednesday, November 11, 2015 2:07 PM -
H Pascal,
I use VS2013
Regards
Norbert
Wednesday, November 11, 2015 2:17 PM -
Hi Norbert,
I had the exact same problem.
Copying the two .dll files from a colleagues computer worked for me as well.
Thanks so much for sharing your workaround.
My installation is:
W8.1
VS2013
PB Wave2
Wednesday, November 11, 2015 11:56 PM -
An other option is to do a full uninstall/(re)install cycle to get this working
- Uninstall the existing Compact 2013 installation
- Install Compact 2013 Wave 2 with the same option.MVP Windows Embedded
- Proposed as answer by Michael Koster Thursday, January 7, 2016 2:11 PM
- Marked as answer by Bruce Eitman Monday, July 9, 2018 5:44 PM
Thursday, January 7, 2016 2:10 PM -
I'm experiencing exactly the same problem at the moment, just with the same two dll's in the x86 directory.
I have updated PlatformBuilder from August 2015 to August 2016. Then the dll's were missing.
I'm running a repair at the moment and it created these two dll's again, so i hope this fixes the problem.
The hint with the repair is from this blog: http://embeddingwindowssuccess.blogspot.de/2016/01/c-runtime-for-arm-missing-in-wec2013.html
We have observed exactly the same problem on 2 (out of 2) computers by now.
System: Win 7 64 bit, VS 2012
The updater seems to be still _really_ buggy.
- Edited by versat Thursday, December 1, 2016 12:59 PM
Thursday, December 1, 2016 12:43 PM