如何在Delphi 2010中安装Delphi 2009组件包(UniSynEdit包)?
我下载了SynEdit Unicode Vervion (UniSynEdit),它包含D5-D2009的软件包,但我想在Delphi 2010中安装它! ,我在D2010 IDE中加载了D2009包,编译成功但是没有安装包的菜单项! :
我如何在 Delphi 2010 中安装它? (注意它编译成功)
非常感谢......
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 ! :
How can i install it in Delphi 2010 ? ( Notice that it compiles successfully )
thanks a lot ...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看来您已经获得了运行时包。应该有一个单独的设计时包,这就是您要安装的包。
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.
不要这样做,尤其是当您要使用运行时包时。制作软件包的副本,正确重命名它们,然后安装它们。如果您使用运行时包并分发它们,则风险是您可能会在某人的系统上用 2010 年的包覆盖 2009 年的包 - 而且它们不兼容。
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.