Linker errors on "SDL_windowskeyboard.obj" building SDL 1.3

Hi,

I’m trying to build SDL_VS2005.sln (rev 5556) and I got the following linker errors:

Creando biblioteca .\Release\SDL.lib y objeto .\Release\SDL.exp
1>SDL_windowskeyboard.obj : error LNK2019: s?mbolo externo _IID_ITfUIElementSink sin resolver al que se hace referencia en la funci?n _UIElementSink_QueryInterface at 12
1>SDL_windowskeyboard.obj : error LNK2019: s?mbolo externo _IID_ITfUIElementMgr sin resolver al que se hace referencia en la funci?n _UILess_GetUIElement
1>SDL_windowskeyboard.obj : error LNK2019: s?mbolo externo _IID_ITfInputProcessorProfileActivationSink sin resolver al que se hace referencia en la funci?n _IPPASink_QueryInterface at 12
1>SDL_windowskeyboard.obj : error LNK2019: s?mbolo externo _IID_ITfThreadMgrEx sin resolver al que se hace referencia en la funci?n _UILess_SetupSinks
1>SDL_windowskeyboard.obj : error LNK2019: s?mbolo externo _IID_ITfCandidateListUIElement sin resolver al que se hace referencia en la funci?n _UIElementSink_BeginUIElement at 12
1>SDL_windowskeyboard.obj : error LNK2019: s?mbolo externo _IID_ITfReadingInformationUIElement sin resolver al que se hace referencia en la funci?n _UIElementSink_BeginUIElement at 12
1>.\Release\SDL.dll : fatal error LNK1120: 6 externos sin resolver

(Sorry for the spanish Visual Studio :slight_smile: http://msdn.microsoft.com/en-us/library/799kze2z(v=vs.80).aspx)

The configuration is Release, Win32. I’m using Windows SDK 7.0 and 7.1.

Any idea?

thanks in advance!