Delphi pas file is
_Number=class;
_String=class;
_Double=class;
_NULL=class;
The IDE automatically generated HPP file
The class DELPHICLASS _Number;
The class DELPHICLASS _NULL;
After reference to the header files, class DELPHICLASS _Number; This place errors. How should change?
CodePudding user response:
What controls, no c + + builder is special?
CodePudding user response: