Jump to content

bioman

Members
  • Content Count

    8
  • Joined

  • Last visited

Everything posted by bioman

  1. [dcc32 Error] Server.Resources.pas(46): E2250 There is no overloaded version of 'TMARSResourceRegistry.RegisterResource<Server.Resources.THelloWorldResource>' that can be called with these arguments An error occurs when compiling MARSWebServer, please tell me how to fix it.
  2. Hello Andrea Thank you for unveiling a great REST library, MARSI don't think UTF-8 applies during the MARS project.Files created in UTF-8 format are also called 'Content-Type=text/html; charset=ISO-8859-1'UTF-8 must be applied.Can you help me?
  3. Thank you for your kind reply.We'll test it out the way you told us.I'll let you know the result again.Always be healthy and good luck to you.
  4. Thank you for your response. -- This is a simple page where you enter the address to view maps and GPS coordinates. http://115.68.120.145:20020/rest/iot/maps/geocoding.html The itot_geocoding.html file is encoded in UTF-8 format. But it's on IOS-8859-1. REST Debugger Request Header Connection=close Date=Sat, 27 Jun 2020 14:46:16 GMT Content-Length=11953 Content-Type=text/html; charset=ISO-8859-1 -- Compiling MARS.DCS.dproj results in the following error: [dcc32 Error] MARS.http.Server.DCS.pas(22): E2291 Missing implementation of interface method IMARSRequest.GetQueryParamName [dcc32 Error] MARS.http.Server.DCS.pas(22): E2291 Missing implementation of interface method IMARSRequest.GetDate [dcc32 Error] MARS.http.Server.DCS.pas(181): E2250 There is no overloaded version of 'All' that can be called with these arguments [dcc32 Fatal Error] MARS.DCS.dpk(39): F2063 Could not compile used unit 'MARS.http.Server.DCS.pas' -- And the attached demo project also generates some compilation errors. Thank you.
  5. Thank you for providing the MARS Library. Delphi client is being built using MARS Library. FIREDAC' CRUD (especially updated) implementation is challenging.Can I get a sample source for how to implement updates in full or record units?Thank you again for providing me with a good library.
  6. bioman

    I have some questions.

    Update issues resolved and work wellWe analyzed the FireDAC Basic Source you provided and solved it. Thank you.
  7. bioman

    I have some questions.

    Thank you for your prompt reply. I'm making a Delphi to Delphi solution. Based on the FireDAC Basic Semple you provided, Get method has been implemented. To implement Update Should clients send DataSet or Record JSON to the server and implement update logic directly on the server? Thank you. Andrea
×