Ok well those two don't seem to be a factor at this point, but good thing to note.

There is however some issues reguarding this line of code which in Windows prevents the console window from poping up.
[pascal]{$APPTYPE GUI} // FreePascal/Lazarus[/pascal]
Alternative?

AND it gives me an error saying:
Quote Originally Posted by Messages
NightStalker2.lpr(1,1) Fatal: Can't find unit System
Here is my main program code's uses:
[pascal]uses
SysUtils,
Math,

sdl,
sdlutils,
sdl_mixer,

// These are just my own units!
NS2ConstantsUnit,
NS2ObjectUnit,
NS2FunctionsUnit,
InputUnit,
FontUnit,
GraphicsUnit;[/pascal]