Marcelo wrote:
> is there a way to get the cl.exe compiler of Microsoft Visual c++
> without using this whole software?
I think this
<http://www.microsoft.com/downloads/info.aspx?na=22&p=1&SrcDisplayLang=en&SrcCategoryI d=10&SrcFamilyId=&u=%2fdownloads%2fdetails.aspx%3f FamilyID%3d272be09d-40bb-49fd-9cb0-4bfa122fa91b%26DisplayLang%3den>
is what you are looking for.
Note that the C/C++ compiler is also part of the .NET framework SDK that
is also available for download. Not sure however if that gives you all
header files and libraries for native stuff then. Platform SDK
<http://www.microsoft.com/downloads/details.aspx?FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en>
should fix that.
And the latest version is also currently available for free with Visual
Studio 2005 Express Visual C++:
<http://msdn.microsoft.com/vstudio/express/visualc/>
That is the Visual Studio app then but that version is free currently.
--
Martin Honnen
http://JavaScript.FAQTs.com/