kierenj / 0x10c-DevKit

0x10c DevKit
http://0x10c-devkit.com/
39 stars 4 forks source link

C compiler requires MSVCP100D.dll #147

Closed frxstrem closed 12 years ago

frxstrem commented 12 years ago

When compiling C code in 0x10c-devkit, dtcc.exe won't complete because it can't find MSVCP100D.dll (this is the debug version of the Microsoft Visual C++ 2010 runtime, which won't be available on most users' computers [source]).

kierenj commented 12 years ago

Thanks for reporting this. Fixed for the next release -this .dll and another are added:)