Questions tagged [dcc32]

The command-line compiler provided to build Delphi applications.

DCC32.EXE is the Delphi (Object Pascal) command line compiler.

Variant:

The Delphi (Object Pascal) command line compiler for 32-bit Windows is DCC32.exe.
The Delphi cross compiler for 64-bit Windows is DCC64.exe.
The Delphi cross compiler for Mac OS X is DCCOSX.exe.

More info on the official Embarcadero wiki: http://docwiki.embarcadero.com/RADStudio/XE2/en/DCC32.EXE,_the_Delphi_Command_Line_Compiler

34 questions
0
votes
1 answer

Error: E2288 File name too long

I am attempting to compile a Delphi project in TeamCity (http://www.jetbrains.com/teamcity/) using a command line runner. For each project, I get a "File name too long" error. The project(s) compile successfully in the Delphi IDE. I've even tried…
invertigo
  • 6,336
  • 5
  • 39
  • 64
0
votes
2 answers

Is there a Delphi 5 compiler (dcc32.exe) or IDE switch/option to change the language of the executable?

I'm maintaining an old Delphi 5 program, built with Delphi 5 Professional German. The problem is that all dialogs and error messages of the created executable appear in German, even on an English Windows with location set to something like the US or…
Reto Höhener
  • 5,419
  • 4
  • 39
  • 79
-1
votes
4 answers

DCC32 command-line compiler completes successfully, but does not generate the EXE file

I'm using the Delphi 5 command-line compiler to do a build. The build does not report any errors, however it does not generate the EXE file either. I can confirm the following: Doing the same build via the IDE behaves correctly. There is no…
Disillusioned
  • 14,635
  • 3
  • 43
  • 77
-3
votes
1 answer

DELPHI XE7 [dcc32 Error] E2250 There is no overloaded version of 'Pos' that can be called with these arguments

DELPHI XE7 on win7 32bit code: procedure TForm1.IdMappedPortTCP1Execute(AContext: TIdContext); begin if (pos('CONNECT',AContext)<>0) or (pos('GET',AContext)<>0) or (pos('POST',AContext)<>0) or …
Sugie DK
  • 1
  • 1
  • 3
1 2
3