在C 与 C++混编中, 出现error LNK2019: 无法解析的外部符号 "int __cdecl main_,int,char * *"

main_ 这个函数的头文件 应该做标准化输出 : extern "C" int main_(int argc, char **argv);