On Fri, 25 Dec 2020, cbsistem via Pas2js wrote: > > > How to compile only one .PAS file while ignoring the UNIT dependencies > declared in the USES clause ? Lazarus has the quick syntax check option. That's the best you can do. To actually compile, you must compile the dependencies. Michael.