error compiling ioq3
Posted: Fri Dec 11, 2009 5:18 pm
hello I want to compile the iourbanterror source but i got those errors:
libSDL.lib(SDL_dx5video.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_GUID_POV".
libSDL.lib(SDL_dx5video.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_GUID_Slider".
libSDL.lib(SDL_dx5video.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_GUID_RzAxis".
libSDL.lib(SDL_dx5video.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_GUID_RyAxis".
libSDL.lib(SDL_dx5video.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_GUID_RxAxis".
libSDL.lib(SDL_dx5video.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_GUID_ZAxis".
libSDL.lib(SDL_dx5video.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_GUID_YAxis".
libSDL.lib(SDL_dx5video.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_GUID_XAxis".
libSDL.lib(SDL_dx5video.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_GUID_Key".
libSDL.lib(SDL_dx5video.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_IID_IDirectDrawSurface3" in Funktion "_DX5_Available".
libSDL.lib(SDL_dx5yuv.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_IID_IDirectDrawSurface3".
libSDL.lib(SDL_dx5video.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_IID_IDirectDraw2" in Funktion "_DX5_VideoInit".
libSDL.lib(SDL_dx5video.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_IID_IDirectDrawGammaControl" in Funktion "_DX5_SetGammaRamp".
libSDL.lib(SDL_dx5events.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_GUID_SysMouse".
libSDL.lib(SDL_dx5events.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_GUID_SysKeyboard".
libSDL.lib(SDL_dx5events.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_IID_IDirectInputDevice2A" in Funktion "_DX5_DInputInit".
I already linked the sdl lib/include datas to visual c++ 2005...
thanks for help
Nicht aufgelöstes externes Symbol = Not resolved external symbol
Verweis auf nicht aufgelöstes externes Symbol = Link to not resolved external symbol
in Funktion = in function
libSDL.lib(SDL_dx5video.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_GUID_POV".
libSDL.lib(SDL_dx5video.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_GUID_Slider".
libSDL.lib(SDL_dx5video.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_GUID_RzAxis".
libSDL.lib(SDL_dx5video.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_GUID_RyAxis".
libSDL.lib(SDL_dx5video.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_GUID_RxAxis".
libSDL.lib(SDL_dx5video.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_GUID_ZAxis".
libSDL.lib(SDL_dx5video.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_GUID_YAxis".
libSDL.lib(SDL_dx5video.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_GUID_XAxis".
libSDL.lib(SDL_dx5video.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_GUID_Key".
libSDL.lib(SDL_dx5video.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_IID_IDirectDrawSurface3" in Funktion "_DX5_Available".
libSDL.lib(SDL_dx5yuv.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_IID_IDirectDrawSurface3".
libSDL.lib(SDL_dx5video.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_IID_IDirectDraw2" in Funktion "_DX5_VideoInit".
libSDL.lib(SDL_dx5video.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_IID_IDirectDrawGammaControl" in Funktion "_DX5_SetGammaRamp".
libSDL.lib(SDL_dx5events.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_GUID_SysMouse".
libSDL.lib(SDL_dx5events.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_GUID_SysKeyboard".
libSDL.lib(SDL_dx5events.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_IID_IDirectInputDevice2A" in Funktion "_DX5_DInputInit".
I already linked the sdl lib/include datas to visual c++ 2005...
thanks for help
Nicht aufgelöstes externes Symbol = Not resolved external symbol
Verweis auf nicht aufgelöstes externes Symbol = Link to not resolved external symbol
in Funktion = in function