Delphi2005学习笔记4——再谈NameSpace和Dll以及…
2008-04-10 02:56:53来源:互联网 阅读 ()
http://bdn.borland.com/article/0,1410,32765,00.html
重要的部分摘抄如下
Executive Summary
• Namespaces do not affect Delphi for Win32.
• Namespaces are produced based on the unit name as follows:
• If a unit name is dotted then the unit name up to the last dot is used.
• If it is not dotted then the default namespace is used.
• If there is no default namespace then the unit name is used.
• Code converted from Delphi 8 may require some modifications.
• Always use Packages not Libraries to create shareable assemblies.
• Delphi will always refer to types by their full unit name.
• Other languages will need to refer to types using their namespace.
• ASP.NET declarations, configuration files and .NET reflection always refer to types by their namespace.
• If multiple units emit a public type with the same name into the same namespace, the assembly may be unusable
1) Always Use Packages
Borland has always recommended not using library projects to create assemblies. In Delphi 2005, the compiler is stricter and will no longer allow you to compile an application referencing a Delphi ‘library’.
Always use a package project to create .NET assemblies.
However, as with anything, there are exceptions to the rule and there are several situations where you need to use the namespace even though you are coding in Delphi.
One example is when you are using tags in ASPX, ASCX or ASMX files. If you create a web page called TWebForm in the file Application.Pages.WebForm1.pas then the page tag would be:
<%@Page Language="c#" Codebehind="WebForm1.pas" Inherits="Application.Pages.TWebForm1"%>
Another is when passing type information to .NET in the form of strings, especially when using reflection based APIs and configuration files:
var c:TypeConverter;
c:=Assembly.CreateInstance(''''Sample.Controls.TConverter'''');
This slight difference commonly trips people up and is something you need to be careful of, especially when porting code from Delphi 8 or converting code from other languages.
这就解释了我原来的疑问,在D2005中,新建一个.Net Dll,编译,在别的编译器中(C#),可以使用,但是在Delphi中自己却不能用,虽然用薄可以解决问题,但是包中添加资源很不方便,真是不知道Borland是怎么想的。
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:Delphi帮助里的虚拟键值表
下一篇:序列化FastReport
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash