Jump to content
Sign in to follow this  
JIMSMITH

install the DelphiMVCFramework

Recommended Posts

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

Using a search on the codebase (I believe) you should install dmvcframeworkDT.dproj from c:\dmvc\packages\d102. 

Share this post


Link to post

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
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
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×