Najeeb
2007-07-30 10:13:28 UTC
Hi,
I am using Delphi'd DCC32 command line compiler with option -B -jphnv
for compiling and generating .Hpp and .Obj for c++ Builder. It compiles
and generates the files, but my real problem is the generated HPP files
are giving error.
I am using the code bellow in delphi
---
{$EXTERNALSYM FillMode}
FillMode = (
FillModeAlternate, // 0
FillModeWinding // 1
);
TFillMode = FillMode;
---
But in the generated Hpp it still redeclared the symbol which gives me
an error
typedef FillMode TFillMode;
Somebody please help me to solve this problem.
Regards,
Najeemudheen
I am using Delphi'd DCC32 command line compiler with option -B -jphnv
for compiling and generating .Hpp and .Obj for c++ Builder. It compiles
and generates the files, but my real problem is the generated HPP files
are giving error.
I am using the code bellow in delphi
---
{$EXTERNALSYM FillMode}
FillMode = (
FillModeAlternate, // 0
FillModeWinding // 1
);
TFillMode = FillMode;
---
But in the generated Hpp it still redeclared the symbol which gives me
an error
typedef FillMode TFillMode;
Somebody please help me to solve this problem.
Regards,
Najeemudheen