Mahmood_N
Mahmood_N

Reputation: 531

How to Install a Delphi 2009 Component Package in Delphi 2010 ( UniSynEdit Package )?

I downloaded the SynEdit Unicode Vervion ( UniSynEdit ) , it contains packages of D5-D2009 , but i want to install it in Delphi 2010 ! , I loaded D2009 Package in D2010 IDE , It compiles successfully but there is no Menu item for Installing Package ! : Picture

How can i install it in Delphi 2010 ? ( Notice that it compiles successfully )

thanks a lot ...

Upvotes: 4

Views: 1813

Answers (2)

user160694
user160694

Reputation:

Don't do that, especially if you're going to use runtime packages. Make a copy of the packages, rename them properly, and then install them. If you use runtime packages and distribute them, the risk is you may overwrite 2009 packages with 2010 ones on someone's system - and they wouldn't be compatible.

Upvotes: 3

Mason Wheeler
Mason Wheeler

Reputation: 84590

Looks like you've got the runtime package. There should be a separate design-time package, and that's the one you want to install.

Upvotes: 4

Related Questions