Hi,

I have a C++ project which when compiled, produces an executable that uses dynamically linked libraries. I would like to compile the program so that the libraries are statically linked into the executable. I am using Visual Studio. Anyone know what I would have to change in the project settings to link all the libraries statically?

Thanks,

Hobbieman