I have a windows exe built under vc2005. It is not possible for me to use it in another winXP system. What is the best way to install all the necessary dependencies?. I see nothing is missing when checking it with dependency walker.
Printable View
I have a windows exe built under vc2005. It is not possible for me to use it in another winXP system. What is the best way to install all the necessary dependencies?. I see nothing is missing when checking it with dependency walker.
The easy way out of "dll hell" would be to link statically with MFC.
You can find the setting in your project options.
yes. How can i change dynamically linked Exe to statically linked one in re-creating it?. what settings should i change?. vc2005.