seems like a nice and simple solution, but

Code:
SetDllDirectory("C:\\bin");
	LoadLibrary("c:\\bin\\SDL.dll");
using this, it's still not working, even if used at the start of main().
for testing purposes, i've choosen an absolute path "c:\bin"

could this be because the dlls get loaded even before i get the chance to do this call?