var fDesc=new Array(); fDesc[0] = "The Microsoft® eMbedded Visual C++ 4.0 tool delivers a complete desktop development environment for creating applications and system components for Windows® CE .NET-powered devices.

With new capabilities like C++ exception handling, Run Time Type Information (RTTI), include STL library components, and a plethora of new debugger functionality, eMbedded Visual C++ 4.0 provides you with the power and flexibility to create the most advanced applications for Windows CE .NET.

System Requirements:

* Supported Operating Systems:Windows 2000;Windows XP
* Microsoft Windows® 2000 Professional SP2, Microsoft Windows 2000 Server SP2, or Microsoft Windows XP Professional
* A desktop computer with a Pentium-II class processor, 450 MHz or faster
* 96 MB (128 MB recommended) memory for Windows 2000 Professional or Windows XP Professional. 192 MB (256 MB recommended) memory for Windows 2000 Server.
* 200 MB hard disk space"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }