Hello,

I wrote an application in Visual Studio c++ 2008 and this program is perfectly running on my computer... even the .exe file which I've created by Build->Batch Build->Release

but if I want to run this exe on a other computer I allways get this error:

This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.


I think I am making a mistake during the building... Is it possible to include all the necessary dlls into the .exe file?

All the best,

n0rse