I have been trying to get rubygame working for hours with no success, and I've come to accept the fact that I have no clue what I'm doing and that this technology is way beyond what I'm used to (writing simple games with VB 6.0 in the late 90's/early 00's).
Anyway, I downloaded the various SDL dll files, extracted them, and copied them into the Windows\system32 folder, but for some reason I am still getting the following messages
Warning: Could not load SDL_gfx! Continuing anyway, but some Surface methods will be missing.
Error message was: "Could not load SDL_gfx."
Warning: Could not load SDL_image! Continuing anyway, but image loading will be missing.
Error message was: "Could not load SDL_image."
Warning: Could not load SDL_mixer! Continuing anyway, but audio features will be missing.
Error message was: "Could not load SDL_mixer."
Warning: Could not load SDL_ttf! Continuing anyway, but the TTF class will be missing.
Error message was: "Could not load SDL_ttf."
I know that these particular .dll files are in the System32 folder, but in those original zip files that we download, there are a lot of other files besides those. Where are they supposed to go? Do we need them? The only thing I've done was put the .dll files in said folder like the wiki says.
I'm also working on Windows 7, if that affects anything.
If anyone could help me get this working, it would be awesome... thanks.
