Tagged Questions
1
vote
2answers
496 views
Msvcr90d.dll not found when building in RELEASE
It's strange, if I build my program in debug mode, I have no errors, but if I build my program in released mode, I get an error saying that Msvcr90d.dll is not found.
Msvcr90d.dll is a debug library, ...