DLLDEPENDANCY - AFFICHE A CHAQUE DLL LA LIST DE PROCESS L'UTILISANT ET INVERSEME

cs_EBArtSoft Messages postés 4525 Date d'inscription dimanche 29 septembre 2002 Statut Modérateur Dernière intervention 22 avril 2019 - 9 janv. 2004 à 11:44
alphaone Messages postés 134 Date d'inscription vendredi 2 mai 2003 Statut Membre Dernière intervention 14 novembre 2009 - 10 nov. 2009 à 19:18
Cette discussion concerne un article du site. Pour la consulter dans son contexte d'origine, cliquez sur le lien ci-dessous.

https://codes-sources.commentcamarche.net/source/19391-dlldependancy-affiche-a-chaque-dll-la-list-de-process-l-utilisant-et-inversement

alphaone Messages postés 134 Date d'inscription vendredi 2 mai 2003 Statut Membre Dernière intervention 14 novembre 2009
10 nov. 2009 à 19:18
Il manque toujours winable.h içi
Et dans utilsFile.cpp j'ai remplacer for(int i=1... par for(i=1... et j'ai mit avant int i;
basted Messages postés 55 Date d'inscription lundi 15 septembre 2003 Statut Membre Dernière intervention 11 mai 2008
10 nov. 2009 à 17:01
Ca dois marcher a present
alphaone Messages postés 134 Date d'inscription vendredi 2 mai 2003 Statut Membre Dernière intervention 14 novembre 2009
10 nov. 2009 à 11:39
VS2008 64Bits, windows 7 64Bits. Droit admin, autre application marchant trés bien.
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.
basted Messages postés 55 Date d'inscription lundi 15 septembre 2003 Statut Membre Dernière intervention 11 mai 2008
10 nov. 2009 à 00:12
J'attend ta config pour voir ou ca merde et j'en profiterais pour metre a jour la version 1.2 qui gere l'unicode, affiche les icons des diffrent element et quelque bug
alphaone Messages postés 134 Date d'inscription vendredi 2 mai 2003 Statut Membre Dernière intervention 14 novembre 2009
9 nov. 2009 à 17:08
1>------ Build started: Project: dllDependancy, Configuration: Release x64 ------
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 ==========
cs_LordBob Messages postés 2865 Date d'inscription samedi 2 novembre 2002 Statut Membre Dernière intervention 11 mai 2009 9
11 janv. 2004 à 20:39
excelent et parfait !!!
cs_EBArtSoft Messages postés 4525 Date d'inscription dimanche 29 septembre 2002 Statut Modérateur Dernière intervention 22 avril 2019 9
9 janv. 2004 à 11:44
Excelent c'est justement qlq chose que je cherchais !

merci,

@+
Rejoignez-nous