Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problems using Want+Dcc32 compiling big delphi7 project

Status
Not open for further replies.

fredks

Programmer
Apr 5, 2010
1
BR
I'm having problems using Want+Dcc32 to compile a big delphi7 project with 406803 lines of code. Sometimes it compiles but doesn't generate the .MAP file, sometimes it gives an error while compiling.
The project compiles without problem when I use the Delphi7 IDE.
Can annyone help-me?
 
The IDE looks for (and reads) <project_name>.CFG in the current or project directory. EX: "Program1.cfg"

The command-line compiler looks for (and reads) dcc32.cfg in the bin directory. EX: "C:\Delphi7\Bin\dcc32.cfg"

ADDITIONALLY it expects command line parameters and switches on the command-line. This is best managed by creating a batch-file to do the command-line build. Once upon a time, this was done with a "make" file (MAKE.EXE) which was cumbersome to say the least...

For more details, type "DCC32 --HELP" or just "DCC32" at the command-prompt for command-line instructions...


Roo
Delphi Rules!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top