What steps do I need to do in the Visual Studio configuration to make sure my app statically links all its dependencies?
views:
2460answers:
3
+2
A:
Possible duplicate? http://stackoverflow.com/questions/3230/how-do-you-pack-a-visual-studio-c-project-for-release
Luke
2008-08-13 17:57:35
A:
You will need to clarify what you mean by 'all its dependencies'?
Many (most) of the DLLs which a Windows app is dependant on are part of the OS, so you can't avoid depending on at least some of them.
Given who the poster is, I assume this question is some kind of plant.
Will Dean
2008-08-13 18:03:35
+1
A:
It wasn't a plant. I'm just seeding the database :) It was something I just had to do and wanted to add it here for posterity.
Michael Pryor
2008-08-13 18:11:31