KimHJ 3 Posted September 11 I installed Mars in Delphi 12.1 and created the sample code. I get the following error when build. [dcc32 Error] SynCrypto.pas(14075): E2003 Undeclared identifier: 'HashFound' Thanks for any help, KimHJ Share this post Link to post
Andrea Magni 75 Posted September 11 8 hours ago, KimHJ said: I installed Mars in Delphi 12.1 and created the sample code. I get the following error when build. [dcc32 Error] SynCrypto.pas(14075): E2003 Undeclared identifier: 'HashFound' Hi, what do you mean with "created the sample code"? I just pulled the most recent version from the repo, run MARSCmd_VCL and created a new project from the template. Everything compiles just fine Win32 and Win64 with my Delphi 12.1... Let me know how to reproduce the error. Sincerely, Andrea Share this post Link to post
KimHJ 3 Posted September 13 I followed the instruction on the GitHub, I build it and got the error. This one: Use the Code Luke! Build REST server with MARS Curiosity is very easy. To run a simple REST server just create a new Console Application and use the following code: Best regards, Kim Share this post Link to post