pour plus d'information voir mon site web: (desolé il est plus a jour, mais l'essentiel est la)
http://mignonsoft.free.fr/logiciel/index.htm
Affiche soit les DLL utilisées par EXE en cours de d'execution, soit la liste des EXE utilisant une DLL particulière.
Qui n'a pas rêvé de savoir pourquoi on ne peut effacer telle DLL, savoir qui utilise une DLL ou savoir ce qu'un EXE utilise comme DLL ? moi, d'accord, mais bon ... peut être que vous aussi, non ?!
Conclusion :
pour plus d'information voir mon site web:
http://mignonsoft.free.fr/logiciel/index.htm
Ceci peut etre plutot utils pour les administrateurs ou developpeur (pour debugage)
Sur le site d'autre utilitaire du meme type.
Compilable pour VC 6.0, 2003, 2005 (pas tester sous 2008) sous OS 32 et 64 bits
10 nov. 2009 à 19:18
Et dans utilsFile.cpp j'ai remplacer for(int i=1... par for(i=1... et j'ai mit avant int i;
10 nov. 2009 à 17:01
10 nov. 2009 à 11:39
Mais d'apres les log et le zip, tu aurai oublier d'inclure:
MyRegistry.h
myException.h
winable.h
Et a la ligne:
utilsFile.cpp, 191, 192 tu aurai oublier de déclarer i.
10 nov. 2009 à 00:12
9 nov. 2009 à 17:08
1>Compiling...
1>cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
1>stdafx.cpp
1>Compiling...
1>cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
1>utilsFile.cpp
1>.\utilsFile.cpp(61) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
1>.\utilsFile.cpp(66) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
1>.\utilsFile.cpp(90) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
1>.\utilsFile.cpp(99) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
1>.\utilsFile.cpp(142) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
1>.\utilsFile.cpp(191) : error C2065: 'i' : undeclared identifier
1>.\utilsFile.cpp(192) : error C2065: 'i' : undeclared identifier
1>.\utilsFile.cpp(233) : warning C4267: '=' : conversion from 'size_t' to 'DWORD', possible loss of data
1>TabCtrl.cpp
1>c:\users\user\desktop\cppfrance_dlldependancy-affiche-chaque-dll-list-process-utilisant-inversement___page\mylist.h(41) : fatal error C1083: Cannot open include file: 'MyException.h': No such file or directory
1>resizeWin.cpp
1>.\resizeWin.cpp(2) : fatal error C1083: Cannot open include file: 'MyRegistry.h': No such file or directory
1>MyString.cpp
1>.\MyString.cpp(26) : fatal error C1083: Cannot open include file: 'myException.h': No such file or directory
1>dllDependancy.cpp
1>.\dllDependancy.cpp(5) : fatal error C1083: Cannot open include file: 'winable.h': No such file or directory
1>Generating Code...
1>Build log was saved at "file://c:\Users\user\Desktop\cppfrance_DLLDEPENDANCY-AFFICHE-CHAQUE-DLL-LIST-PROCESS-UTILISANT-INVERSEMENT___Page\x64\Release\BuildLog.htm"
1>dllDependancy - 6 error(s), 8 warning(s)
======== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Vous n'êtes pas encore membre ?
inscrivez-vous, c'est gratuit et ça prend moins d'une minute !
Les membres obtiennent plus de réponses que les utilisateurs anonymes.
Le fait d'être membre vous permet d'avoir un suivi détaillé de vos demandes et codes sources.
Le fait d'être membre vous permet d'avoir des options supplémentaires.