Login
vs c++ 6.0 setup
149 просмотров
Перейти к просмотру всей ветки
in Antwort kleinfuchs 19.12.05 13:48
ну, если речь только о библиотеках MFC (и сильно лень разбираться), то можно прилинковать как static. А вообще - посмотреть, какие библиотеки используются приложением. Цитата из MDSN:
В ответ на:
What DLLs should I distribute with my MFC app?
You should review the file REDISTRB.WRI on your Visual C++ CD. This file explains what files are necessary for different kinds of applications; it explains what to do about both Windows files and MFC files.
blaszczak@BIX.com, programmer.tools, 7/9/95
dumpbin /imports myapp.exe dll_one.dll dll_two.dll | grep -i dll and recurse through the DLLs you find. Won't find DLLs loaded by LoadLibrary(), however.
null@diku.dk, programmer.tools, 7/10/95
What DLLs should I distribute with my MFC app?
You should review the file REDISTRB.WRI on your Visual C++ CD. This file explains what files are necessary for different kinds of applications; it explains what to do about both Windows files and MFC files.
blaszczak@BIX.com, programmer.tools, 7/9/95
dumpbin /imports myapp.exe dll_one.dll dll_two.dll | grep -i dll and recurse through the DLLs you find. Won't find DLLs loaded by LoadLibrary(), however.
null@diku.dk, programmer.tools, 7/10/95