<?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: Program LPT and COM ports easily under windows NT-2000-XP</title>
	<atom:link href="http://www.scienceprog.com/acces-lpt-and-com-ports-easily-under-windows-nt-2000-xp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scienceprog.com/acces-lpt-and-com-ports-easily-under-windows-nt-2000-xp/</link>
	<description>ScienceProg serves scientific, embedded, biomedical engineering, physics based contents. If you want your article or scientific project to be on this site, do not hesitate to contact.</description>
	<lastBuildDate>Tue, 07 Feb 2012 20:33:17 +0200</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Windows Drivers Download</title>
		<link>http://www.scienceprog.com/acces-lpt-and-com-ports-easily-under-windows-nt-2000-xp/#comment-719</link>
		<dc:creator>Windows Drivers Download</dc:creator>
		<pubDate>Sun, 03 Apr 2011 17:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/acces-lpt-and-com-ports-easily-under-windows-nt-2000-xp/#comment-719</guid>
		<description>XP is a legend. I can&#039;t forget those days when I used to open my XP laptop and program on it. It was a very good experience.

Drivers were to be downloaded and installed prior to working on XP. Once, drivers download is done, everything works great</description>
		<content:encoded><![CDATA[<p>XP is a legend. I can&#8217;t forget those days when I used to open my XP laptop and program on it. It was a very good experience.</p>
<p>Drivers were to be downloaded and installed prior to working on XP. Once, drivers download is done, everything works great</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petr</title>
		<link>http://www.scienceprog.com/acces-lpt-and-com-ports-easily-under-windows-nt-2000-xp/#comment-718</link>
		<dc:creator>Petr</dc:creator>
		<pubDate>Sun, 11 Apr 2010 21:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/acces-lpt-and-com-ports-easily-under-windows-nt-2000-xp/#comment-718</guid>
		<description>you must compile it in C, not in C++. it is possible switch in MS visual studio C++. sorry for my english.</description>
		<content:encoded><![CDATA[<p>you must compile it in C, not in C++. it is possible switch in MS visual studio C++. sorry for my english.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.scienceprog.com/acces-lpt-and-com-ports-easily-under-windows-nt-2000-xp/#comment-717</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 22 Apr 2009 22:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/acces-lpt-and-com-ports-easily-under-windows-nt-2000-xp/#comment-717</guid>
		<description>Hi,
this program looks very useful, but when I try to compile it with Visual Studio Express&#039;s Visual C++ 2008 I reach the following error.  Any ideas?

1&gt;------ Build started: Project: lpt_io_example, Configuration: Debug Win32 ------
1&gt;Compiling...
1&gt;lpt_io_example.cpp
1&gt;c:\documents and settings\chris\my documents\visual studio 2008\projects\lpt_io_example\lpt_io_example\pt_ioctl.cpp(86) : error C2664: &#039;CreateFileW&#039; : cannot convert parameter 1 from &#039;const char [13]&#039; to &#039;LPCWSTR&#039;
1&gt;        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1&gt;c:\documents and settings\chris\my documents\visual studio 2008\projects\lpt_io_example\lpt_io_example\pt_ioctl.cpp(98) : error C2664: &#039;CreateFileW&#039; : cannot convert parameter 1 from &#039;const char [13]&#039; to &#039;LPCWSTR&#039;
1&gt;        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1&gt;c:\documents and settings\chris\my documents\visual studio 2008\projects\lpt_io_example\lpt_io_example\pt_ioctl.cpp(138) : error C2664: &#039;OpenServiceW&#039; : cannot convert parameter 2 from &#039;const char [9]&#039; to &#039;LPCWSTR&#039;
1&gt;        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1&gt;c:\documents and settings\chris\my documents\visual studio 2008\projects\lpt_io_example\lpt_io_example\pt_ioctl.cpp(196) : error C2664: &#039;GetSystemDirectoryW&#039; : cannot convert parameter 1 from &#039;CHAR [80]&#039; to &#039;LPWSTR&#039;
1&gt;        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1&gt;c:\documents and settings\chris\my documents\visual studio 2008\projects\lpt_io_example\lpt_io_example\pt_ioctl.cpp(203) : error C2664: &#039;lstrcatW&#039; : cannot convert parameter 1 from &#039;CHAR [80]&#039; to &#039;LPWSTR&#039;
1&gt;        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1&gt;c:\documents and settings\chris\my documents\visual studio 2008\projects\lpt_io_example\lpt_io_example\pt_ioctl.cpp(208) : error C2664: &#039;CopyFileW&#039; : cannot convert parameter 1 from &#039;const char [13]&#039; to &#039;LPCWSTR&#039;
1&gt;        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1&gt;c:\documents and settings\chris\my documents\visual studio 2008\projects\lpt_io_example\lpt_io_example\pt_ioctl.cpp(236) : error C2664: &#039;CreateServiceW&#039; : cannot convert parameter 2 from &#039;const char [9]&#039; to &#039;LPCWSTR&#039;
1&gt;        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1&gt;pt_ioctl.cpp
1&gt;c:\documents and settings\chris\my documents\visual studio 2008\projects\lpt_io_example\lpt_io_example\pt_ioctl.cpp(16) : warning C4627: &#039;#include &#039;: skipped when looking for precompiled header use
1&gt;        Add directive to &#039;stdafx.h&#039; or rebuild precompiled header
1&gt;c:\documents and settings\chris\my documents\visual studio 2008\projects\lpt_io_example\lpt_io_example\pt_ioctl.cpp(17) : warning C4627: &#039;#include &quot;PortTalk_IOCTL.h&quot;&#039;: skipped when looking for precompiled header use
1&gt;        Add directive to &#039;stdafx.h&#039; or rebuild precompiled header
1&gt;c:\documents and settings\chris\my documents\visual studio 2008\projects\lpt_io_example\lpt_io_example\pt_ioctl.cpp(249) : fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add &#039;#include &quot;stdafx.h&quot;&#039; to your source?
1&gt;Generating Code...
1&gt;Build log was saved at &quot;file://c:\Documents and Settings\Chris\My Documents\Visual Studio 2008\Projects\lpt_io_example\lpt_io_example\Debug\BuildLog.htm&quot;
1&gt;lpt_io_example - 8 error(s), 2 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========</description>
		<content:encoded><![CDATA[<p>Hi,<br />
this program looks very useful, but when I try to compile it with Visual Studio Express&#8217;s Visual C++ 2008 I reach the following error.  Any ideas?</p>
<p>1&gt;&#8212;&#8212; Build started: Project: lpt_io_example, Configuration: Debug Win32 &#8212;&#8212;<br />
1&gt;Compiling&#8230;<br />
1&gt;lpt_io_example.cpp<br />
1&gt;c:\documents and settings\chris\my documents\visual studio 2008\projects\lpt_io_example\lpt_io_example\pt_ioctl.cpp(86) : error C2664: &#8216;CreateFileW&#8217; : cannot convert parameter 1 from &#8216;const char [13]&#8216; to &#8216;LPCWSTR&#8217;<br />
1&gt;        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast<br />
1&gt;c:\documents and settings\chris\my documents\visual studio 2008\projects\lpt_io_example\lpt_io_example\pt_ioctl.cpp(98) : error C2664: &#8216;CreateFileW&#8217; : cannot convert parameter 1 from &#8216;const char [13]&#8216; to &#8216;LPCWSTR&#8217;<br />
1&gt;        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast<br />
1&gt;c:\documents and settings\chris\my documents\visual studio 2008\projects\lpt_io_example\lpt_io_example\pt_ioctl.cpp(138) : error C2664: &#8216;OpenServiceW&#8217; : cannot convert parameter 2 from &#8216;const char [9]&#8216; to &#8216;LPCWSTR&#8217;<br />
1&gt;        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast<br />
1&gt;c:\documents and settings\chris\my documents\visual studio 2008\projects\lpt_io_example\lpt_io_example\pt_ioctl.cpp(196) : error C2664: &#8216;GetSystemDirectoryW&#8217; : cannot convert parameter 1 from &#8216;CHAR [80]&#8216; to &#8216;LPWSTR&#8217;<br />
1&gt;        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast<br />
1&gt;c:\documents and settings\chris\my documents\visual studio 2008\projects\lpt_io_example\lpt_io_example\pt_ioctl.cpp(203) : error C2664: &#8216;lstrcatW&#8217; : cannot convert parameter 1 from &#8216;CHAR [80]&#8216; to &#8216;LPWSTR&#8217;<br />
1&gt;        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast<br />
1&gt;c:\documents and settings\chris\my documents\visual studio 2008\projects\lpt_io_example\lpt_io_example\pt_ioctl.cpp(208) : error C2664: &#8216;CopyFileW&#8217; : cannot convert parameter 1 from &#8216;const char [13]&#8216; to &#8216;LPCWSTR&#8217;<br />
1&gt;        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast<br />
1&gt;c:\documents and settings\chris\my documents\visual studio 2008\projects\lpt_io_example\lpt_io_example\pt_ioctl.cpp(236) : error C2664: &#8216;CreateServiceW&#8217; : cannot convert parameter 2 from &#8216;const char [9]&#8216; to &#8216;LPCWSTR&#8217;<br />
1&gt;        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast<br />
1&gt;pt_ioctl.cpp<br />
1&gt;c:\documents and settings\chris\my documents\visual studio 2008\projects\lpt_io_example\lpt_io_example\pt_ioctl.cpp(16) : warning C4627: &#8216;#include &#8216;: skipped when looking for precompiled header use<br />
1&gt;        Add directive to &#8216;stdafx.h&#8217; or rebuild precompiled header<br />
1&gt;c:\documents and settings\chris\my documents\visual studio 2008\projects\lpt_io_example\lpt_io_example\pt_ioctl.cpp(17) : warning C4627: &#8216;#include &#8220;PortTalk_IOCTL.h&#8221;&#8216;: skipped when looking for precompiled header use<br />
1&gt;        Add directive to &#8216;stdafx.h&#8217; or rebuild precompiled header<br />
1&gt;c:\documents and settings\chris\my documents\visual studio 2008\projects\lpt_io_example\lpt_io_example\pt_ioctl.cpp(249) : fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add &#8216;#include &#8220;stdafx.h&#8221;&#8216; to your source?<br />
1&gt;Generating Code&#8230;<br />
1&gt;Build log was saved at &#8220;file://c:\Documents and Settings\Chris\My Documents\Visual Studio 2008\Projects\lpt_io_example\lpt_io_example\Debug\BuildLog.htm&#8221;<br />
1&gt;lpt_io_example &#8211; 8 error(s), 2 warning(s)<br />
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========</p>
]]></content:encoded>
	</item>
</channel>
</rss>

