Hi,
does anyone knows why this strange error can occur in C++ Builder 6:
[C++ Error] Product.h(27): E2293 ) expected
in the line
does anyone knows why this strange error can occur in C++ Builder 6:
[C++ Error] Product.h(27): E2293 ) expected
in the line
Code:
void display(TLabel *IDLabel, TLabel *ProductNameLabel, TLabel *WeightLabel, TLabel *PriceWithoutVATLabel, TLabel *PriceWithVATLabel, TLabel *ExpiryDateLabel);
Comment