<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_轻鸟@ Blog</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/21672/rss</id><updated>2008-11-28T09:26:47Z</updated><author><name>轻鸟</name><uri>http://www.cnblogs.com/pilybird/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/pilybird/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/21672/rss"/><entry><id>http://www.cnblogs.com/pilybird/archive/2008/11/28/1343312.html</id><title type="text">Delphi 编译时 提示 Internal error: URW3537 错误</title><summary type="text">我有一个项目，增加了一个单元后，经常在第二次编译时出现 Internal error: URW3537的错误：  原因： 主要是type ＝ function 的原因，常出现与dll调用 解决方法： 1、全部编译 comiple all 2、把type ＝function 移动到最开始的type 处； 也可以参考http://qc.codegear.com/wc/qcmain.aspx?d=756...</summary><published>2008-11-28T09:27:00Z</published><updated>2008-11-28T09:27:00Z</updated><author><name>轻鸟</name><uri>http://www.cnblogs.com/pilybird/</uri></author><link rel="alternate" href="http://www.cnblogs.com/pilybird/archive/2008/11/28/1343312.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/pilybird/archive/2008/11/28/1343312.html"/></entry><entry><id>http://www.cnblogs.com/pilybird/archive/2007/12/07/986711.html</id><title type="text">Delphi 处理在字符串截取中避免出现半个汉字</title><summary type="text">2007年12月7日//..处理中英文混杂左截取function LeftStrEx(const AText: string; ACount: Integer): string;var I,ChrLen, BreakLen:Integer; IsMBCS:Boolean;begin I := 1; BreakLen := 0; IsMBCS := False; if Length(AText)&amp;g...</summary><published>2007-12-07T05:57:00Z</published><updated>2007-12-07T05:57:00Z</updated><author><name>轻鸟</name><uri>http://www.cnblogs.com/pilybird/</uri></author><link rel="alternate" href="http://www.cnblogs.com/pilybird/archive/2007/12/07/986711.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/pilybird/archive/2007/12/07/986711.html"/></entry><entry><id>http://www.cnblogs.com/pilybird/archive/2006/10/26/540943.html</id><title type="text">Oracle OLEDB 的手工分发</title><summary type="text">1、基本配置Oracle ODP.Net 请参考《Oracle ODP.Net的手工分发》一文；2、增加文件 \Bin目录  oip10.dll  oip10.tlb  oradc.ocx  OraOLEDB10.dll  OraOLEDB10.tlb  OraOLEDB10us.dll  OraOLEDB10zhs.dll  OraOLEDBgmr10.dll  OraOLEDBpus10.dl...</summary><published>2006-10-26T09:32:00Z</published><updated>2006-10-26T09:32:00Z</updated><author><name>轻鸟</name><uri>http://www.cnblogs.com/pilybird/</uri></author><link rel="alternate" href="http://www.cnblogs.com/pilybird/archive/2006/10/26/540943.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/pilybird/archive/2006/10/26/540943.html"/></entry><entry><id>http://www.cnblogs.com/pilybird/archive/2006/10/25/539088.html</id><title type="text">Oracle ODP.Net 的手工分发</title><summary type="text">1、版本：Version 对于ODP.Net版本问题，若使用ODP.Net10.2.0版本，则客户端(Oracle Client)也要相应的使用10.2的版本，否则会链接不成功；其实也是很简单，就是保证Bin目录下的dll版本就基本差不多了；同时ODP.Net在此目录增加两个非常重要的dll（OraOps10.dll，OraOps10w.dll）；2、语言集：（Nls/Data） 基于《Oracl...</summary><published>2006-10-25T01:08:00Z</published><updated>2006-10-25T01:08:00Z</updated><author><name>轻鸟</name><uri>http://www.cnblogs.com/pilybird/</uri></author><link rel="alternate" href="http://www.cnblogs.com/pilybird/archive/2006/10/25/539088.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/pilybird/archive/2006/10/25/539088.html"/></entry><entry><id>http://www.cnblogs.com/pilybird/archive/2006/10/24/538338.html</id><title type="text">Oracle10g Client的手工分发</title><summary type="text">网上也有不少文章讲Oracle的手工分发，但是没有一篇是讲10g版的，由于10g版与之前的版本有不少差异，故撰写此文，供大家分享！ Oracle client 基本包含如下目录： \Sqlplus  \mesg \Oracore  \zoneinfo \mesg \Network 必须的，存储网络连接 \Admin \mesg \Bin --最主要的目录  \Nls --不是必须的 \data \...</summary><published>2006-10-24T05:34:00Z</published><updated>2006-10-24T05:34:00Z</updated><author><name>轻鸟</name><uri>http://www.cnblogs.com/pilybird/</uri></author><link rel="alternate" href="http://www.cnblogs.com/pilybird/archive/2006/10/24/538338.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/pilybird/archive/2006/10/24/538338.html"/></entry></feed>
