[SDL] Dynamically loading SDL dlls
Jeremy
jswigart at gmail.com
Mon Oct 29 21:23:23 PDT 2007
Is there an alternative to SDL_SetLibraryPath ?
I'd like to load the SDL libraries from a folder of my choice, one that
isn't the executables folder, and isn't in the path. Is there no support for
doing this? Some documentation implies the dll shouldn't be loaded/required
until you call SDL_Init, but without the dll in the path, windows folder,
app folder, etc. My dll that uses SDL fails to load, which indicates it does
indeed need the sdl library well before SDL_Init. SDL_SetLibraryPath appears
to be what I would use in this case but it seems to have been removed some
time ago.
Any alternatives?
Jeremy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20071029/62e4e763/attachment.htm
More information about the SDL
mailing list