DWScript uses paragraph

I hit a wall using DWScript trying to use “other” examples:

uses utils, qusers;
Syntax error: Unknown "utils" block [row: 3, column: 20]

Any help would be greatly appreciated.

Additional Information: I also add file locations to Script.Config.ScriptPaths, for example: "C: \ myscripts"

Additional information2: the purpose of using "uses" was that "$ INCLUDE" or "$ I" occurred when:
unit1.dws includes unit2.dws
unit3.dws includes unit3.dws and unit1.dws

+3
source share
1 answer

SVN $INCLUDE_ONCE, , ( ).

, , C:

{$IFNDEF SOME_FILE}
{$DEFINE SOME_FILE}

... the file ...

{$ENDIF}

. 2011 , script . . \BuildScripts .

+2

All Articles