lvincent7 0 Posted June 21, 2020 I'm been trying to look for options on creating Delphi REST solution and I think MARS is a good option. I wanted to try it but I only have a Delphi 10.3 Community Edition. I was able to Build All but during the installation part of CoreDesign and FireDACDesign it does not respond. Is there something wrong or I really need a higher licensed or Architect license for MARS to work in my machine? Thank you. Share this post Link to post
ertank 27 Posted June 21, 2020 You can use MARS with Community Edition. Some examples depend on some FireDAC units which belong to higher edition. 1 Share this post Link to post
lvincent7 0 Posted June 22, 2020 Thank you for the response. I'll try to check on the FireDAC Units. I did find a similar problem here but the suggestion of turn off the theme doesn't seem to work from my end and the icons are really looking ugly : Share this post Link to post
Andrea Magni 75 Posted June 24, 2020 On 6/21/2020 at 11:50 PM, ertank said: You can use MARS with Community Edition. Some examples depend on some FireDAC units which belong to higher edition. Right, thanks @ertank! In the Source/MARS.inc file there is a specific define to state FireDAC support is included or not: https://github.com/andrea-magni/MARS/blob/edb3c7e7a43dbac2f94f124b08107a6c3f4b5074/Source/MARS.inc#L1 Sincerely, Andrea Share this post Link to post