[Pas2js] Ignoring the UNIT dependencies

Ralf Quint freedos.la at gmail.com
Sat Dec 26 02:55:03 CET 2020


On 12/25/2020 3:44 PM, cbsistem via Pas2js wrote:
>
> How to compile only one .PAS file while ignoring the UNIT dependencies
> declared in the USES clause ?

Sorry, but that question doesn't make any sense. Either the units in the 
USES clause are referenced in some way in the code or they are not.

If they are not referenced, you can delete the USES clause or at least 
comment them out.

If you do this when they are in fact referenced, then you .PAS file 
simply won't compile. Very basic Pascal concept that everything that is 
being referenced has to be defined first...

Ralf



-- 
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus



More information about the Pas2js mailing list