var fDesc=new Array(); fDesc[0] = "The compiler system, featuring compiler, linker, assembler, resource Editor and a lot of useful tools.
Distribution including the 64 bit compiler. This is the most recent distribution. In the README file you will find the latest changes done.
The C Containers library project. This project proposes a standard for containers and a sample implementations of them. This library is included with the distribution of lcc-win
The system will not work correctly without this file. The online help, and the documentation of the whole system are necessary to use it. It will save you time, and help you avoid asking questions that are answered in the documentation. (around 8 MB)"; 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 = ''; } }