|
|
Linking...
MAIN.OBJ : error LNK2001: unresolved external symbol "void __cdecl gltInitFrame(struct GLTFrame *)" (?gltInitFrame@@YAXPAUGLTFrame@@@Z)
MAIN.OBJ : error LNK2001: unresolved external symbol "void __cdecl gltMakeShadowMatrix(float (* const)[3],float * const,float * const)" (?gltMakeShadowMatrix@@YAXQAY02MQAM1@Z)
MAIN.OBJ : error LNK2001: unresolved external symbol "void __cdecl gltDrawTorus(float,float,int,int)" (?gltDrawTorus@@YAXMMHH@Z)
MAIN.OBJ : error LNK2001: unresolved external symbol "void __cdecl gltApplyActorTransform(struct GLTFrame *)" (?gltApplyActorTransform@@YAXPAUGLTFrame@@@Z)
MAIN.OBJ : error LNK2001: unresolved external symbol "void __cdecl gltApplyCameraTransform(struct GLTFrame *)" (?gltApplyCameraTransform@@YAXPAUGLTFrame@@@Z)
MAIN.OBJ : error LNK2001: unresolved external symbol "void __cdecl gltRotateFrameLocalY(struct GLTFrame *,float)" (?gltRotateFrameLocalY@@YAXPAUGLTFrame@@M@Z)
MAIN.OBJ : error LNK2001: unresolved external symbol "void __cdecl gltMoveFrameForward(struct GLTFrame *,float)" (?gltMoveFrameForward@@YAXPAUGLTFrame@@M@Z)
Debug/OpenGL.exe : fatal error LNK1120: 7 unresolved externals
执行 link.exe 时出错.
OpenGL.exe - 1 error(s), 0 warning(s)
这个可能是什么没有设置好呢? |
|