VS2010/DirectX linkage errors

Started by
13 comments, last by Mattaria 12 years, 8 months ago
Hi all, I've been having a problem with a game I created for a University project recently using C++ and DirectX 9. The game runs fine in debug, however when I try to run it in release, it has around 30 LINK2001 errors.

I have set up the directory in the project's properties and i've checked to make sure they match in both debug and release.

Can anyone help me?

Cheers, Matt
Advertisement
Post your link errors, you may have missed a additional library include directory on your release build.
Or including the .lib with your linker settings for release mode.
Using all the information you have given, the only possible help to give you is this link:

MSDN: Linker Tools Error LNK2001.

But since you insist, let's play the GameDev.net hint pleaing game..

Can you list which symbols you are missing?

Do you know which library files they are supposed to be located in?

Have you checked you are not missing an important library?

Which library files are you linking to in release? Which ones are you linking to in debug mode?

Which header files did you include to reference the missing symbols?

If you built the libraries yourself, are you sure you matched the signatures when building and referencing the library (C/C++ preprocessor settings match)?




Hey thanks for the fast response. I should clarify that I am not really 100% sure on this kind of stuff. We have only been taught how to write code :P

Here are the errors:

Error 6 error LNK2001: unresolved external symbol _IID_IDirectInput8A C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 -Prog For Games\DirectInput.obj Building 9 - Project 1
Error 1 error LNK2001: unresolved external symbol _GUID_SysMouse C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 - Prog For Games\DirectInput.obj Building 9 - Project 1
Error 3 error LNK2001: unresolved external symbol _GUID_SysKeyboard C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 - Prog For Games\DirectInput.obj Building 9 - Project 1
Error 24 error LNK2001: unresolved external symbol _DXGetErrorStringA@4 C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 - Prog For Games\Utility.obj Building 9 - Project 1
Error 25 error LNK2001: unresolved external symbol _DXGetErrorDescriptionA@4 C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 - Prog For Games\Utility.obj Building 9 - Project 1
Error 4 error LNK2001: unresolved external symbol _DirectInput8Create@20 C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 - Prog For Games\DirectInput.obj Building 9 - Project 1
Error 14 error LNK2001: unresolved external symbol _Direct3DCreate9@4 C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 - Prog For Games\Direct3D.obj Building 9 - Project 1
Error 9 error LNK2001: unresolved external symbol _D3DXMatrixTranslation@16 C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 - Prog For Games\Direct3D.obj Building 9 - Project 1
Error 20 error LNK2001: unresolved external symbol _D3DXMatrixScaling@16 C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 - Prog For Games\Mesh.obj Building 9 - Project 1
Error 18 error LNK2001: unresolved external symbol _D3DXMatrixRotationZ@8 C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 - Prog For Games\Mesh.obj Building 9 - Project 1
Error 16 error LNK2001: unresolved external symbol _D3DXMatrixRotationY@8 C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 - Prog For Games\Direct3D.obj Building 9 - Project 1
Error 19 error LNK2001: unresolved external symbol _D3DXMatrixRotationX@8 C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 - Prog For Games\Mesh.obj Building 9 - Project 1
Error 11 error LNK2001: unresolved external symbol _D3DXMatrixPerspectiveLH@20 C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 - Prog For Games\Direct3D.obj Building 9 - Project 1
Error 15 error LNK2001: unresolved external symbol _D3DXMatrixPerspectiveFovLH@20 C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 - Prog For Games\Direct3D.obj Building 9 - Project 1
Error 13 error LNK2001: unresolved external symbol _D3DXMatrixMultiply@12 C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 - Prog For Games\Direct3D.obj Building 9 - Project 1
Error 7 error LNK2001: unresolved external symbol _D3DXMatrixLookAtLH@16 C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 - Prog For Games\Direct3D.obj Building 9 - Project 1
Error 27 error LNK2001: unresolved external symbol _D3DXLoadMeshHierarchyFromXA@28 C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 - Prog For Games\XfileEntity.obj Building 9 - Project 1
Error 22 error LNK2001: unresolved external symbol _D3DXLoadMeshFromXA@32 C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 - Prog For Games\Mesh.obj Building 9 - Project 1
Error 21 error LNK2001: unresolved external symbol _D3DXGetFVFVertexSize@4 C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 - Prog For Games\Mesh.obj Building 9 - Project 1
Error 26 error LNK2001: unresolved external symbol _D3DXFrameFind@8 C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 - Prog For Games\XfileEntity.obj Building 9 - Project 1
Error 28 error LNK2001: unresolved external symbol _D3DXFrameDestroy@8 C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 - Prog For Games\XfileEntity.obj Building 9 - Project 1
Error 29 error LNK2001: unresolved external symbol _D3DXFrameCalculateBoundingSphere@12 C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 - Prog For Games\XfileEntity.obj Building 9 - Project 1
Error 8 error LNK2001: unresolved external symbol _D3DXCreateTextureFromFileA@12 C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 - Prog For Games\Direct3D.obj Building 9 - Project 1
Error 12 error LNK2001: unresolved external symbol _D3DXCreateSprite@8 C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 - Prog For Games\Direct3D.obj Building 9 - Project 1
Error 23 error LNK2001: unresolved external symbol _D3DXCreateFontA@48 C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 - Prog For Games\UI.obj Building 9 - Project 1
Error 17 error LNK2001: unresolved external symbol _D3DXComputeBoundingBox@20 C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 - Prog For Games\Mesh.obj Building 9 - Project 1
Error 5 error LNK2001: unresolved external symbol _c_dfDIMouse2 C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 - Prog For Games\DirectInput.obj Building 9 - Project 1
Error 2 error LNK2001: unresolved external symbol _c_dfDIKeyboard C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 - Prog For Games\DirectInput.obj Building 9 - Project 1
Error 10 error LNK2001: unresolved external symbol __imp__timeGetTime@0 C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 - Prog For Games\Direct3D.obj Building 9 - Project 1


I don't really know anything about libraries, so sorry for being a bit useless with information.

What specific things should I be looking at in the config?
You probably not linking the DirectX9 libraries.
This will fix it :
[source]
#pragma comment(lib, "d3d9.lib")
#pragma comment(lib, "d3dx9.lib") // if i remember correct
#pragma comment(lib, "winmm.lib")
#pragma comment(lib, "dinput8.lib")
#pragma comment(lib, "dxguid.lib")
[/source]

Edit : i was still editing my post, but clb found the libs before me : )
For the bulk of D3DX functions, remember to link against d3dx9.lib. Note that in debug mode, you will link against d3dx9d.lib instead. (Don't link to d3dx9d.lib in release, and vice versa)

I remember DXGetErrorString are in DxErr.lib, or DxErr9.lib. Those GUID identifiers are in dxguid.lib.

Double check that you are linking against those libraries in release, in addition to just linking to d3d9.lib.

timeGetTime is in winmm.lib. Just google the name of the function, you'll find the appropriate msdn page which says which lib to link against: http://msdn.microsoft.com/en-us/library/dd757629(VS.85).aspx.

Also, you seem to have some DirectInput stuff from dinput8.lib.

Ok. Thank you very much for the help! That has fixed most of it. Is there a way to do it without having to include the libraries in each header file which uses it?

Also I have 2 errors left. I pressume these are from a library which is in a different folder. How do i go about linking this? Sorry for the questions, I am a complete beginner in terms of this sort of stuff.
You only have to pragma comment them once, which errors you get ?
Ahhhh Ok thanks.

Errors:

Error 1 error LNK2001: unresolved external symbol _DXGetErrorStringA@4 C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 - Prog For Games\Utility.obj Building 9 - Project 1
Error 2 error LNK2001: unresolved external symbol _DXGetErrorDescriptionA@4 C:\Users\Matt\Desktop\Building 9\Eddie\Group 3 - Prog For Games\Utility.obj Building 9 - Project 1

I have a library file in a seperate folder which I think is causing the problem, it's a custom library we were using as a temp for animation before we learn how to do it ourselves.

This topic is closed to new replies.

Advertisement