Hi folks.
I want to automate the build process by using the command line compiler. I'm able to compile some smaller projects, but when I try to compile the main application (about 200000 rows) I get strange error saying this class cannot be found etc, etc.
I must have forggotten something important...
When I compile it within Delphi, it works perfect.
"Does anyone know what I'm doing wrong?
"
All the compiler switches are stored in the project .cfg file, does a tool exists that convert theese switches to correct command line switches?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-"There is always another way to solve it, but I prefer my way.
I want to automate the build process by using the command line compiler. I'm able to compile some smaller projects, but when I try to compile the main application (about 200000 rows) I get strange error saying this class cannot be found etc, etc.
I must have forggotten something important...
When I compile it within Delphi, it works perfect.
"Does anyone know what I'm doing wrong?
All the compiler switches are stored in the project .cfg file, does a tool exists that convert theese switches to correct command line switches?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-"There is always another way to solve it, but I prefer my way.