[求助]BCB代码编译出错
[C++ Warning] Main.cpp(201): W8066 Unreachable code[C++ Warning] Main.cpp(246): W8066 Unreachable code
[C++ Warning] Main.cpp(247): W8004 'ret' is assigned a value that is never used
}
Sleep(3000);
}
return 0; /201行
//----------------------------------------------------------------------
}
return 0; /246行
} /247行
//---------------------------------------------------------------------------
DWORD WINAPI destroy(LPVOID lpParam)
{
return 0;
}
有些代码运行不起来了。怎样解决?
[此贴子已经被作者于2006-11-11 4:26:14编辑过]