用VC++/MFC开发的程序,在发布的时候会遇到找不到msvcp100.dll,mfc100u.dll等DLL的问题。有时候为了图省事,就直接从VS安装目录里面copy这些DLL连同程序一起发布。一般情况,这样不会有问题。直到有一天,程序在退出的时候遇到这样的crash问题:
---------------------------
XXX.exe - Application Error
---------------------------
The instruction at "0x5ad71531" referenced memory at "0x00000014". The memory could not be "read".
Click on OK to terminate the program
---------------------------
OK
---------------------------