P4D-Data-Sciences icon indicating copy to clipboard operation
P4D-Data-Sciences copied to clipboard

ThumbsUpDownServerGUI Compilation errors

Open erdesigns-eu opened this issue 2 years ago • 4 comments

I get these errors when trying to compile the ThumbsUpDownServerGUI:

[dcc64 Error] TrainingClassMethods.pas(179): E2034 Too many actual parameters [dcc64 Error] TrainingClassMethods.pas(179): E2250 There is no overloaded version of 'Run' that can be called with these arguments [dcc64 Error] TrainingClassMethods.pas(350): E2034 Too many actual parameters [dcc64 Error] TrainingClassMethods.pas(350): E2250 There is no overloaded version of 'Run' that can be called with these arguments [dcc64 Error] TrainingClassMethods.pas(353): E2066 Missing operator or semicolon [dcc64 Error] TrainingClassMethods.pas(414): E2066 Missing operator or semicolon [dcc64 Error] TrainingClassMethods.pas(414): E2014 Statement expected, but expression of type 'TWriter' found [dcc64 Error] TrainingClassMethods.pas(418): E2066 Missing operator or semicolon [dcc64 Error] TrainingClassMethods.pas(418): E2010 Incompatible types: 'TJSONValue' and 'Integer' [dcc64 Fatal Error] ThumbsUpDownServerGUI.dpr(9): F2063 Could not compile used unit 'TrainingClassMethods.pas'

Did i miss anything? I just opened the project group, and tried to compile the projects`

erdesigns-eu avatar Jan 24 '23 19:01 erdesigns-eu

Hi @erdesigns-eu,

which Delphi version are you using?

lmbelo avatar Feb 27 '23 16:02 lmbelo

Im using Delphi 11 Version 28.0.46141.0937

erdesigns-eu avatar Feb 27 '23 19:02 erdesigns-eu

Can you update your local repository and try again, please?

lmbelo avatar Feb 27 '23 20:02 lmbelo

Yes awesome thank you, its compiling without errors now.

erdesigns-eu avatar Mar 01 '23 18:03 erdesigns-eu