SDL_SetWidthHeight Entry Point Not Found
#1
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?)
Reply
#2
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.
Reply
#3
Ah, that did it, thanks!
Reply

Logout Mark Read Team Forum Stats Members Help
SDL_SetWidthHeight Entry Point Not Found1