<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7638.1">
<TITLE>Problem building Hello example using Visual Studio 2003 .NET</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->
<P><FONT SIZE=2 FACE="Arial">Using Visual Studio 2003 .Net IDE, I tried to compile the Hello example and get the following error:</FONT>
</P>
<P><FONT SIZE=1 FACE="Courier New">xsd hello.xsd</FONT>
<BR><FONT SIZE=1 FACE="Courier New">Microsoft (R) Xml Schemas/DataTypes support utility</FONT>
<BR><FONT SIZE=1 FACE="Courier New">[Microsoft (R) .NET Framework, Version 1.1.4322.573]</FONT>
<BR><FONT SIZE=1 FACE="Courier New">Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.</FONT>
<BR><FONT SIZE=1 FACE="Courier New">Error: invalid command line argument: 'cxx-parser'.</FONT>
<BR><FONT SIZE=1 FACE="Courier New">If you would like more help, please type "xsd /?".</FONT>
<BR><FONT SIZE=1 FACE="Courier New">Project : error PRJ0019: A tool returned an error code from "xsd hello.xsd"</FONT>
</P>
<BR>
<P><FONT SIZE=1 FACE="Courier New">I ran xsd from a command window and it generated the hello.cxx, hello.hxx, & hello.txx files.</FONT>
</P>
<P><FONT SIZE=1 FACE="Courier New">My build log from visual studio:</FONT>
</P>
<P><FONT SIZE=2 FACE="Courier New">COMMAND LINES</FONT>
<BR><FONT SIZE=2 FACE="Courier New">Creating temporary file "d:\Profiles\P98697\projects\xsd-x.y.z\examples\cxx\parser\hello\Debug\BAT000001.bat" with contents</FONT></P>
<P><FONT SIZE=2 FACE="Courier New">[</FONT>
<BR><FONT SIZE=2 FACE="Courier New">@echo off</FONT>
<BR><FONT SIZE=2 FACE="Courier New">xsd cxx-parser hello.xsd</FONT>
</P>
<P><FONT SIZE=2 FACE="Courier New">if errorlevel 1 goto VCReportError</FONT>
<BR><FONT SIZE=2 FACE="Courier New">goto VCEnd</FONT>
<BR><FONT SIZE=2 FACE="Courier New">:VCReportError</FONT>
<BR><FONT SIZE=2 FACE="Courier New">echo Project : error PRJ0019: A tool returned an error code from "xsd hello.xsd"</FONT>
<BR><FONT SIZE=2 FACE="Courier New">exit 1</FONT>
<BR><FONT SIZE=2 FACE="Courier New">:VCEnd</FONT>
<BR><FONT SIZE=2 FACE="Courier New">]</FONT>
<BR><FONT SIZE=2 FACE="Courier New">Creating command line ""d:\Profiles\P98697\projects\xsd-x.y.z\examples\cxx\parser\hello\Debug\BAT000001.bat""</FONT>
</P>
<P><FONT SIZE=2 FACE="Courier New">OUTPUT WINDOW</FONT>
<BR><FONT SIZE=2 FACE="Courier New">xsd hello.xsd</FONT>
<BR><FONT SIZE=2 FACE="Courier New">Microsoft (R) Xml Schemas/DataTypes support utility</FONT>
<BR><FONT SIZE=2 FACE="Courier New">[Microsoft (R) .NET Framework, Version 1.1.4322.573]</FONT>
<BR><FONT SIZE=2 FACE="Courier New">Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.</FONT>
<BR><FONT SIZE=2 FACE="Courier New">Error: invalid command line argument: 'cxx-parser'.</FONT>
<BR><FONT SIZE=2 FACE="Courier New">If you would like more help, please type "xsd /?".</FONT>
<BR><FONT SIZE=2 FACE="Courier New">Project : error PRJ0019: A tool returned an error code from "xsd hello.xsd"</FONT>
</P>
<P><FONT SIZE=2 FACE="Courier New">RESULTS</FONT>
<BR><FONT SIZE=2 FACE="Courier New">Build log was saved at "</FONT><A HREF="file://d:\Profiles\P98697\projects\xsd-x.y.z\examples\cxx\parser\hello\Debug\BuildLog.htm"><U><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">file://d:\Profiles\P98697\projects\xsd-x.y.z\examples\cxx\parser\hello\Debug\BuildLog.htm</FONT></U></A><FONT SIZE=2 FACE="Courier New">"</FONT>
<BR><FONT SIZE=2 FACE="Courier New">hello - 1 error(s), 0 warning(s)</FONT>
</P>
</BODY>
</HTML>