<?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 for johnhforrest.com</title>
	<atom:link href="http://johnhforrest.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnhforrest.com</link>
	<description></description>
	<lastBuildDate>Fri, 27 Apr 2012 13:52:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Installing Qt 4.6 on Windows by Peter</title>
		<link>http://johnhforrest.com/2010/01/installing-qt-4-6-on-windows/comment-page-2/#comment-1540</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 27 Apr 2012 13:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://johnhforrest.com/?p=221#comment-1540</guid>
		<description>Hi John,

When i run the the configure step i use: configure -static -platform win32-msvc2008
I get several errors...
near the start i get:
vmr9.h not found
dshow.h not found
strmiids.lib not found
dmoguids.lib not found
msdmo.lib not found
d3d9.h not found

it then ends with:
Perl not found in environment - cannot run syncqt

I really hope you can help with this as i&#039;ve been looking for a QT install guide for months and yours is the first to give me hope of it eventually working.

Cheers
Peter</description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>When i run the the configure step i use: configure -static -platform win32-msvc2008<br />
I get several errors&#8230;<br />
near the start i get:<br />
vmr9.h not found<br />
dshow.h not found<br />
strmiids.lib not found<br />
dmoguids.lib not found<br />
msdmo.lib not found<br />
d3d9.h not found</p>
<p>it then ends with:<br />
Perl not found in environment &#8211; cannot run syncqt</p>
<p>I really hope you can help with this as i&#8217;ve been looking for a QT install guide for months and yours is the first to give me hope of it eventually working.</p>
<p>Cheers<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Qwt on Windows by Pradeep</title>
		<link>http://johnhforrest.com/2010/09/installing-qwt-on-windows/comment-page-2/#comment-1366</link>
		<dc:creator>Pradeep</dc:creator>
		<pubDate>Thu, 08 Mar 2012 14:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://johnhforrest.com/?p=247#comment-1366</guid>
		<description>Step1: Download Qwt source code.
Step2: Enter into Qwt folder and type qmake qwt.pro
Step3: open visual studio command prompt and switch to qwt folder type nmake 
Step4: After finished type nmake install switch to examples and type qmake examples.pro &amp; nmake ,make install
Step5: to load plugin for qt designer open qwtconfig.pri file and give your qt installed path open file you will see like this 
win32 {
    QWT_INSTALL_PREFIX    = C:\qt-4.8.0\   #C:/Qwt-$$QWT_VERSION
})}
Step6: nmake install
Step7: Open designer which your qt source should build with vc 2005 or 2008 because its worked for me
 enjot :)</description>
		<content:encoded><![CDATA[<p>Step1: Download Qwt source code.<br />
Step2: Enter into Qwt folder and type qmake qwt.pro<br />
Step3: open visual studio command prompt and switch to qwt folder type nmake<br />
Step4: After finished type nmake install switch to examples and type qmake examples.pro &amp; nmake ,make install<br />
Step5: to load plugin for qt designer open qwtconfig.pri file and give your qt installed path open file you will see like this<br />
win32 {<br />
    QWT_INSTALL_PREFIX    = C:\qt-4.8.0\   #C:/Qwt-$$QWT_VERSION<br />
})}<br />
Step6: nmake install<br />
Step7: Open designer which your qt source should build with vc 2005 or 2008 because its worked for me<br />
 enjot <img src='http://johnhforrest.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ReplayParser.NET by John</title>
		<link>http://johnhforrest.com/2010/10/replayparser-net/comment-page-1/#comment-1312</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 24 Feb 2012 21:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://johnhforrest.com/?p=393#comment-1312</guid>
		<description>Not yet, I stopped development awhile back but I keep getting requests, so maybe I will finish the UI at some point and stick it up =p.</description>
		<content:encoded><![CDATA[<p>Not yet, I stopped development awhile back but I keep getting requests, so maybe I will finish the UI at some point and stick it up =p.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Warcraft 3 Replay Parser by Random</title>
		<link>http://johnhforrest.com/projects/warcraft-3-replay-parser/comment-page-3/#comment-1310</link>
		<dc:creator>Random</dc:creator>
		<pubDate>Fri, 24 Feb 2012 17:46:22 +0000</pubDate>
		<guid isPermaLink="false">http://johnhforrest.com/?page_id=185#comment-1310</guid>
		<description>Hi there, I was wondering if it&#039;s possible to extract the number of units killed by a player? Would appreciate it you could email the answer to demonhunter7040@yahoo.ca

Thanks</description>
		<content:encoded><![CDATA[<p>Hi there, I was wondering if it&#8217;s possible to extract the number of units killed by a player? Would appreciate it you could email the answer to <a href="mailto:demonhunter7040@yahoo.ca">demonhunter7040@yahoo.ca</a></p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ReplayParser.NET by Andrius</title>
		<link>http://johnhforrest.com/2010/10/replayparser-net/comment-page-1/#comment-1288</link>
		<dc:creator>Andrius</dc:creator>
		<pubDate>Sat, 18 Feb 2012 22:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://johnhforrest.com/?p=393#comment-1288</guid>
		<description>Is this thing already up? I need to parse with C# replays!</description>
		<content:encoded><![CDATA[<p>Is this thing already up? I need to parse with C# replays!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My advice for undergraduate CS majors by Mark Fontenot</title>
		<link>http://johnhforrest.com/2012/01/my-advice-for-cs-majors/comment-page-1/#comment-1194</link>
		<dc:creator>Mark Fontenot</dc:creator>
		<pubDate>Wed, 01 Feb 2012 14:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://johnhforrest.com/?p=465#comment-1194</guid>
		<description>Great advice, John.  I&#039;m definitely going to pass this around to my students and other faculty here!</description>
		<content:encoded><![CDATA[<p>Great advice, John.  I&#8217;m definitely going to pass this around to my students and other faculty here!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Qwt on Windows by cristian.a</title>
		<link>http://johnhforrest.com/2010/09/installing-qwt-on-windows/comment-page-2/#comment-1094</link>
		<dc:creator>cristian.a</dc:creator>
		<pubDate>Fri, 13 Jan 2012 21:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://johnhforrest.com/?p=247#comment-1094</guid>
		<description>Hello John,

Thank you for the clear steps.
Everything worked well for me.

On my side, I have a problem with inheriting classes from qwt and using them in Visual Studio.

My application compiles OK, but when I try to run it, it does a wrong memory 
adressing and windows is shutting it off.

Could you advice?

Thank you.

Regards,
Cristian</description>
		<content:encoded><![CDATA[<p>Hello John,</p>
<p>Thank you for the clear steps.<br />
Everything worked well for me.</p>
<p>On my side, I have a problem with inheriting classes from qwt and using them in Visual Studio.</p>
<p>My application compiles OK, but when I try to run it, it does a wrong memory<br />
adressing and windows is shutting it off.</p>
<p>Could you advice?</p>
<p>Thank you.</p>
<p>Regards,<br />
Cristian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Warcraft 3 Replay Parser by Mandar Nikumb</title>
		<link>http://johnhforrest.com/projects/warcraft-3-replay-parser/comment-page-3/#comment-812</link>
		<dc:creator>Mandar Nikumb</dc:creator>
		<pubDate>Thu, 10 Nov 2011 06:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://johnhforrest.com/?page_id=185#comment-812</guid>
		<description>sir, i&#039;m very much obliged to you for making this software... It&#039;s wonderful and help saves a lot of time... thank you... (no complaints, this is a thank you comment)</description>
		<content:encoded><![CDATA[<p>sir, i&#8217;m very much obliged to you for making this software&#8230; It&#8217;s wonderful and help saves a lot of time&#8230; thank you&#8230; (no complaints, this is a thank you comment)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

