문제

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

도움이 되었습니까?

해결책

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.

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top