interflexo
Mechanical
- Jan 4, 2012
- 2
The command line CADL compiler CADLCOMP.exe located in the C:\Program Files\WorkshopEX21.5\ directory:
1. Is lacking the prompt support text file.
The command:
CADLCOMP ??
Outputs: Prompt not found: pnum = 1
2. Does not get past the preprocessor phase (it is a two pass compiler). The user can't get the final .cdx (compiled file) from the source (.cdp) file, he only gets the intermediate preprocessed (.cdl) file.
The following code structures are usable in preprocessed (.cdl) files:
CONTINUE
DO WHILE
EXITLOOP
FOR
IF ELSE
SWITCH
WHILE
But not LOCAL variables...
Previous versions based on CCOMP.EXE (+ CCOMP.TXT) always performed as required.
Any ideas?
1. Is lacking the prompt support text file.
The command:
CADLCOMP ??
Outputs: Prompt not found: pnum = 1
2. Does not get past the preprocessor phase (it is a two pass compiler). The user can't get the final .cdx (compiled file) from the source (.cdp) file, he only gets the intermediate preprocessed (.cdl) file.
The following code structures are usable in preprocessed (.cdl) files:
CONTINUE
DO WHILE
EXITLOOP
FOR
IF ELSE
SWITCH
WHILE
But not LOCAL variables...
Previous versions based on CCOMP.EXE (+ CCOMP.TXT) always performed as required.
Any ideas?