On Thu, 17 Nov 2016 04:57:19 -0800 (PST),
dema...@gmail.com wrote:
> Is it possible to compile a Clarion 6 project through the command line without having to go through the IDE to compile?
>
> Thanks.
IDE must run for that, but it's possible through DDE commands.
Clarion IDE is DDE server, if you create DDE client, you can send build
(execute command on clarion dde server) command.
To check if build is completed, prior to build delete the target file (exe
or dll) and check if file exists (you need to have timeout) and that file
size is not 0 (link error causes file to be created, but empty).
--
It ain't the fall that kills you
It's the sudden stop at the bottom.