Qbasicnews.com

Full Version: SDL.DLL not registered?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Whenever I try to run some code using SDL, or even FMOD for that matter, I get the error from Windows XP saying that the dll is unregistered. I have attempted manual registration of the dll's, but they refuse to be registered.

Originally, I thought it may have been the package of bloth FBIde and FBC (latest stable release), but then after uninstalling that in favor of the seperate packages, there was no difference.

Why me? Why doesn't ANYTHING work with me without extensive modding?

:evil:

>anarky: Screwing with your reality since 2005.
Just put the DLLs in the same directory as your program's executable. Alternatively, put the DLL in the C:\Windows\System32 folder.

Anonymous

i just saw this. try going in a cmd prompt to the folder that sdl.dll is in. then type "regsvr32 sdl.dll"