<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Command Not Found</title>
	<atom:link href="http://lihui.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://lihui.wordpress.com</link>
	<description>Something about computer and coder</description>
	<lastBuildDate>Sun, 16 Dec 2007 01:24:54 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Ansi C++ keyword extensions implemented in C++ builder by Idetrorce</title>
		<link>http://lihui.wordpress.com/2007/02/01/ansi-c-keyword-extensions-implemented-in-c-builder/#comment-524</link>
		<dc:creator>Idetrorce</dc:creator>
		<pubDate>Sun, 16 Dec 2007 01:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://lihui.wordpress.com/2007/02/01/ansi-c-keyword-extensions-implemented-in-c-builder/#comment-524</guid>
		<description>very interesting, but I don&#039;t agree with you 
Idetrorce</description>
		<content:encoded><![CDATA[<p>very interesting, but I don&#8217;t agree with you<br />
Idetrorce</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using WinPcap in C++ Builder by lihui</title>
		<link>http://lihui.wordpress.com/2007/02/01/using-winpcap-in-c-builder/#comment-500</link>
		<dc:creator>lihui</dc:creator>
		<pubDate>Wed, 13 Jun 2007 01:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://lihui.wordpress.com/2007/02/01/using-winpcap-in-c-builder/#comment-500</guid>
		<description>Check your email</description>
		<content:encoded><![CDATA[<p>Check your email</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using WinPcap in C++ Builder by Kevin</title>
		<link>http://lihui.wordpress.com/2007/02/01/using-winpcap-in-c-builder/#comment-499</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Tue, 12 Jun 2007 12:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://lihui.wordpress.com/2007/02/01/using-winpcap-in-c-builder/#comment-499</guid>
		<description>Good day, Charles,

Thank you so much for you quick reply, i have been spending whole day trying to solve my situation here and unfortunately i am getting no where. i am deeply grateful for your assistance.

I first want to apologize for all these newbie questions; i have some experience in borland C++ but not with WinPcap and Microsoft Visual C++.

Ok, i have tried the couple things already...

0. Before diving into the source code and confused myself, i decided to start with the example that WinPcap provided, the example on reading the offline dump file to be exact (examples-pcap\readfile). 

1. Then i used the &quot;Visual C++ Project conversion utility&quot; under the &quot;Tools&quot; option in Borland C++  program to convert the example into borland C++ project.

2. I also used the coff2omf command to convert the libaries into borland c++ format and then i added the new paths for the libraries and include files from the &quot;Directories&quot; in borland C++.

3. However, i got the following warning messages and an error message when i tried to build the project:

[C++ Warning] wspiapi.h(786): W8060 Possibly incorrect assignment
[C++ Warning] wspiapi.h(866): W8061 Initialization is only partially bracketed
[C++ Warning] wspiapi.h(866): W8061 Initialization is only partially bracketed
[C++ Warning] wspiapi.h(866): W8061 Initialization is only partially bracketed
[C++ Warning] wspiapi.h(871): W8061 Initialization is only partially bracketed
[C++ Warning] wspiapi.h(871): W8061 Initialization is only partially bracketed
[C++ Warning] wspiapi.h(871): W8061 Initialization is only partially bracketed
[Linker Error] Unresolved external &#039;_wmain&#039; referenced from C:\PROGRAM FILES\BORLAND\CBUILDER6\LIB\C0X32W.OBJ

4. Therefore, may i ask what do i have to do in order to build the example successfully and make it work so i can read a dump file?

Thank you so much again and wish you have a nice day.
Kind Regards,

Kevin</description>
		<content:encoded><![CDATA[<p>Good day, Charles,</p>
<p>Thank you so much for you quick reply, i have been spending whole day trying to solve my situation here and unfortunately i am getting no where. i am deeply grateful for your assistance.</p>
<p>I first want to apologize for all these newbie questions; i have some experience in borland C++ but not with WinPcap and Microsoft Visual C++.</p>
<p>Ok, i have tried the couple things already&#8230;</p>
<p>0. Before diving into the source code and confused myself, i decided to start with the example that WinPcap provided, the example on reading the offline dump file to be exact (examples-pcap\readfile). </p>
<p>1. Then i used the &#8220;Visual C++ Project conversion utility&#8221; under the &#8220;Tools&#8221; option in Borland C++  program to convert the example into borland C++ project.</p>
<p>2. I also used the coff2omf command to convert the libaries into borland c++ format and then i added the new paths for the libraries and include files from the &#8220;Directories&#8221; in borland C++.</p>
<p>3. However, i got the following warning messages and an error message when i tried to build the project:</p>
<p>[C++ Warning] wspiapi.h(786): W8060 Possibly incorrect assignment<br />
[C++ Warning] wspiapi.h(866): W8061 Initialization is only partially bracketed<br />
[C++ Warning] wspiapi.h(866): W8061 Initialization is only partially bracketed<br />
[C++ Warning] wspiapi.h(866): W8061 Initialization is only partially bracketed<br />
[C++ Warning] wspiapi.h(871): W8061 Initialization is only partially bracketed<br />
[C++ Warning] wspiapi.h(871): W8061 Initialization is only partially bracketed<br />
[C++ Warning] wspiapi.h(871): W8061 Initialization is only partially bracketed<br />
[Linker Error] Unresolved external &#8216;_wmain&#8217; referenced from C:\PROGRAM FILES\BORLAND\CBUILDER6\LIB\C0X32W.OBJ</p>
<p>4. Therefore, may i ask what do i have to do in order to build the example successfully and make it work so i can read a dump file?</p>
<p>Thank you so much again and wish you have a nice day.<br />
Kind Regards,</p>
<p>Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using WinPcap in C++ Builder by lihui</title>
		<link>http://lihui.wordpress.com/2007/02/01/using-winpcap-in-c-builder/#comment-498</link>
		<dc:creator>lihui</dc:creator>
		<pubDate>Tue, 12 Jun 2007 02:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://lihui.wordpress.com/2007/02/01/using-winpcap-in-c-builder/#comment-498</guid>
		<description>YES, I use WinPcap in C++ Builder very well.
For your questions, you could write the error messages here or via email.
cz_lh [at] msn dot com

Charles</description>
		<content:encoded><![CDATA[<p>YES, I use WinPcap in C++ Builder very well.<br />
For your questions, you could write the error messages here or via email.<br />
cz_lh [at] msn dot com</p>
<p>Charles</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using WinPcap in C++ Builder by Kevin</title>
		<link>http://lihui.wordpress.com/2007/02/01/using-winpcap-in-c-builder/#comment-497</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Mon, 11 Jun 2007 09:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://lihui.wordpress.com/2007/02/01/using-winpcap-in-c-builder/#comment-497</guid>
		<description>Hi, my name is Kevin, nice to meet you!

I am a rookie in Borland C++builder programming so may i ask how did u actually run WinPcap using C++ builder? I converted the libary to COFF version but its the &quot;pcap.h&quot; file that is giving me all the errors. 

Any suggestions will be grateful, thank you for your time.

Kevin</description>
		<content:encoded><![CDATA[<p>Hi, my name is Kevin, nice to meet you!</p>
<p>I am a rookie in Borland C++builder programming so may i ask how did u actually run WinPcap using C++ builder? I converted the libary to COFF version but its the &#8220;pcap.h&#8221; file that is giving me all the errors. </p>
<p>Any suggestions will be grateful, thank you for your time.</p>
<p>Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 发现writely的一些用处 by lihui</title>
		<link>http://lihui.wordpress.com/2006/08/25/%e5%8f%91%e7%8e%b0writely%e7%9a%84%e4%b8%80%e4%ba%9b%e7%94%a8%e5%a4%84/#comment-7</link>
		<dc:creator>lihui</dc:creator>
		<pubDate>Tue, 05 Sep 2006 02:53:15 +0000</pubDate>
		<guid isPermaLink="false">https://lihui.wordpress.com/2006/08/25/%e5%8f%91%e7%8e%b0writely%e7%9a%84%e4%b8%80%e4%ba%9b%e7%94%a8%e5%a4%84/#comment-7</guid>
		<description>test again
ohhho</description>
		<content:encoded><![CDATA[<p>test again<br />
ohhho</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 发现writely的一些用处 by Anonymous</title>
		<link>http://lihui.wordpress.com/2006/08/25/%e5%8f%91%e7%8e%b0writely%e7%9a%84%e4%b8%80%e4%ba%9b%e7%94%a8%e5%a4%84/#comment-6</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 31 Aug 2006 14:40:42 +0000</pubDate>
		<guid isPermaLink="false">https://lihui.wordpress.com/2006/08/25/%e5%8f%91%e7%8e%b0writely%e7%9a%84%e4%b8%80%e4%ba%9b%e7%94%a8%e5%a4%84/#comment-6</guid>
		<description>test</description>
		<content:encoded><![CDATA[<p>test</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 有趣的C题 by olieksjandier</title>
		<link>http://lihui.wordpress.com/2006/04/17/%e6%9c%89%e8%b6%a3%e7%9a%84c%e9%a2%98/#comment-5</link>
		<dc:creator>olieksjandier</dc:creator>
		<pubDate>Wed, 09 Aug 2006 14:35:21 +0000</pubDate>
		<guid isPermaLink="false">https://lihui.wordpress.com/2006/04/17/%e6%9c%89%e8%b6%a3%e7%9a%84c%e9%a2%98/#comment-5</guid>
		<description>&lt;a href=&#039;http://1611.2a2.at/&#039; rel=&quot;nofollow&quot;&gt;Here&lt;/a&gt; are some links that I believe will be interested</description>
		<content:encoded><![CDATA[<p><a href='http://1611.2a2.at/' rel="nofollow">Here</a> are some links that I believe will be interested</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 用了一下SuSE by muchacocha</title>
		<link>http://lihui.wordpress.com/2006/01/09/%e7%94%a8%e4%ba%86%e4%b8%80%e4%b8%8bsuse/#comment-4</link>
		<dc:creator>muchacocha</dc:creator>
		<pubDate>Wed, 09 Aug 2006 04:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://lihui.wordpress.com/2006/01/09/%e7%94%a8%e4%ba%86%e4%b8%80%e4%b8%8bsuse/#comment-4</guid>
		<description>&lt;a href=&#039;http://593.ccws.at/&#039; rel=&quot;nofollow&quot;&gt;Here&lt;/a&gt; are some links that I believe will be interested</description>
		<content:encoded><![CDATA[<p><a href='http://593.ccws.at/' rel="nofollow">Here</a> are some links that I believe will be interested</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 用了一下SuSE by lml</title>
		<link>http://lihui.wordpress.com/2006/01/09/%e7%94%a8%e4%ba%86%e4%b8%80%e4%b8%8bsuse/#comment-2</link>
		<dc:creator>lml</dc:creator>
		<pubDate>Mon, 09 Jan 2006 10:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://lihui.wordpress.com/2006/01/09/%e7%94%a8%e4%ba%86%e4%b8%80%e4%b8%8bsuse/#comment-2</guid>
		<description>haha
就用过红帽.

改天试试.不知道迁移是不是很费力.</description>
		<content:encoded><![CDATA[<p>haha<br />
就用过红帽.</p>
<p>改天试试.不知道迁移是不是很费力.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
