VS2005用MFC开发PPC发布时也要发布MFC8U.dll、MSVCR80.dll、MFC80CHS.dll几个动态链接库才能保证程序运行,因为PPC上只提供了MFC42版本的动态链接库。 (see also http://msdn2.microsoft.com/en-us/library/ms235624(VS.80).aspx)
Assembly Name | DLLs included in the assembly | Visual C++ Library |
---|---|---|
Microsoft.VC80.ATL | atl80.dll | Active Template Library |
Microsoft.VC80.CRT | msvcr80.dll
msvcp80.dll msvcm80.dll |
C Runtime Library, release DLLs |
Microsoft.VC80.DebugCRT | msvcr80d.dll
msvcp80d.dll msvcm80d.dll |
C Runtime Library, debug DLLs |
Microsoft.VC80.MFC | mfc80.dll
mfcm80.dll mfc80u.dll mfcm80u.dll |
Microsoft Foundation Classes, release DLLs |
Microsoft.VC80.DebugMFC | mfc80d.dll
mfcm80d.dll mfc80ud.dll mfcm80ud.dll |
Microsoft Foundation Classes, debug DLLs |
Microsoft.VC80.MFCLOC | mfc80chs.dll
mfc80deu.dll mfc80esp.dll mfc80ita.dll mfc80kor.dll mfc80cht.dll mfc80enu.dll mfc80fra.dll mfc80jpn.dll |
Microsoft Foundation Classes, localized resources |
Microsoft.VC80.OpenMP | vcomp.dll | OpenMP Library, release DLLs |
Microsoft.VC80.DebugOpenMP | Vcompd.dll | OpenMP Library, debug DLLs |