<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1250">


<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;
        color:black;}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body bgcolor=white lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>True, though I have VS 2005 Pro installed, and the Platform SDK
is installed as part of it—I can compile the Platform SDK examples and Petzold
code just fine. Good thought, though.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>

<div>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";
color:#1F497D'>Ted Neward</span><span style='color:#1F497D'><o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";
color:#1F497D'>Java, .NET, XML Services</span><span style='color:#1F497D'><o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";
color:#1F497D'>Consulting, Teaching, Speaking, Writing</span><span
style='color:#1F497D'><o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";
color:#1F497D'><a href="http://www.tedneward.com">http://www.tedneward.com</a></span><span
style='color:#1F497D'><o:p></o:p></span></p>

</div>

<p class=MsoNormal><span style='color:#1F497D'> </span><span
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p></o:p></span></p>

<div>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'>

<p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif";
color:windowtext'>From:</span></b><span style='font-size:10.0pt;font-family:
"Tahoma","sans-serif";color:windowtext'> Kevin Tew [mailto:tewk@cs.utah.edu] <br>
<b>Sent:</b> Wednesday, February 13, 2008 5:52 AM<br>
<b>To:</b> LLVM Developers Mailing List<br>
<b>Cc:</b> ted@tedneward.com<br>
<b>Subject:</b> Re: [LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio
2005?<o:p></o:p></span></p>

</div>

</div>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>If you are using the Express versions of Visual Studio, the
Platform SDK(windows.h) is a seperate install that you have to download.<br>
<br>
Kevin Tew<br>
<br>
Ted Neward wrote: <o:p></o:p></p>

<pre>Thanks--I was offline when I wrote it, couldn't Google. Found it in about 5<o:p></o:p></pre><pre>seconds once I was back online.<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>Second question: I'm getting various build errors relating (it seems) to<o:p></o:p></pre><pre>configuration: can't find windows.h and so forth. Where (or to whom) is the<o:p></o:p></pre><pre>best place to report these and iterate until we fix them?<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>Ted Neward<o:p></o:p></pre><pre>Java, .NET, XML Services<o:p></o:p></pre><pre>Consulting, Teaching, Speaking, Writing<o:p></o:p></pre><pre><a
href="http://www.tedneward.com">http://www.tedneward.com</a><o:p></o:p></pre><pre> <o:p></o:p></pre><pre><o:p> </o:p></pre><pre>  <o:p></o:p></pre>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><pre>-----Original Message-----<o:p></o:p></pre><pre>From: <a
href="mailto:llvmdev-bounces@cs.uiuc.edu">llvmdev-bounces@cs.uiuc.edu</a> [<a
href="mailto:llvmdev-bounces@cs.uiuc.edu">mailto:llvmdev-bounces@cs.uiuc.edu</a>]<o:p></o:p></pre><pre>On Behalf Of Seung Jae Lee<o:p></o:p></pre><pre>Sent: Tuesday, February 12, 2008 9:20 PM<o:p></o:p></pre><pre>To: <a
href="mailto:llvmdev@cs.uiuc.edu">llvmdev@cs.uiuc.edu</a><o:p></o:p></pre><pre>Subject: Re: [LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio<o:p></o:p></pre><pre>2005?<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>I simply found it at:<o:p></o:p></pre><pre><o:p> </o:p></pre><pre><a
href="http://getgnuwin32.sourceforge.net/">http://getgnuwin32.sourceforge.net/</a><o:p></o:p></pre><pre><o:p> </o:p></pre><pre>Seung<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>---- Original message ----<o:p></o:p></pre><pre>    <o:p></o:p></pre>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><pre>Date: Tue, 12 Feb 2008 21:11:04 -0800<o:p></o:p></pre><pre>From: "Ted Neward" <a
href="mailto:ted@tedneward.com"><ted@tedneward.com></a><o:p></o:p></pre><pre>Subject: Re: [LLVMdev] Is there someone tried LLVM 2.1 on Visual<o:p></o:p></pre><pre>      <o:p></o:p></pre></blockquote>

<pre>Studio 2005?<o:p></o:p></pre><pre>    <o:p></o:p></pre>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><pre>To: "'LLVM Developers Mailing List'" <a
href="mailto:llvmdev@cs.uiuc.edu"><llvmdev@cs.uiuc.edu></a><o:p></o:p></pre><pre><o:p> </o:p></pre><pre>I'm sorry, what is getgnuwin32? Is this just a cygwin shortcut tool?<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>If I have most of the cygwin dev packages downloaded already, do I<o:p></o:p></pre><pre>      <o:p></o:p></pre></blockquote>

<pre>still<o:p></o:p></pre><pre>    <o:p></o:p></pre>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><pre>need getgnuwin32?<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>Where do I find getgnuwin32, in any event?<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>Ted Neward<o:p></o:p></pre><pre>Java, .NET, XML Services<o:p></o:p></pre><pre>Consulting, Teaching, Speaking, Writing<o:p></o:p></pre><pre><a
href="http://www.tedneward.com">http://www.tedneward.com</a><o:p></o:p></pre><pre><o:p> </o:p></pre><pre><o:p> </o:p></pre><pre>      <o:p></o:p></pre>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><pre>-----Original Message-----<o:p></o:p></pre><pre>From: <a
href="mailto:llvmdev-bounces@cs.uiuc.edu">llvmdev-bounces@cs.uiuc.edu</a> [<a
href="mailto:llvmdev">mailto:llvmdev</a>-<o:p></o:p></pre><pre>        <o:p></o:p></pre></blockquote>

</blockquote>

<pre><a href="mailto:bounces@cs.uiuc.edu">bounces@cs.uiuc.edu</a>]<o:p></o:p></pre><pre>    <o:p></o:p></pre>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><pre>On Behalf Of Chuck Rose III<o:p></o:p></pre><pre>Sent: Tuesday, February 12, 2008 6:21 PM<o:p></o:p></pre><pre>To: LLVM Developers Mailing List<o:p></o:p></pre><pre>Subject: Re: [LLVMdev] Is there someone tried LLVM 2.1 on Visual<o:p></o:p></pre><pre>        <o:p></o:p></pre></blockquote>

</blockquote>

<pre>Studio<o:p></o:p></pre><pre>    <o:p></o:p></pre>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><pre>2005?<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>Hola Seung,<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>I don't know if 2.1 in particular worked.  I updated the 2.2 win32<o:p></o:p></pre><pre>vstudio 2k5 files right before lockdown, so they should be building.<o:p></o:p></pre><pre>You will need appropriate versions of flex and bison installed.  I<o:p></o:p></pre><pre>        <o:p></o:p></pre></blockquote>

</blockquote>

<pre>used<o:p></o:p></pre><pre>    <o:p></o:p></pre>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><pre>the ones from getgnuwin32 on my machine.<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>Good luck.<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>Chuck.<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>-----Original Message-----<o:p></o:p></pre><pre>From: <a
href="mailto:llvmdev-bounces@cs.uiuc.edu">llvmdev-bounces@cs.uiuc.edu</a> [<a
href="mailto:llvmdev">mailto:llvmdev</a>-<o:p></o:p></pre><pre>        <o:p></o:p></pre></blockquote>

</blockquote>

<pre><a href="mailto:bounces@cs.uiuc.edu">bounces@cs.uiuc.edu</a>]<o:p></o:p></pre><pre>    <o:p></o:p></pre>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><pre>On Behalf Of Seung Jae Lee<o:p></o:p></pre><pre>Sent: Monday, February 11, 2008 10:05 PM<o:p></o:p></pre><pre>To: <a
href="mailto:llvmdev@cs.uiuc.edu">llvmdev@cs.uiuc.edu</a><o:p></o:p></pre><pre>Subject: [LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio<o:p></o:p></pre><pre>2005?<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>Hello all,<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>Is there anyone has tried LLVM 2.1 on Visual Studio 2005?<o:p></o:p></pre><pre>I did but not succeed due to some build errors.<o:p></o:p></pre><pre>I seem to remember I read somewhere on this list it's compiled on<o:p></o:p></pre><pre>VS2005<o:p></o:p></pre><pre>so I wonder...<o:p></o:p></pre><pre>Have a good night.<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>Thx,<o:p></o:p></pre><pre>Seung<o:p></o:p></pre><pre>_______________________________________________<o:p></o:p></pre><pre>LLVM Developers mailing list<o:p></o:p></pre><pre><a
href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a
href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</a><o:p></o:p></pre><pre><a
href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><o:p></o:p></pre><pre><o:p> </o:p></pre><pre>_______________________________________________<o:p></o:p></pre><pre>LLVM Developers mailing list<o:p></o:p></pre><pre><a
href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a
href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</a><o:p></o:p></pre><pre><a
href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><o:p></o:p></pre><pre><o:p> </o:p></pre><pre>No virus found in this incoming message.<o:p></o:p></pre><pre>Checked by AVG Free Edition.<o:p></o:p></pre><pre>Version: 7.5.516 / Virus Database: 269.20.2/1271 - Release Date:<o:p></o:p></pre><pre>2/11/2008 8:16 AM<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>        <o:p></o:p></pre></blockquote>

<pre>No virus found in this outgoing message.<o:p></o:p></pre><pre>Checked by AVG Free Edition.<o:p></o:p></pre><pre>Version: 7.5.516 / Virus Database: 269.20.2/1271 - Release Date:<o:p></o:p></pre><pre>      <o:p></o:p></pre></blockquote>

<pre>2/11/2008<o:p></o:p></pre><pre>    <o:p></o:p></pre>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><pre>8:16 AM<o:p></o:p></pre><pre><o:p> </o:p></pre><pre><o:p> </o:p></pre><pre>_______________________________________________<o:p></o:p></pre><pre>LLVM Developers mailing list<o:p></o:p></pre><pre><a
href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a
href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</a><o:p></o:p></pre><pre><a
href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><o:p></o:p></pre><pre>      <o:p></o:p></pre></blockquote>

<pre>_______________________________________________<o:p></o:p></pre><pre>LLVM Developers mailing list<o:p></o:p></pre><pre><a
href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a
href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</a><o:p></o:p></pre><pre><a
href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><o:p></o:p></pre><pre><o:p> </o:p></pre><pre>No virus found in this incoming message.<o:p></o:p></pre><pre>Checked by AVG Free Edition.<o:p></o:p></pre><pre>Version: 7.5.516 / Virus Database: 269.20.2/1271 - Release Date:<o:p></o:p></pre><pre>2/11/2008 8:16 AM<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>    <o:p></o:p></pre></blockquote>

<pre><o:p> </o:p></pre><pre>No virus found in this outgoing message.<o:p></o:p></pre><pre>Checked by AVG Free Edition. <o:p></o:p></pre><pre>Version: 7.5.516 / Virus Database: 269.20.2/1271 - Release Date: 2/11/2008<o:p></o:p></pre><pre>8:16 AM<o:p></o:p></pre><pre> <o:p></o:p></pre><pre><o:p> </o:p></pre><pre>_______________________________________________<o:p></o:p></pre><pre>LLVM Developers mailing list<o:p></o:p></pre><pre><a
href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a
href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</a><o:p></o:p></pre><pre><a
href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><o:p></o:p></pre><pre>  <o:p></o:p></pre>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal><span style='color:windowtext'><o:p> </o:p></span></p>

<p><span style='font-size:10.0pt;color:windowtext'>No virus found in this
incoming message.<br>
Checked by AVG Free Edition.<br>
Version: 7.5.516 / Virus Database: 269.20.2/1271 - Release Date: 2/11/2008 8:16
AM</span><span style='color:windowtext'><o:p></o:p></span></p>

</div>

</body>

</html>
<BR>

<P><FONT SIZE=2>No virus found in this outgoing message.<BR>
Checked by AVG Free Edition.<BR>
Version: 7.5.516 / Virus Database: 269.20.4/1276 - Release Date: 2/13/2008 9:41 AM<BR>
</FONT> </P>