|
|
RT,求救。
Windows XP SP3; VC++6.0;DirectX 9.0 SDK (October 2004)
建立的工程为WIN32APPLICATION
已经把lib和include文件夹添加进去了,出现的错误为链接错误。我想把源码也贴上来,不过太多了。。。
错误如下:
Linking...
Core_Graphics.obj : error LNK2001: unresolved external symbol _Direct3DCreate9@4
Core_Graphics.obj : error LNK2001: unresolved external symbol _D3DXCreateSprite@8
Core_Graphics.obj : error LNK2001: unresolved external symbol _D3DXMatrixPerspectiveFovLH@20
Core_Graphics.obj : error LNK2001: unresolved external symbol _D3DXMatrixTranslation@16
Core_Graphics.obj : error LNK2001: unresolved external symbol _D3DXMatrixRotationYawPitchRoll@16
Core_Graphics.obj : error LNK2001: unresolved external symbol _D3DXMatrixScaling@16
Core_Graphics.obj : error LNK2001: unresolved external symbol _D3DXMatrixMultiply@12
Core_Graphics.obj : error LNK2001: unresolved external symbol _D3DXMatrixTranspose@8
Core_Graphics.obj : error LNK2001: unresolved external symbol _D3DXMatrixRotationZ@8
Core_Graphics.obj : error LNK2001: unresolved external symbol _D3DXMatrixRotationY@8
Core_Graphics.obj : error LNK2001: unresolved external symbol _D3DXMatrixRotationX@8
Core_Graphics.obj : error LNK2001: unresolved external symbol _D3DXCreateFontIndirect@12
Core_Graphics.obj : error LNK2001: unresolved external symbol _DirectXFileCreate@4
Core_Graphics.obj : error LNK2001: unresolved external symbol _IID_IDirectXFileData
Core_Graphics.obj : error LNK2001: unresolved external symbol _IID_IDirectXFileDataReference
Core_Graphics.obj : error LNK2001: unresolved external symbol _TID_D3DRMAnimationKey
Core_Graphics.obj : error LNK2001: unresolved external symbol _TID_D3DRMAnimation
Core_Graphics.obj : error LNK2001: unresolved external symbol _TID_D3DRMAnimationSet
Core_Graphics.obj : error LNK2001: unresolved external symbol _D3DXCreateTextureFromFileA@12
Core_Graphics.obj : error LNK2001: unresolved external symbol _D3DXComputeBoundingSphere@20
Core_Graphics.obj : error LNK2001: unresolved external symbol _D3DXComputeBoundingBox@20
Core_Graphics.obj : error LNK2001: unresolved external symbol _D3DXLoadSkinMeshFromXof@36
Core_Graphics.obj : error LNK2001: unresolved external symbol _TID_D3DRMMesh
Core_Graphics.obj : error LNK2001: unresolved external symbol _TID_D3DRMFrameTransformMatrix
Core_Graphics.obj : error LNK2001: unresolved external symbol _TID_D3DRMFrame
Core_Graphics.obj : error LNK2001: unresolved external symbol _TID_D3DRMAnimationOptions
Core_Graphics.obj : error LNK2001: unresolved external symbol _D3DXCreateTextureFromFileExA@56
Core_Graphics.obj : error LNK2001: unresolved external symbol _D3DXGetFVFVertexSize@4
Core_Graphics.obj : error LNK2001: unresolved external symbol _D3DXMatrixRotationQuaternion@8
Core_Graphics.obj : error LNK2001: unresolved external symbol _D3DXQuaternionSlerp@16
Core_Input.obj : error LNK2001: unresolved external symbol _DirectInput8Create@20
Core_Input.obj : error LNK2001: unresolved external symbol _IID_IDirectInput8A
Core_Input.obj : error LNK2001: unresolved external symbol _c_dfDIJoystick
Core_Input.obj : error LNK2001: unresolved external symbol _c_dfDIMouse
Core_Input.obj : error LNK2001: unresolved external symbol _GUID_SysMouse
Core_Input.obj : error LNK2001: unresolved external symbol _c_dfDIKeyboard
Core_Input.obj : error LNK2001: unresolved external symbol _GUID_SysKeyboard
Core_Network.obj : error LNK2001: unresolved external symbol _CLSID_DP8SP_TCPIP
Core_Network.obj : error LNK2001: unresolved external symbol _CLSID_DirectPlay8Client
Core_Network.obj : error LNK2001: unresolved external symbol _IID_IDirectPlay8Client
Core_Network.obj : error LNK2001: unresolved external symbol _CLSID_DirectPlay8Server
Core_Network.obj : error LNK2001: unresolved external symbol _IID_IDirectPlay8Server
Core_Network.obj : error LNK2001: unresolved external symbol _CLSID_DirectPlay8Address
Core_Network.obj : error LNK2001: unresolved external symbol _IID_IDirectPlay8Address
Core_Network.obj : error LNK2001: unresolved external symbol _inet_ntoa@4
Core_Network.obj : error LNK2001: unresolved external symbol _WSACleanup@0
Core_Network.obj : error LNK2001: unresolved external symbol _gethostbyname@4
Core_Network.obj : error LNK2001: unresolved external symbol _gethostname@8
Core_Network.obj : error LNK2001: unresolved external symbol _WSAStartup@8
Core_Sound.obj : error LNK2001: unresolved external symbol _GUID_DirectMusicAllTypes
Core_Sound.obj : error LNK2001: unresolved external symbol _GUID_PerfMasterVolume
Core_Sound.obj : error LNK2001: unresolved external symbol _CLSID_DirectMusicPerformance
Core_Sound.obj : error LNK2001: unresolved external symbol _IID_IDirectMusicPerformance8
Core_Sound.obj : error LNK2001: unresolved external symbol _CLSID_DirectMusicLoader
Core_Sound.obj : error LNK2001: unresolved external symbol _IID_IDirectMusicLoader8
Core_Sound.obj : error LNK2001: unresolved external symbol _DirectSoundCreate8@12
Core_Sound.obj : error LNK2001: unresolved external symbol _IID_IDirectSoundNotify
Core_Sound.obj : error LNK2001: unresolved external symbol _IID_IDirectSoundBuffer8
Core_Sound.obj : error LNK2001: unresolved external symbol _GUID_StandardMIDIFile
Core_Sound.obj : error LNK2001: unresolved external symbol _IID_IDirectMusicSegment8
Core_Sound.obj : error LNK2001: unresolved external symbol _CLSID_DirectMusicSegment
Core_Sound.obj : error LNK2001: unresolved external symbol _GUID_ConnectToDLSCollection
Core_Sound.obj : error LNK2001: unresolved external symbol _GUID_PerfMasterTempo
Core_Sound.obj : error LNK2001: unresolved external symbol _IID_IDirectMusicCollection
Core_Sound.obj : error LNK2001: unresolved external symbol _GUID_DefaultGMCollection
Core_Sound.obj : error LNK2001: unresolved external symbol _CLSID_DirectMusicCollection
Core_Sound.obj : error LNK2001: unresolved external symbol _IID_IMediaEvent
Core_Sound.obj : error LNK2001: unresolved external symbol _IID_IMediaControl
Core_Sound.obj : error LNK2001: unresolved external symbol _CLSID_FilterGraph
Core_Sound.obj : error LNK2001: unresolved external symbol _IID_IGraphBuilder
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/game1_081021.exe : fatal error LNK1120: 71 unresolved externals
Error executing link.exe.
|
|