• Welcome to Jose's Read Only Forum 2023.
 

Command line on compile

Started by Carlo Pagani, October 17, 2011, 09:55:20 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Carlo Pagani

Hi José

In the File: CSED_COMPILE.INC

It seems you left out to pass command line set in options to file being executed.

I changed this line (Around 709)
from

                           strCommand = strExeFile
to
                           strCommand = strExeFile & " " & pSed.CommandLine


Ciao - Carlo

José Roca

Thanks for spotting it. I have modified the code.