You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`
The text was updated successfully, but these errors were encountered:
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`
The text was updated successfully, but these errors were encountered: