MFC Class Require?
-
Hello Friends, How can I know whether my application (.exe) consists of MFC classes, so that I can include MFC42.dll file and if requires how can I make it available. Thanks in Advance Neelesh K J Jain.
-
Hello Friends, How can I know whether my application (.exe) consists of MFC classes, so that I can include MFC42.dll file and if requires how can I make it available. Thanks in Advance Neelesh K J Jain.
Instead of trying to know if it uses MFC (and so if you need to supply another dll), you can use the dependency walker tool that is included with Visual Studio. It will give you all the dll that an executable requires to run.
-
Instead of trying to know if it uses MFC (and so if you need to supply another dll), you can use the dependency walker tool that is included with Visual Studio. It will give you all the dll that an executable requires to run.
I want to know at the runtime for this dependency. I cann't expect the user to use the dependency walker tool to know whether to include another dll or not. Neelesh K J Jain.
-
I want to know at the runtime for this dependency. I cann't expect the user to use the dependency walker tool to know whether to include another dll or not. Neelesh K J Jain.
Neelesh K J Jain wrote: I want to know at the runtime for this dependency. I cann't expect the user to use the dependency walker tool to know whether to include another dll or not. there's a non sense in your sentence... when the program is running (and so, when the user is on your program), it is run-time !!!
TOXCCT >>> GEII power
[toxcct][VisualCalc]