DLLs
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hi friends, How to know what are the dlls my program is using if I am creating a program in MFC? because,when I am trying to run this program on different platforms (98 or NT) I am getting different type of errors saying particular dll is missing. Why this is happening? Thanks :) Satya
-
Hi friends, How to know what are the dlls my program is using if I am creating a program in MFC? because,when I am trying to run this program on different platforms (98 or NT) I am getting different type of errors saying particular dll is missing. Why this is happening? Thanks :) Satya
hi, Use Dependency Walker which comes with MS Visual Studio Tools! Rgds, Sharad Ganesh
-
hi, Use Dependency Walker which comes with MS Visual Studio Tools! Rgds, Sharad Ganesh