Andromeda
Andromeda

Reputation: 550

Error on installing JVCL

I have installing JCL via Install.bat and its successfully installed. However, when I try to install JVCL via install.bat, I got an error message like this:

[Compiling installer...]
Using Embarcadero RAD Studio XE

Embarcadero Delphi for Win32 compiler version 22.0
Copyright (c) 1983,2010 Embarcadero Technologies, Inc.
C:\Program Files (x86)\Embarcadero\Components\JVCL347CompleteJCL241-Build4571\jv
cl\devtools\PackagesGenerator\GenerateDefines.pFatal: F1026 File not found: 'Sys
tem.Types.dcu'

Failed to compile JVCL installer

Press any key to continue . . .

Anyone know what's wrong here?

Thanks in advance.

Upvotes: 6

Views: 3403

Answers (1)

Lieven Keersmaekers
Lieven Keersmaekers

Reputation: 58491

Apparantly this is a known (resolved?) issue.

The solution is to remove the "System." to compile the JVCL version you have

Upvotes: 9

Related Questions