1

I am having "DeveloperExpressVCLProducts.exe". I want to configure it with delphi 5 so that i can build the previous projects which uses DevExpress components. But I am unaware about how to install and where (at which path) to install. Please help me regarding this.

Thanks in advance for help.

Regards,

Naren

stukelly
4,3073 gold badges40 silver badges44 bronze badges
asked Mar 22, 2011 at 7:17
3
  • the installer does not have a readme file with instructions? Commented Mar 22, 2011 at 7:31
  • Did you not keep a complete copy of all your sources for your project? I never keep my "component installs" separate from my apps. The whole thing is checked into version control. My install process consists of opening a project group and installing the designtime components with a few clicks. Voila. No more "reinstall all my components and find what versions to use" problems. Commented Mar 22, 2011 at 12:37
  • Actually I recently joined to project and there is no such document which contains installing part.. :( thanks. Commented Mar 22, 2011 at 14:10

1 Answer 1

2

Only thing of importance is that you need build 1.27 to be able to install for Delphi5.
Other than that, it is simply executing the installer and following a wizard.

You can continue using Build 27, however, we cannot guarantee that this will be able to apply code fixes designed for newer builds of our components to the libraries from this build. From our point of view, it is best to migrate to a newer version of Delphi if you wish to use the latest versions of our components.

answered Mar 22, 2011 at 7:33
Sign up to request clarification or add additional context in comments.

9 Comments

I installed the components but while opening form I am facing "TdxBarManager.AllowReset property doesnot exist"
It just tells you a property no longer exists - you can go on. It can happen if you're using a different version than the code used.
but due to that i m unable to see form. . :( any solution to this.. thanks for help..
@Naren, you'll have to find out with what version of DevExpress your code was compiled. Perhaps easiest to drop them a mail asking what version contained the property AllowReset.
@Naren: Did you select "Ignore" or "Cancel"? If you select cancel you may not be able to see the form. If you select "Ignore" it should remove the property value from the dfm and open the form. DevEx always came with an installer that takes care of installing the libraries properly - just run it (although in some old version there could have been issue due to different libraries containing the same units but different releases). You may search here to find advices about how to organize your libraries.
|

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.