PDA

View Full Version : SDL_SetWidthHeight Entry Point Not Found


aere
2008-12-22, 16:39
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://xbmc.org/trac/ticket/4895 and it's also declared extern in SDL_Video.h (I don't have SDL_Video.c.. is that weird?)

CapnBry
2008-12-22, 17:07
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.

aere
2008-12-22, 17:37
Ah, that did it, thanks!