neo22
Member
|
EE 1.0 Compile time
Hi Esenthel, i experiencing somme troubles when i compile my game using the last version of EE 1.0.
Code:
1>EsenthelEngine.lib(OVR_Win32_HIDDevice.obj) : error LNK2019: symbole externe non résolu __imp__SetupDiGetDeviceInterfaceDetailA@24 référencé dans la fonction "public: bool __thiscall OVR::Win32::HIDDevicePathWrapper::InitPathFromInterfaceData(void *,struct _SP_DEVICE_INTERFACE_DATA *)" (?InitPathFromInterfaceData@HIDDevicePathWrapper@Win32@OVR@@QAE_NPAXPAU_SP_DEVICE_INTERFACE_DATA@@@Z)
1>EsenthelEngine.lib(OVR_Win32_HIDDevice.obj) : error LNK2019: symbole externe non résolu __imp__SetupDiDestroyDeviceInfoList@4 référencé dans la fonction "public: virtual bool __thiscall OVR::Win32::HIDDeviceManager::Enumerate(class OVR::HIDEnumerateVisitor *)" (?Enumerate@HIDDeviceManager@Win32@OVR@@UAE_NPAVHIDEnumerateVisitor@3@@Z)
1>EsenthelEngine.lib(OVR_Win32_HIDDevice.obj) : error LNK2019: symbole externe non résolu __imp__SetupDiEnumDeviceInterfaces@20 référencé dans la fonction "public: virtual bool __thiscall OVR::Win32::HIDDeviceManager::Enumerate(class OVR::HIDEnumerateVisitor *)" (?Enumerate@HIDDeviceManager@Win32@OVR@@UAE_NPAVHIDEnumerateVisitor@3@@Z)
1>EsenthelEngine.lib(OVR_Win32_HIDDevice.obj) : error LNK2019: symbole externe non résolu __imp__SetupDiGetClassDevsA@16 référencé dans la fonction "public: virtual bool __thiscall OVR::Win32::HIDDeviceManager::Enumerate(class OVR::HIDEnumerateVisitor *)" (?Enumerate@HIDDeviceManager@Win32@OVR@@UAE_NPAVHIDEnumerateVisitor@3@@Z)
1>..\Game.exe : fatal error LNK1120: 4 externes non résolus
Am I the only one experiencing this (maybe also the only one still using EE 1.0)? how do i correct it?
Thanks
|
|
12-04-2013 10:33 PM |
|
cmontiel
Member
|
|
12-04-2013 11:18 PM |
|
Esenthel
Administrator
|
RE: EE 1.0 Compile time
Which VS are you using? 2008/2010/2012?
|
|
12-05-2013 12:04 AM |
|
neo22
Member
|
[SOLVED] EE 1.0 Compile time
OK, that's solved.
I'm using VS 2010, the tutorial project don't seem to be up to date.
Thanks for the support .
|
|
12-05-2013 08:40 AM |
|