<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-15">
<META content="MSHTML 6.00.6000.16890" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px">
<DIV>Olaf:</DIV>
<DIV> </DIV>
<DIV>I don't think you want to be doing this with cygwin.  That would mean you are executing in a cygwin environment, not a true Windows-only environment.</DIV>
<DIV> </DIV>
<DIV>For the Visual Studio command line to work, you have to run the script that sets up the environment variables.  From the Windows Start menu, there should be a menu tree labeled "Visual C++ 9.0 Express Edition-->Visual Studio Tools-->Visual Studio 2008 Command Prompt".  Choosing this item from the menu will bring up a command prompt with the environment set up properly.</DIV>
<DIV> </DIV>
<DIV>Alternately, you can run the following command from an existing command prompt window:  "C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat x86"</DIV>
<DIV> </DIV>
<DIV>Note that the above command line assumes you have installed Visual C++ 2008 Express Edition.  The paths may be different for different versions of the software.</DIV>
<DIV> </DIV>
<DIV>Of course, if you use my CMD files (e.g., cm3PromptHere.CMD or cm3SetupCmdEnv.CMD), they do this all for you.</DIV>
<DIV> </DIV>
<DIV>Regards,</DIV>
<DIV>Randy Coleburn<BR><BR>>>> Olaf Wagner <wagner@elegosoft.com> 7/30/2009 12:30 PM >>><BR>kind of consistent user interface:<BR><BR>elego@wagner ~/work/cm3<BR>$ type cl<BR>cl is hashed (/cygdrive/c/Program Files/Microsoft Visual Studio 9.0/VC/bin/cl)<BR><BR>elego@wagner ~/work/cm3<BR>$ cl<BR><BR>elego@wagner ~/work/cm3<BR>$ echo $?<BR>53<BR><BR>elego@wagner ~/work/cm3<BR>$ cl -version<BR><BR>elego@wagner ~/work/cm3<BR>$ echo $?<BR>53<BR><BR>elego@wagner ~/work/cm3<BR>$ cl -help<BR><BR>elego@wagner ~/work/cm3<BR>$ echo $?<BR>53<BR><BR>elego@wagner ~/work/cm3<BR>$ cl /help<BR><BR>elego@wagner ~/work/cm3<BR>$ echo $?<BR>53<BR><BR>Can it do something else?<BR>Visual Studio Setup completely broken?<BR><BR>Olaf<BR>-- <BR>Olaf Wagner -- elego Software Solutions GmbH<BR>                Gustav-Meyer-Allee 25 / Gebäude 12, 13355 Berlin, Germany<BR>phone: +49 30 23 45 86 96  mobile: +49 177 2345 869  fax: +49 30 23 45 86 95<BR>    <A href="http://www.elegosoft.com">http://www.elegosoft.com</A> | Geschäftsführer: Olaf Wagner | Sitz: Berlin<BR>Handelregister: Amtsgericht Charlottenburg HRB 77719 | USt-IdNr: DE163214194<BR><BR></DIV></BODY></HTML>