0

I am coding in c++ visual studios express 2010 and have been creating a program. I thought it would run fine, but when other people try to run it, they just get missing .dll error. I know that I probably am not obtaining the .exe correctly, but I don't know what to do.

Can someone tell me how to compile CLR console applications so that they include these libraries?

The .dll file is MSVCR100D.dll and I don't know if there are more of them.

Thanks :)

4

1 に答える 1

3

アプリケーションをデバッグ モードでビルドしたようです。リリース モードで再ビルドしてから配布する必要があります。

デバッグ モード - Visual Studio

于 2013-04-02T23:40:26.620 に答える