<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>Allegro with VC++ 2003, pc.h not found</title>
		<link>http://www.allegro.cc/forums/view/547962</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Sun, 27 Nov 2005 21:32:20 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I&#39;d like to start programming with Allegro and use my Visual Studio C++ compiler. After I checked all the Manuals (<a href="http://www.allegro.cc/docs/windows-msvc-use.html">http://www.allegro.cc/docs/windows-msvc-use.html</a>, as well) I got the compiler-error &quot;pc.h not found&quot;. After googleing looking for this file i found the code of &quot;pc.h&quot; and put the file into my include folder; the compiler was now easy with that but asked me for &quot;dir.h&quot; - same again, I found the code by googleing. Again the compiler did not want that file anymore, instead he asks for &quot;dpmi.h&quot;.</p><p>Am I doing something wrong? I&#39;ve already found out that those headers have something to do with DOS. And now I can&#39;t find a version of &quot;dpmi.h&quot; anywhere on the net.</p><p>Can someone help me out? Is this a common problem?</p><p>Thanks and Greeting<br />Neopop
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Manuel Di Cerbo)</author>
		<pubDate>Sun, 27 Nov 2005 00:13:42 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>
It&#39;s trying to compile the DJGPP port. You didn&#39;t run fix msvc or whatever the instructions tell you to do these days.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (X-G)</author>
		<pubDate>Sun, 27 Nov 2005 00:19:41 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>pc.h, dir.h, dpmi.h... all those are DOS-specific headers, usually found in Borland Turbo C++ 3.0. As you can imagine, you won&#39;t find them in VC, as it is a pure Windows compiler. And just copying those headers to your VC include folder won&#39;t work, as you need the libraries associated to those headers too.</p><p>Your best bet is deleting all those headers from the program you want to compile, and begin replacing the DOS-only functions the program uses with Windows-like ones. Or find a Windows source you can compile, instead of that old DOS program. The last option is installing a Turbo C++ 3.0 compiler, but good luck finding it somewhere.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (ReyBrujo)</author>
		<pubDate>Sun, 27 Nov 2005 00:22:16 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Am I doing something wrong?
</p></div></div><p>
Yes, you didn&#39;t compile Allegro for Windows. Please say what you did exactly and check with the manual that it&#39;s really what you should be doing.<br />Or grab a binary version of Allegro and install that.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Sun, 27 Nov 2005 00:27:16 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>did you read the  allegro/docs/build/msvc.txt
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (A J)</author>
		<pubDate>Sun, 27 Nov 2005 09:20:51 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I used the binary version of Allegro and put the libs and headers into the corresponding folders of vc++. Now I&#39;m trying to compile the other Version, hope that will work.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Manuel Di Cerbo)</author>
		<pubDate>Sun, 27 Nov 2005 21:32:20 +0000</pubDate>
	</item>
</rss>
