fatal error C1033: cannot open program database 'd:\myprogram\debug\vc60.pdb'如何解决啊?
源代码如下:我用的是win2000 sp2系统
AllShellCode[] =
"\xEB\x10\x5A\x4A\x33\xC9\x66\xB9\x00\x02"
int main()
{
((void(*)(void)&AllShellCode));
return 0;
}
编译时报错:d:\myprogram\sellcode.cpp(0) : fatal error C1033: cannot open program database 'd:\myprogram\debug\vc60.pdb'
请问如何解决啊,各位,先谢了哈!