<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: POCO 1.3.5 Available</title>
	<atom:link href="http://pocoproject.org/blog/?feed=rss2&#038;p=226" rel="self" type="application/rss+xml" />
	<link>http://pocoproject.org/blog/?p=226</link>
	<description>News and discussion for the POCO Community</description>
	<lastBuildDate>Thu, 09 May 2013 12:05:16 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: steve</title>
		<link>http://pocoproject.org/blog/?p=226&#038;cpage=1#comment-1876</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Wed, 03 Apr 2013 17:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/blog/?p=226#comment-1876</guid>
		<description>I have the same probleme,
with Visual studio 2012, when I build the project thas containt Poco lybrary I have this message:
LNK1104: impossible d&#039;ouvrir le fichier &#039;PocoFoundationd.lib&#039;	

pleas help me!!!!</description>
		<content:encoded><![CDATA[<p>I have the same probleme,<br />
with Visual studio 2012, when I build the project thas containt Poco lybrary I have this message:<br />
LNK1104: impossible d&#8217;ouvrir le fichier &#8216;PocoFoundationd.lib&#8217;	</p>
<p>pleas help me!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guenter</title>
		<link>http://pocoproject.org/blog/?p=226&#038;cpage=1#comment-479</link>
		<dc:creator>guenter</dc:creator>
		<pubDate>Mon, 25 May 2009 08:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/blog/?p=226#comment-479</guid>
		<description>The project files for the sample projects delivered with POCO only support linking with the shared libraries. If you want to link statically to POCO, you have to change your project&#039;s properties accordingly. The most important thing to do is to define the POCO_STATIC macro for your project. The POCO header files contain some pragmas that will cause automatic linking of the respective library. Normally, the DLL version of the library will be linked (e.g. PocoFoundation.lib). If you define the POCO_STATIC macro, the static library (PocoFoundationmt.lib) will be used instead.</description>
		<content:encoded><![CDATA[<p>The project files for the sample projects delivered with POCO only support linking with the shared libraries. If you want to link statically to POCO, you have to change your project&#8217;s properties accordingly. The most important thing to do is to define the POCO_STATIC macro for your project. The POCO header files contain some pragmas that will cause automatic linking of the respective library. Normally, the DLL version of the library will be linked (e.g. PocoFoundation.lib). If you define the POCO_STATIC macro, the static library (PocoFoundationmt.lib) will be used instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mega</title>
		<link>http://pocoproject.org/blog/?p=226&#038;cpage=1#comment-478</link>
		<dc:creator>Mega</dc:creator>
		<pubDate>Sun, 24 May 2009 22:27:36 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/blog/?p=226#comment-478</guid>
		<description>I have downloaded the 1.3.5 version of ibrary at 22 May 09. How can I check if I it&#039;s the TestLibrary project complaining?

I was able to build static version of library after build dynamic version at first. But, I am not able to use the library as static version - compilator always looks for *.dll files during running my programs even added static lib.</description>
		<content:encoded><![CDATA[<p>I have downloaded the 1.3.5 version of ibrary at 22 May 09. How can I check if I it&#8217;s the TestLibrary project complaining?</p>
<p>I was able to build static version of library after build dynamic version at first. But, I am not able to use the library as static version &#8211; compilator always looks for *.dll files during running my programs even added static lib.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://pocoproject.org/blog/?p=226&#038;cpage=1#comment-475</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Sat, 23 May 2009 18:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/blog/?p=226#comment-475</guid>
		<description>If it&#039;s the TestLibrary project complaining, you can ignore it - it&#039;s looking for the DLL .lib stub which is not there. If you want to eliminate the linking error, build shared first, then static.</description>
		<content:encoded><![CDATA[<p>If it&#8217;s the TestLibrary project complaining, you can ignore it &#8211; it&#8217;s looking for the DLL .lib stub which is not there. If you want to eliminate the linking error, build shared first, then static.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mega</title>
		<link>http://pocoproject.org/blog/?p=226&#038;cpage=1#comment-474</link>
		<dc:creator>Mega</dc:creator>
		<pubDate>Fri, 22 May 2009 12:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/blog/?p=226#comment-474</guid>
		<description>I tried to build with VS2005 in WinXP by command: &quot;buildwin.cmd 80 build static both yes&quot; and I am received error:
“LINK : fatal error LNK1181: cannot open input file ‘PocoFoundation.lib’”

- I don&#039;t use the p drive mapping.
- I received this problem during Building Foundation project.
- There are two files for Foundation project in lib folder:
PocoFoundationmt.lib and PocoFoundationmtd.lib.

How can I solve this problem for version 1.3.5?</description>
		<content:encoded><![CDATA[<p>I tried to build with VS2005 in WinXP by command: &#8220;buildwin.cmd 80 build static both yes&#8221; and I am received error:<br />
“LINK : fatal error LNK1181: cannot open input file ‘PocoFoundation.lib’”</p>
<p>- I don&#8217;t use the p drive mapping.<br />
- I received this problem during Building Foundation project.<br />
- There are two files for Foundation project in lib folder:<br />
PocoFoundationmt.lib and PocoFoundationmtd.lib.</p>
<p>How can I solve this problem for version 1.3.5?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coolzdp</title>
		<link>http://pocoproject.org/blog/?p=226&#038;cpage=1#comment-472</link>
		<dc:creator>coolzdp</dc:creator>
		<pubDate>Sat, 16 May 2009 15:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/blog/?p=226#comment-472</guid>
		<description>Thanks for your hard work, Guenter.</description>
		<content:encoded><![CDATA[<p>Thanks for your hard work, Guenter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viet</title>
		<link>http://pocoproject.org/blog/?p=226&#038;cpage=1#comment-471</link>
		<dc:creator>Viet</dc:creator>
		<pubDate>Sat, 16 May 2009 08:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/blog/?p=226#comment-471</guid>
		<description>Great! I&#039;m updated. Thanks for the release. Have you marked your calendar when the version 1.4.0 will be released?</description>
		<content:encoded><![CDATA[<p>Great! I&#8217;m updated. Thanks for the release. Have you marked your calendar when the version 1.4.0 will be released?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
