JIMSMITH 0 Posted September 21 Has anybody had experience installing the DelphiMVCFramework. The documentation references opening C:\dmvc\ideexpert\DMVC_IDE_Expert_D102Tokyo.dproj from the IDE. The problem that I have is that this does .dproj file does not exist. Trying to see if this will work for me or do I need to create my own mini rest server. Share this post Link to post
Lajos Juhász 293 Posted September 21 Using a search on the codebase (I believe) you should install dmvcframeworkDT.dproj from c:\dmvc\packages\d102. Share this post Link to post
JIMSMITH 0 Posted September 21 Thanks for responding. This is correct, but what is the difference between the 102, 103, 104, 110 packages. I could not tie them to a specific version of Delphi. FYI I have Delphi version 10.1, and 11. Share this post Link to post
Darian Miller 361 Posted September 21 2 hours ago, JIMSMITH said: hat is the difference between the 102, 103, 104, 110 packages d102 is for RAD Studio 10.2 Tokyo. d103 is 10.3 Rio. d104 is for 10.4 Sydney. d110 is for 11 Alexandria And d101 is for 10.1 Berlin. So you want to open the group project file in 10.1: packages/d101/dmvcframework_group.groupproj and Build All and then right click the design time package and hit Install. (And follow instructions to edit library paths) For Delphi 11, open packages/d110/dmvcframework_group.groupproj and repeat. Share this post Link to post
JIMSMITH 0 Posted September 21 30 minutes ago, Darian Miller said: d102 is for RAD Studio 10.2 Tokyo. d103 is 10.3 Rio. d104 is for 10.4 Sydney. d110 is for 11 Alexandria And d101 is for 10.1 Berlin. So you want to open the group project file in 10.1: packages/d101/dmvcframework_group.groupproj and Build All and then right click the design time package and hit Install. (And follow instructions to edit library paths) For Delphi 11, open packages/d110/dmvcframework_group.groupproj and repeat. Thanks for the clarity. Now I know how the versioning education. Share this post Link to post