Skip to content

VisualStudio2010

LuisAntonRebollo edited this page Dec 4, 2013 · 1 revision
<SCRIPT SRC="../../include/tutorial.js" LANGUAGE="JavaScript"></SCRIPT> <SCRIPT SRC="../../include/prototype.js" LANGUAGE="JavaScript"></SCRIPT> <SCRIPT SRC="../../include/scriptaculous.js" LANGUAGE="JavaScript"></SCRIPT> <SCRIPT SRC="../../include/glossaryLookUp.js" LANGUAGE="JavaScript"></SCRIPT> <SCRIPT SRC="../../include/referenceLookUp.js" LANGUAGE="JavaScript"></SCRIPT> <SCRIPT SRC="../../include/component.js" LANGUAGE="JavaScript"></SCRIPT> <SCRIPT SRC="../../include/componentContainer.js" LANGUAGE="JavaScript"></SCRIPT> <SCRIPT>DocImagePath = "../../";</SCRIPT> <script> // this script chunk is to update the ToC to the current doc and expand it pageID = 81; parent.leftFrame.expandToItem('tree2', 'doc81'); var element = parent.leftFrame.document.getElementById('doc81'); if((element) && (element.className==parent.leftFrame.nodeClosedClass)) { element.className = parent.leftFrame.nodeOpenClass } ; </script> <title>Torque 3D - Software Setup</title>
    <table border="0" cellpadding="0" cellspacing="0" width="700">
      <tbody>
        <tr>
          <td width="700"><table id="toc" summary="Contents">
              <tbody>
                <tr>
                  <td><div id="toctitle">
                      <h2>Contents</h2>
                      </div>
                    <ul>
                      <li class="toclevel-1"><a href="#Install_Visual_Studio_C.2B.2B_2010_Express"><span class="tocnumber">1</span> <span class="toctext">Install Visual Studio 
                        C++ 2010 Express</span></a></li>
                    </ul></td>
                </tr>
              </tbody>
            </table>
            <a name="Install_Visual_Studio_C.2B.2B_2010_Express" id="Install_Visual_Studio_C.2B.2B_2008_Express"></a>
            <h2> <span class="mw-headline">Install Visual Studio C++ 2010 Express</span></h2>
            <p>We are now going to download and install the free Visual Studio 2010 C++ Express. Currently Torque 3D has a solution for Visual Studio C++ 2008 and 2010. Please point your browser at the following link 
            <a href="http://www.microsoft.com/express/Downloads/#2010-Visual-CPP" class="external" title="http://www.microsoft.com/express/Downloads/#2010-Visual-CPP" rel="nofollow">Visual Studio C++ 2010 Express</a>. 
            The Visual Studio 2010 Express tab should already be active after the page is finished loading</p>
            <p><br />
              <b>1)</b> Select the "Visual C++ 2010 Express" option, and then select your desired language.</p>
            <br /><p><i>(click to enlarge)</i> </p>
              <a href="images/vs2010_00.jpg" class="livethumbnail"><img src="images/vs2010_00.jpg" width="346" height="301" largewidth="693" largeheight="602" /></a><br /><br /><br />
            <p><b>2)</b> Save the file. </p>
            <p><br />
              <img alt="File:vs2010_01.jpg" src="images/vs2010_01.jpg" border="0" height="302" width="402" /> </p><br /><br />
            <p><b>3)</b> Locate the downloaded file "vc_web.exe" and run it. Depending upon your account settings, Windows User Account Control may ask for permission. Grant it. After the data has unpacked, then press the Next button.</p><br />
              <p><i>(click to enlarge)</i> </p>
            <a href="images/vs2010_02.jpg" class="livethumbnail"><img src="images/vs2010_02.jpg" width="252" height="231" largewidth="516" largeheight="462" /></a><br /><br />
            <p><b>4)</b> Accept the terms and conditions, and then press the Next button. </p><br /><p><i>(click to enlarge)</i> </p>
            <a href="images/vs2010_03.jpg" class="livethumbnail"><img src="images/vs2010_03.jpg" width="252" height="231" largewidth="504" largeheight="451" /></a><br /><br>
            <p><b>5)</b> Neither Microsoft Silverlight nor Microsoft SQL Server is required for Torque 3D game development. If you do not desire either of them for purposes outside of Torque 3D, then ensure those options are deselected, and press the Next button.</p><br />
            <p><i>(click to enlarge)</i> </p>
              <p><a href="images/vs2010_04.jpg" class="livethumbnail"><img src="images/vs2010_04.jpg" width="252" height="231" largewidth="504" largeheight="451" /></a></p>
              <p><br />
                <br />
                </p>
              <p><b>6)</b> Select the program destination location or leave the default setting. Please ensure you are connected to the internet as the installer may need to download additional files. When ready, press the Install button.</p><br />
              <p><i>(click to enlarge)</i> </p>
              <p><a href="images/vs2010_05.jpg" class="livethumbnail"><img src="images/vs2010_05.jpg" width="252" height="231" largewidth="504" largeheight="451" /></a></p>
              <p><br />
                </p>
              <p><b>7)</b> The progress window will now be shown. This may take some time to complete.</p>
              <p>&nbsp;</p>
              <p><i>(click to enlarge)</i> </p>
            <a href="images/vs2010_06.jpg" class="livethumbnail"><img src="images/vs2010_06.jpg" width="252" height="231" largewidth="504" largeheight="451" /></a><br />
            <p><b style="mso-bidi-font-weight:normal"><i style="mso-bidi-font-style:normal">
                <span style="font-size:9.0pt;font-family:

"Verdana","sans-serif";mso-fareast-font-family:"Times New Roman";mso-bidi-font-family: "Times New Roman";color:#222222;mso-ansi-language:EN-US;mso-fareast-language: EN-US;mso-bidi-language:AR-SA">Note: You may need to restart your computer during installation.

 

8) If all has gone well, you will be presented with the final window. Click the Exit button to complete the installation. Note: There is a 30-day free registration period. Register now using the link in the final window or later from within the program (after you have started it).

 

(click to enlarge)


Part4 - Setup the Development environment

<script type="text/javascript">

var links = document.getElementsByTagName('a');

for (var i = 0; i < links.length; i++) if (links[i].className == 'livethumbnail') { var img = links[i].getElementsByTagName('img')[0]; img.state = 'small'; img.smallSrc = img.getAttribute('src'); img.smallWidth = parseInt(img.getAttribute('width')); img.smallHeight = parseInt(img.getAttribute('height')); img.largeSrc = links[i].getAttribute('href'); img.largeWidth = parseInt(img.getAttribute('largewidth')); img.largeHeight = parseInt(img.getAttribute('largeheight')); img.ratio = img.smallHeight / img.smallWidth; links[i].onclick = scale; }

function scale() { var img = this.getElementsByTagName('img')[0]; img.src = img.smallSrc;

if (! img.preloaded)
{
	img.preloaded = new Image();
	img.preloaded.src = img.largeSrc;
}

var interval = window.setInterval(scaleStep, 10);
return false;

function scaleStep()
{
	var step = 45;
	var width = parseInt(img.getAttribute('width'));
	var height = parseInt(img.getAttribute('height'));
	
	if (img.state == 'small')
	{
		width += step;
		height += Math.floor(step * img.ratio);
		
		img.setAttribute('width', width);
		img.setAttribute('height', height);
		
		if (width > img.largeWidth - step)
		{
			img.setAttribute('width', img.largeWidth);
			img.setAttribute('height', img.largeHeight);
			img.setAttribute('src', img.largeSrc);
			window.clearInterval(interval);
			img.state = 'large';
		}
	}
	else
	{
		width -= step;
		height -= Math.floor(step * img.ratio);

		img.setAttribute('width', width);
		img.setAttribute('height', height);
		
		if (width < img.smallWidth + step)
		{
			img.setAttribute('width', img.smallWidth);
			img.setAttribute('height', img.smallHeight);
			img.src = img.smallSrc;
			window.clearInterval(interval);
			img.state = 'small';
		}
	}
}			

}

</script>
Clone this wiki locally