PDA

View Full Version : el_config options file?


Muk
10-Nov-2005, 12:14 PM
Hi there,

We have a pretty complicated script to build our apps. Now I am trying to
include an options file (as described in the online help) when using
ecc32.exe by command line.

The following command:

c:\progra~1\borland\delphi6\bin\ecc32 --el_config "dialogno.eur"
PROGRAM1.DPR

gives the error:

ERROR: Options file "" not found.

What's wrong with this picture? We are using 5.0.4 Pro

Thanks and take care.
Marcel
Rotterdam Holland.

admin
10-Nov-2005, 03:18 PM
Hi,

Muk wrote:
> Hi there,
>
> We have a pretty complicated script to build our apps. Now I am trying to
> include an options file (as described in the online help) when using
> ecc32.exe by command line.
>
> The following command:
>
> c:\progra~1\borland\delphi6\bin\ecc32 --el_config "dialogno.eur"
> PROGRAM1.DPR
>
> gives the error:
>
> ERROR: Options file "" not found.
>
> What's wrong with this picture? We are using 5.0.4 Pro
>
> Thanks and take care.
> Marcel
> Rotterdam Holland.

You must use:

ecc32 --el_config"dialogno.eur" program1.dpr

Without spaces from the --el_config option and file name (as the manual
example)! :)

--
Best regards...

Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG showing line n.