当前位置:编程学习 > VC++ >>

VC中使用openGL链接显示 无法解析的外部符号

error LNK2019: 无法解析的外部符号 __ftol2_sse,该符号在函数 "void __cdecl DrawOval(double (* const)[1000])" (?DrawOval@@YAXQAY0DOI@N@Z) 中被引用 error LNK2019: 无法解析的外部符号 "void __cdecl operator delete[](void *)" (??_V@YAXPAX@Z),该符号在函数 "void __cdecl Draw_Bezier_Curves(float (* const)[3],int,float,float * const)" (?Draw_Bezier_Curves@@YAXQAY02MHMQAM@Z) 中被引用 error LNK2019: 无法解析的外部符号 "void * __cdecl operator new[](unsigned int)" (??_U@YAPAXI@Z),该符号在函数 "void __cdecl Draw_Bezier_Curves(float (* const)[3],int,float,float * const)" (?Draw_Bezier_Curves@@YAXQAY02MHMQAM@Z) 中被引用
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,