Hi,
I have 1 VC++ project downloaded from the svn and converted using VS2010 and build it successfully.
When I am running the exe in another machine windows server 2008 R2 x64 I am getting error as shown below.
"The application was unable to start correctly (0xc00007b). Click OK to close the application."
But when I am running the new VC++ application created using VS2010 then it is running fine.
My question here is why the converted project using VS2010 is not running but the new project is running well.
Thakur