Hello. I wonder if there's any way that I can start the game programming in just using the original FPC compiler(with out Lazarus).

If there is any following for what I need:

* The ability to hold down a key while the player is moving. (key just pressed once and holding down a key)
* No need to distribute DLLs when distributing the game. (I don't know if SDL does that)
* All media in one file when distributing.
* Sound Library (Again, Jedi-SDL offers that but I don't know if there's an option to not distribute the library DLL when distributing the game, because it can be a hassle for both developer, and for anyone who just wants to play the game with out the need to look for a certain file to get the game working).

That's all the time I have now.