Displaying 4 results from an estimated 4 matches for "vctoolkit2003".
2004 May 19
4
Microsoft Visual C++ available for zero cost
I just found this:
http://msdn.microsoft.com/visualc/vctoolkit2003/
I don''t tend to pay much attention to Microsoft and MS Windows, so
perhaps everyone else already knew about it. Basically, they have
released a command-line-only version of their C++ compiler and libraries
for free (gratis) downloading.
I assume this version would be able to compile...
2004 Jul 08
3
[LLVMdev] Visual C++ Toolkit
Hi all,
I just wanted to know if anyone's looked into using the free version of
Microsoft's Visual C++ toolkit for LLVM:
http://msdn.microsoft.com/visualc/vctoolkit2003/
-bw
--
|| "If wishes and buts were clusters of nuts, we'd all have a bowl of
|| granola!" - Mr. Jellineck
2004 Jul 08
0
[LLVMdev] Visual C++ Toolkit
On Thu, 8 Jul 2004, Bill Wendling wrote:
> I just wanted to know if anyone's looked into using the free version of
> Microsoft's Visual C++ toolkit for LLVM:
>
> http://msdn.microsoft.com/visualc/vctoolkit2003/
Sorry, but it is not even close to working (its template and STL support
is horribly lacking). The Visual Studio "Whidbey" compiler, now in beta,
will handle it though with only a reasonable amount of tweaking to the
LLVM sources. I have no idea about when Microsoft intends to releas...
2004 Jul 08
3
[LLVMdev] Visual C++ Toolkit
Chris Lattner wrote:
> On Thu, 8 Jul 2004, Bill Wendling wrote:
> > I just wanted to know if anyone's looked into using the free version of
> > Microsoft's Visual C++ toolkit for LLVM:
> >
> > http://msdn.microsoft.com/visualc/vctoolkit2003/
>
> Sorry, but it is not even close to working (its template and STL support
> is horribly lacking). The Visual Studio "Whidbey" compiler, now in beta,
> will handle it though with only a reasonable amount of tweaking to the
> LLVM sources. I have no idea about when Mic...