Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.24 KB | None | 0 0
  1. Error   1   error LNK2005: "int __stdcall enumCallback(struct DIDEVICEINSTANCEW const *,void *)" (?enumCallback@@YGHPBUDIDEVICEINSTANCEW@@PAX@Z) already defined in Joy.obj C:\Users\KamilH\Documents\Visual Studio 2013\Projects\Joystick1\Joystick1\MyForm.obj    Joystick1
  2. Error   2   error LNK2005: "int __stdcall enumAxesCallback(struct DIDEVICEOBJECTINSTANCEW const *,void *)" (?enumAxesCallback@@YGHPBUDIDEVICEOBJECTINSTANCEW@@PAX@Z) already defined in Joy.obj C:\Users\KamilH\Documents\Visual Studio 2013\Projects\Joystick1\Joystick1\MyForm.obj    Joystick1
  3. Error   3   error LNK2005: "struct IDirectInputDevice8W * joystick" (?joystick@@3PAUIDirectInputDevice8W@@A) already defined in Joy.obj C:\Users\KamilH\Documents\Visual Studio 2013\Projects\Joystick1\Joystick1\MyForm.obj    Joystick1
  4. Error   4   error LNK2005: "long hr" (?hr@@3JA) already defined in Joy.obj  C:\Users\KamilH\Documents\Visual Studio 2013\Projects\Joystick1\Joystick1\MyForm.obj    Joystick1
  5. Error   5   error LNK2005: "struct DIDEVICEINSTANCEW info" (?info@@3UDIDEVICEINSTANCEW@@A) already defined in Joy.obj   C:\Users\KamilH\Documents\Visual Studio 2013\Projects\Joystick1\Joystick1\MyForm.obj    Joystick1
  6. Error   6   error LNK2005: "struct IDirectInput8W * di" (?di@@3PAUIDirectInput8W@@A) already defined in Joy.obj C:\Users\KamilH\Documents\Visual Studio 2013\Projects\Joystick1\Joystick1\MyForm.obj    Joystick1
  7. Error   7   error LNK2005: "struct DIDEVICEINSTANCEW pdidi" (?pdidi@@3UDIDEVICEINSTANCEW@@A) already defined in Joy.obj C:\Users\KamilH\Documents\Visual Studio 2013\Projects\Joystick1\Joystick1\MyForm.obj    Joystick1
  8. Error   8   error LNK2005: "int __stdcall enumCallback(struct DIDEVICEINSTANCEW const *,void *)" (?enumCallback@@$$FYGHPBUDIDEVICEINSTANCEW@@PAX@Z) already defined in Joy.obj  C:\Users\KamilH\Documents\Visual Studio 2013\Projects\Joystick1\Joystick1\MyForm.obj    Joystick1
  9. Error   9   error LNK2005: "int __stdcall enumAxesCallback(struct DIDEVICEOBJECTINSTANCEW const *,void *)" (?enumAxesCallback@@$$FYGHPBUDIDEVICEOBJECTINSTANCEW@@PAX@Z) already defined in Joy.obj  C:\Users\KamilH\Documents\Visual Studio 2013\Projects\Joystick1\Joystick1\MyForm.obj    Joystick1
  10. Error   10  error LNK1169: one or more multiply defined symbols found   C:\Users\KamilH\Documents\Visual Studio 2013\Projects\Joystick1\Debug\Joystick1.exe 1   1   Joystick1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement