Many thanks !
But in my Lazarus(v0.9.28.2), Object Pascal(-Mobjfpc) is the default!
with Project --> Complier Option menu , I can set FPC(-Mfpc) as the current project's complier mode
but when I create another new project, it automaticly changes to the default complier(-Mobjfpc)!!!!
how to change the complier mode of every project i create to FPC(-Mfpc)? (I don't like write the code "{$mode fpc}" etc in every project)