search for: msvc2008

Displaying 4 results from an estimated 4 matches for "msvc2008".

Did you mean: msvc2005
2011 Dec 02
0
[LLVMdev] llvm3.0 compile problem
hi, I just downloaded llvm3.0 source, and compile it with cmake+msvc2008 ,but failed. the error message was missing X86GenRegisterInfo.inc such kind of files. I can build llvm2.9 with cmake+msvc2008 well, why can't I build llvm3.0 with same method. thanks
2010 Jan 06
2
FLAC C API / Visual Studio 2008 FILE* Issue
...or is somewhere else. > > Stuart > Hi, Ben is likely talking about various versions of the MS runtime. MSVCRT.DLL != MSVCR90.DLL != MSVCR80.dll and so on. Only MSVCRT.DLL, that comes with nearly all win32 machines needs to maintain backwards ABI compatibility across different versions. MSVC2008 uses MSVCR90.DLL, so it doesn't need to maintain ABI compatibility with MSVCRT.DLL.
2010 Jan 06
0
FLAC C API / Visual Studio 2008 FILE* Issue
...t; > Hi, > > Ben is likely talking about various versions of the MS runtime. > MSVCRT.DLL != MSVCR90.DLL != MSVCR80.dll and so on. > > Only MSVCRT.DLL, that comes with nearly all win32 machines needs to > maintain backwards ABI compatibility across different versions. > > MSVC2008 uses MSVCR90.DLL, so it doesn't need to maintain ABI > compatibility with MSVCRT.DLL. > _______________________________________________ > Flac-dev mailing list > Flac-dev at xiph.org > http://lists.xiph.org/mailman/listinfo/flac-dev > > >
2010 Jan 06
4
FLAC C API / Visual Studio 2008 FILE* Issue
I thought about this, and the MSVCRT mismatch also. What annoys me is that I even tried compiling the library myself (with exactly the same Visual Studio 2008 as my application) and the bug didn't change the least. Thank you for your ideas, but unless someone can confirm this, there still remains the possibility that I've made an error somewhere. Also someone with more experience with