<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>中文Flex例子 &#187; 封装</title>
	<atom:link href="http://blog.minidx.com/tag/%e5%b0%81%e8%a3%85/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.minidx.com</link>
	<description>中文Adobe Flex例子,Flex实例教程,RIA资源,全文检索技术,算法和数据结构</description>
	<lastBuildDate>Thu, 31 Mar 2011 03:22:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SWIG发布1.3.33版本</title>
		<link>http://blog.minidx.com/2007/12/25/299.html</link>
		<comments>http://blog.minidx.com/2007/12/25/299.html#comments</comments>
		<pubDate>Tue, 25 Dec 2007 13:05:40 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Minidx相关]]></category>
		<category><![CDATA[Minidx]]></category>
		<category><![CDATA[SourceForge]]></category>
		<category><![CDATA[Swig]]></category>
		<category><![CDATA[封装]]></category>
		<category><![CDATA[嵌入]]></category>
		<category><![CDATA[开源]]></category>
		<category><![CDATA[搜索引擎]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2007/12/25/299.html</guid>
		<description><![CDATA[SWIG是个帮助使用C或者C++编写的软件能与其它各种高级编程语言进行嵌入联接的开发工具，通俗的说就是用来封装C/C++开发包的语言“粘合剂”。是发布在SourceForge上的开源软件，英文官方地址http://www.swig.org,国内Swig的用户目前还非常少。Minidx搜索引擎2.0版本因为已经将搜索引擎功能模块独立出来，为了能够被C#,Php,Perl,ruby等众多C/C++以外的语言调用，引入了Swig，同时为了方便中文程序员，两个月前开始开展了Swig中文计划，计划将其翻译为中文，不过TT同学身体原因进展缓慢……人多力量大，众人拾柴火焰高~~~欢迎有兴趣的朋友加入。








言归正传，在沉寂了差不多1年的时间之后，在2007/11/15和2007/11/23分别推出了1.3.32和1.3.33版本，据说修正了上百个Bug，不过我使用的还是2006年发布的1.3.31，希望困扰我的那些问题能够得到改善~
SWIG是什么 &#124;  兼容性 &#124; 特征 &#124; 使用教程 &#124; 文档 &#124; 风险 &#124; 历史 &#124; 版本 &#124; 参与者 &#124; 项目 &#124;  版权申明 &#124; 友情链接 &#124; 下载 &#124;
你可能还对下列文章感兴趣:利用Minidx Extract-Text Com组件封装类的实现利用Minidx Extract-Text Com组件从doc,Xls,Pdf&#8230;&#8230;等读取文本内容VC Demo利用Minidx Extract-Text Com组件从Word,Xls,Pdf&#8230;&#8230;等文件中读取文本内容Minidx.RC1.1的中日英版本下载数都已经超过1K了Linux平台动态链接程序此共享文件的路径]]></description>
		<wfw:commentRss>http://blog.minidx.com/2007/12/25/299.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Linux平台动态链接程序此共享文件的路径</title>
		<link>http://blog.minidx.com/2007/10/28/24.html</link>
		<comments>http://blog.minidx.com/2007/10/28/24.html#comments</comments>
		<pubDate>Sun, 28 Oct 2007 02:05:49 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[软件工具Tips]]></category>
		<category><![CDATA[dll调用]]></category>
		<category><![CDATA[LD_LIBRARY_PATH]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[so]]></category>
		<category><![CDATA[so的路径]]></category>
		<category><![CDATA[Swig]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[xport]]></category>
		<category><![CDATA[共享文件]]></category>
		<category><![CDATA[动态链接]]></category>
		<category><![CDATA[封装]]></category>
		<category><![CDATA[编译]]></category>

		<guid isPermaLink="false">http://minidx.com/blog/?p=24</guid>
		<description><![CDATA[用Swig封装Minidx，在Ubuntu下编译成so,一切都正常，不过执行时却总是出错，查了一下发现原来是没有设置so的路径，和Windows下dll调用时查找该dll文件的路径的原理是一样的。Linux平台动态链接程序此共享文件的路径的命令： 				xport LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
你可能还对下列文章感兴趣:为什么又是中国&#8212;Linux镜像服务器封锁部分中国IPSWIG发布1.3.33版本网易镜像快速下载FreeBSD，debian，ubuntu以及其他大块头开源系统与软件Adobe AIR 1.5的Linux版本发布了Adobe发布了Linux平台的64-bit Flash Player]]></description>
		<wfw:commentRss>http://blog.minidx.com/2007/10/28/24.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 2/19 queries in 0.170 seconds using disk
Object Caching 238/486 objects using disk

Served from: blog.minidx.com @ 2012-02-10 00:59:55 -->
