Kodi Community Forum

Full Version: SDL_SetWidthHeight Entry Point Not Found
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all, I'm brand new to this, so I apologize if this is too early or i'm doing something wrong..

I wasn't able to start build 16647 because of "The procedure entry point SDL_SetWidthHeight could not be located in the dynamic link library SDL.dll".

It's referenced http://trac.xbmc.org/ticket/4895 and it's also declared extern in SDL_Video.h (I don't have SDL_Video.c.. is that weird?)
SDL_SetWidthHeight is only exported from the SDL.dll that is bundled with XBMC in XBMC/project/Win32BuildSetup/dependencies. Make sure you have the right on in the same directory as xbmc.exe.
Ah, that did it, thanks!