Quote Originally Posted by IchimaruGin
Quote Originally Posted by arthurprs
Quote Originally Posted by IchimaruGin
is there anybody that would be willing to convert this tut to normal object pascal since it looks like FPC uses some diff SDL functions and actions im using delphi 2007 and couldnt get any of the code working propally

statements like

USES crt

if screen=nil then HALT; <-- wtf is HALT :s

and CLRSCR;
crt is a unit with more functions to work with the console window {not sure}

Halt is a function that tells the program to shutdown completely like the "return 0" on C++ main function;

CLRSCR is a function that clears the console window
well these are the functions/actions i get errors with when following the tutorial in this thread i was thinking it might be something to do with FPC compiling maybe but im not sure does anyone not know how to fix the code?
What errors ?