D
Dave
Maybe your old manifest isn't compatible with VC2005 or something.
If all else fails, I would use VC2005 AppWizard to generate a new project
and then add all your source files. Maybe your project wasn't converted
properly.
Actually this is a new test app, generated under VS2005. My skilled
team of designers and programmers went away for 12 days and came back
with:
#include "stdafx.h"
#include <stdio.h>
int _tmain(int argc, _TCHAR* argv[])
{
printf("Hello World\n");
return 0;
}
Someone accused them of plagiarism, but I'm not buying it.
Seriously, you don't even need the stdio.h or printf. A completely
stock untouched, empty Win32 console app will fail to run on our test
machine.