<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'> >> Any 32 bit version of Visual C++ -- 2.0, 4.0,, 4.1, 4.2, 5.0, 6.0, 7.0, 7.1, 8.0 -- should work.<BR><BR>
x86 only.<BR>
 <BR>
 - Jay<BR>
<BLOCKQUOTE>
<HR id=EC_stopSpelling>
From: jay.krell@cornell.edu<BR>To: m3devel@elegosoft.com<BR>Date: Fri, 30 Nov 2007 01:48:36 +0000<BR>Subject: [M3devel] some more notes on the win32 system<BR><BR>
<META content="Microsoft SafeHTML" name=Generator>
<STYLE>
.ExternalClass .EC_hmmessage P
{padding:0px;}
.ExternalClass EC_body.hmmessage
{font-size:10pt;font-family:Tahoma;}
</STYLE>
some more notes on the win32 system<BR><BR>> setup your C++ compiler/linker<BR><BR>You can/should "play dumb", skip that, and just run upgrade.<BR>See what errors you get.<BR>I tried to put in the right amount of up front sanity checking.<BR><BR>What you need in particular are<BR><BR>cl and link on the %PATH%.<BR>  See, cminstall would have you specify full paths, my configuration uses %PATH%.<BR>If using VS2005 (8) or newer, mt on the path.<BR><BR>%LIB% is a semicolon delimited list of directories.<BR>That is a feature of the Microsoft linker.<BR>msvcrt.lib must be in one of them.<BR><BR>Any 32 bit version of Visual C++ -- 2.0, 4.0,, 4.1, 4.2, 5.0, 6.0, 7.0, 7.1, 8.0 -- should work.<BR>I have tested all of them some and many required small changes in one particular spot,<BR> that actually is only used by "maintainers" (C:\dev2\cm3\m3-win\import-libs\src\make-lib-1.cmd).<BR>I use 8.0 the most lately.<BR>I haven't done much with 9.0.<BR> <BR>Another thing, fairly redundant:<BR> <BR>C:\dev2\cm3\m3-win>more vcredist.txt<BR>On computers without Visual C++ 2005 or CLR 2.0 installed, download and run the setup for the Visual C++ runtime -- vcredist_x86.exe -- from either<BR> <BR>RTM (release to manufacturing):<BR>  <A href="http://www.microsoft.com/downloads/details.aspx?familyid=32BC1BEE-A3F9-4C13-9C99-220B62A191EE" target=_blank>http://www.microsoft.com/downloads/details.aspx?familyid=32BC1BEE-A3F9-4C13-9C99-220B62A191EE</A><BR> <BR>or Service Pack 1:<BR>  <A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=200b2fd9-ae1a-4a14-984d-389c36f85647" target=_blank>http://www.microsoft.com/downloads/details.aspx?FamilyID=200b2fd9-ae1a-4a14-984d-389c36f85647</A><BR><BR>You can find those searching the web for vcredist, no real need to recort the URLs. That's about it.<BR><BR> - Jay<BR><BR>
<HR>
Your smile counts. The more smiles you share, the more we donate. <A href="http://www.windowslive.com/smile?ocid=TXT_TAGLM_Wave2_oprsmilewlhmtagline" target=_blank>Join in!</A> </BLOCKQUOTE><br /><hr />Share life as it happens with the new Windows Live. <a href='http://www.windowslive.com/share.html?ocid=TXT_TAGLM_Wave2_sharelife_112007' target='_new'>Share now!</a></body>
</html>