Embarcadero / P4D-Data-Sciences

A collection of lightweight Python wrappers based on Python4Delphi simplifying Data Sciences development with Delphi
MIT License
92 stars 21 forks source link

ThumbsUpDownServerGUI Compilation errors #29

Open erdesigns-eu opened 1 year ago

erdesigns-eu commented 1 year ago

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`

lmbelo commented 1 year ago

Hi @erdesigns-eu,

which Delphi version are you using?

erdesigns-eu commented 1 year ago

Im using Delphi 11 Version 28.0.46141.0937

lmbelo commented 1 year ago

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

erdesigns-eu commented 1 year ago

Yes awesome thank you, its compiling without errors now.