Anton Korobeynikov
2008-Feb-25 17:25 UTC
[LLVMdev] can you provide backward compatibility for win32 users
Hello, Vikas> can any one help me a way to back port the solution files to > VisualStudio 6.0 project files.Unfortunately, this is pretty useless: VC6 C++ is deeply broken in order to compile LLVM. -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
Aaron Gray
2008-Feb-25 17:38 UTC
[LLVMdev] can you provide backward compatibility for win32 users
> Hello, Vikas > >> can any one help me a way to back port the solution files to >> VisualStudio 6.0 project files. > Unfortunately, this is pretty useless: VC6 C++ is deeply broken in order > to compile LLVM.Visual Studio Express may be another free alternative :- http://www.microsoft.com/express/vc/ Hope this helps, Aaron