Emulator Issues #924
closedDolphin x64 linker broken
0%
Description
What steps will reproduce the problem?
- Build dolphin with visual studio 2008
2.
3.
What is the expected output? What do you see instead?
HLE build
1>audiocommon.lib(DSoundStream.obj) : error LNK2019: unresolved external
symbol DirectSoundCreate8 referenced in function "public: virtual bool
__cdecl DSound::Start(void)" (?Start@DSound@@UEAA_NXZ)
Padsimple build
2>inputcommon.lib(DirectInputBase.obj) : error LNK2001: unresolved external
symbol c_dfDIKeyboard
2>inputcommon.lib(DirectInputBase.obj) : error LNK2001: unresolved external
symbol GUID_SysKeyboard
2>inputcommon.lib(DirectInputBase.obj) : error LNK2019: unresolved external
symbol DirectInput8Create referenced in function "public: long cdecl
DInput::Init(struct HWND *)" (?Init@DInput@@QEAAJPEAUHWND__@@@Z)
2>inputcommon.lib(DirectInputBase.obj) : error LNK2001: unresolved external
symbol IID_IDirectInput8A
LLE build
5>audiocommon.lib(DSoundStream.obj) : error LNK2001: unresolved external
symbol DirectSoundCreate8
nJoy build
3>Rumble.obj : error LNK2001: unresolved external symbol c_dfDIJoystick
3>Rumble.obj : error LNK2001: unresolved external symbol DirectInput8Create
3>Rumble.obj : error LNK2001: unresolved external symbol GUID_ConstantForce
3>Rumble.obj : error LNK2001: unresolved external symbol IID_IDirectInput8A
What version of the product are you using? On what operating system?
Visual studio 2008 / windows xp
Please provide any additional information below.
none
Updated by death2droid over 15 years ago
:P i don't have that problem.
Make sure you have the direct x sdk installed!
Updated by hondza555 over 15 years ago
Sure. I install latest direct sdk and set x64 all path.
Updated by lpfaint99 over 15 years ago
- Status changed from New to Invalid
it really looks like directx isnt installed correctly. x64 links fine here