I am unable to compile a simple test application because
of a duplicate resource error. Below is the error:
[Error] WARNING. Duplicate resource(s):
[Error] Type 2 (BITMAP), ID BACKUP:
[Error] File D:\Dell\Delphi 7\Delphi Decision Cube 2
\Lib70\FxConsts.RES resource kept; file c:\program
files\borland\delphi7\Lib\mxconsts.RES resource
discarded.
[Error] Type 2 (BITMAP), ID BACKUPG:
[Error] File D:\Dell\Delphi 7\Delphi Decision Cube 2
\Lib70\FxConsts.RES resource kept; file c:\program
files\borland\delphi7\Lib\mxconsts.RES resource
discarded.
[Error] Type 2 (BITMAP), ID CAPTION:
[Error] File D:\Dell\Delphi 7\Delphi Decision Cube 2
\Lib70\FxConsts.RES resource kept; file c:\program
files\borland\delphi7\Lib\mxconsts.RES resource
discarded.
[Error] Type 2 (BITMAP), ID COLS:
[Error] File D:\Dell\Delphi 7\Delphi Decision Cube 2
\Lib70\FxConsts.RES resource kept; file c:\program
files\borland\delphi7\Lib\mxconsts.RES resource
discarded.
[Error] Type 2 (BITMAP), ID DCLOSE:
[Error] File D:\Dell\Delphi 7\Delphi Decision Cube 2
\Lib70\FxConsts.RES resource kept; file c:\program
files\borland\delphi7\Lib\mxconsts.RES resource
discarded.
[Error] Type 2 (BITMAP), ID DOPEN:
[Error] File D:\Dell\Delphi 7\Delphi Decision Cube 2
\Lib70\FxConsts.RES resource kept; file c:\program
files\borland\delphi7\Lib\mxconsts.RES resource
discarded.
[Error] Type 2 (BITMAP), ID FORWARD:
[Error] File D:\Dell\Delphi 7\Delphi Decision Cube 2
\Lib70\FxConsts.RES resource kept; file c:\program
files\borland\delphi7\Lib\mxconsts.RES resource
discarded.
[Error] Type 2 (BITMAP), ID FORWARDG:
[Error] File D:\Dell\Delphi 7\Delphi Decision Cube 2
\Lib70\FxConsts.RES resource kept; file c:\program
files\borland\delphi7\Lib\mxconsts.RES resource
discarded.
[Error] Type 2 (BITMAP), ID HOME:
[Error] File D:\Dell\Delphi 7\Delphi Decision Cube 2
\Lib70\FxConsts.RES resource kept; file c:\program
files\borland\delphi7\Lib\mxconsts.RES resource
discarded.
[Error] Type 2 (BITMAP), ID HOMEG:
[Error] File D:\Dell\Delphi 7\Delphi Decision Cube 2
\Lib70\FxConsts.RES resource kept; file c:\program
files\borland\delphi7\Lib\mxconsts.RES resource
discarded.
[Error] Type 2 (BITMAP), ID LEFTARROW:
[Error] File D:\Dell\Delphi 7\Delphi Decision Cube 2
\Lib70\FxConsts.RES resource kept; file c:\program
files\borland\delphi7\Lib\mxconsts.RES resource
discarded.
[Error] Type 2 (BITMAP), ID PIVOT:
[Error] File D:\Dell\Delphi 7\Delphi Decision Cube 2
\Lib70\FxConsts.RES resource kept; file c:\program
files\borland\delphi7\Lib\mxconsts.RES resource
discarded.
[Error] Type 2 (BITMAP), ID RIGHTARROW:
[Error] File D:\Dell\Delphi 7\Delphi Decision Cube 2
\Lib70\FxConsts.RES resource kept; file c:\program
files\borland\delphi7\Lib\mxconsts.RES resource
discarded.
[Error] Type 2 (BITMAP), ID ROWS:
[Error] File D:\Dell\Delphi 7\Delphi Decision Cube 2
\Lib70\FxConsts.RES resource kept; file c:\program
files\borland\delphi7\Lib\mxconsts.RES resource
discarded.
[Error] Type 12 (CURSOR GROUP), ID DIMINS:
[Error] File D:\Dell\Delphi 7\Delphi Decision Cube 2
\Lib70\FxConsts.RES resource kept; file c:\program
files\borland\delphi7\Lib\mxconsts.RES resource
discarded.
[Error] Type 12 (CURSOR GROUP), ID DIMMOVE:
[Error] File D:\Dell\Delphi 7\Delphi Decision Cube 2
\Lib70\FxConsts.RES resource kept; file c:\program
files\borland\delphi7\Lib\mxconsts.RES resource
discarded.
Logged In: NO
Hi,
simply remove the original borland decision cube units from
the unit declaration line ;-)
Logged In: NO
Uninstall original Decision Cube component will solves.