Hello
I've a problem after compilation : I can't launched the compiled program (taht is a problem).
No errors during compilation, I've all packages (FPC,...) only small hints but no problem the linking is correct.
If I press RUN after linking Lazarus get a big Application.Terminate and nothing happens.
I try to launch by the console ./project1 but I get a PERMISSION DENIED, unable to execute (even in root mode).
I try the chmod a+rwx *.* but it does nothing.
How to launch the compiled program.
Thanks a lot