I created an application in C ++ using VS.Net. In my application there is only a windows.h dependency, all other header files are standard. But the problem is that when I release my application and run on a different system, it shows an error dialog box,
"This application failed to start because the application configuration is incorrect."
Please help me deal with this issue.
source share