|
Xors + c++
сорри если вопрос тупой просто не нашел...
только начал разбиратся в с++ и пытаюсь подключить ксорс
выдает такое :
--------------------Configuration: main - Win32 Debug--------------------
Linking...
main.obj : error LNK2001: unresolved external symbol _xFlip@0
main.obj : error LNK2001: unresolved external symbol _xCountTriangles@4
main.obj : error LNK2001: unresolved external symbol _xCountVertices@4
main.obj : error LNK2001: unresolved external symbol _xTrisRendered@0
main.obj : error LNK2001: unresolved external symbol _xText@20
main.obj : error LNK2001: unresolved external symbol _xGetFPS@0
main.obj : error LNK2001: unresolved external symbol _xRenderWorld@8
main.obj : error LNK2001: unresolved external symbol _xUpdateWorld@4
main.obj : error LNK2001: unresolved external symbol _xMouseYSpeed@0
main.obj : error LNK2001: unresolved external symbol _xMouseXSpeed@0
main.obj : error LNK2001: unresolved external symbol _xKeyDown@4
main.obj : error LNK2001: unresolved external symbol _xMoveMouse@8
main.obj : error LNK2001: unresolved external symbol _xGraphicsWidth@0
main.obj : error LNK2001: unresolved external symbol _xGraphicsHeight@0
main.obj : error LNK2001: unresolved external symbol _xMoveEntity@20
main.obj : error LNK2001: unresolved external symbol _xCreateCamera@4
main.obj : error LNK2001: unresolved external symbol _xRotateEntity@20
main.obj : error LNK2001: unresolved external symbol _xCreateLight@4
main.obj : error LNK2001: unresolved external symbol _xEntityTexture@16
main.obj : error LNK2001: unresolved external symbol _xUpdateNormals@4
main.obj : error LNK2001: unresolved external symbol _xAddTriangle@16
main.obj : error LNK2001: unresolved external symbol _xAddVertex@28
main.obj : error LNK2001: unresolved external symbol _xCreateSurface@12
main.obj : error LNK2001: unresolved external symbol _xCreateMesh@4
main.obj : error LNK2001: unresolved external symbol _xLoadTexture@8
main.obj : error LNK2001: unresolved external symbol _xAntiAlias@4
main.obj : error LNK2001: unresolved external symbol _xSetTextureFiltering@4
main.obj : error LNK2001: unresolved external symbol _xGraphics3D@20
main.obj : error LNK2001: unresolved external symbol _xAppTitle@4
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/main.exe : fatal error LNK1120: 30 unresolved externals
Error executing link.exe.
main.exe - 31 error(s), 0 warning(s)
|