Hi
About FPC, never use it, is there a beginner guide how to use it?
Hehehe... You use it all the time ...behind Lazarus, it compiles all of laz' 'shenanigans' and you can happily use lazarus' code-editor to write console programs. It's actually a brilliant tool for that(too).
Try this:
1) create a new project in laz
2) instead of 'Application', choose 'Program' f.ex.
3) lazarus now creates a managed(by lazarus) program skeleton i.e.: lpr +
support-files...
4) to see what's happening when you run your code in the debugger, you can
click on Menu -> View -> Debug Windows -> Console In/Output
5) Have fun & happy coding
Regards Benny