开发者

The program can't start because MSVCR80D.dll

开发者 https://www.devze.com 2023-03-18 03:40 出处:网络
I have made a dll in Microsoft Visual Studio开发者_如何学C 2005. Then i am trying to use it in other project on the other computer in CodeBlocks IDE. Project is built, but when it use functions from d

I have made a dll in Microsoft Visual Studio开发者_如何学C 2005. Then i am trying to use it in other project on the other computer in CodeBlocks IDE. Project is built, but when it use functions from dll i got an error: "The program can't start because MSVCR80D.dll is missing from your computer. Try reinstall the program to fix this problem". How to build my dll without dependences on MSVCR80D.dll or build in this MSVCR80D.dll?


You're trying to run a debug version, which is linked to the debug version of the CRT. The latter is only available where VS has been installed. You should use the release version of your project on other machines (or manually copy all the dependent debug DLLs, which is not legal according to the license...).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号