About Store Forum Documentation Contact



Post Reply 
EE 1.0 Compile time
Author Message
neo22 Offline
Member

Post: #1
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_DEVIC​E_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
Visit this user's website Find all posts by this user Quote this message in a reply
cmontiel Offline
Member

Post: #2
RE: EE 1.0 Compile time
12-04-2013 11:18 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: EE 1.0 Compile time
Which VS are you using? 2008/2010/2012?
12-05-2013 12:04 AM
Find all posts by this user Quote this message in a reply
neo22 Offline
Member

Post: #4
[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 wink.
12-05-2013 08:40 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply