search for: msvc7

Displaying 3 results from an estimated 3 matches for "msvc7".

Did you mean: msvc
2013 Aug 21
3
PATCH for cpu.c
...MSVC 6 and older compilers. > > > > One may still compile using command line instead of a project file. Does > it really hurt keeping such code? Its crufty old code. I should be removed. It makes no sense to keep supporting 20 year old compilers (MSVC6 was was released in 1989 and MSVC7 in 1992 [0]). Erik [0] https://en.wikipedia.org/wiki/Visual_C%2B%2B -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
2013 Aug 21
2
PATCH for cpu.c
1) Some time ago all project files for MSVC 6 were removed; it makes sense to remove the code that is necessary only for MSVC 6 and older compilers. --- a\src\libFLAC\cpu.c 2013-08-13 13:30:24.000000000 +0400 +++ b\src\libFLAC\cpu.c 2013-08-16 21:46:42.177485300 +0400 @@ -285,14 +285,7 @@ # ifdef USE_TRY_CATCH_FLAVOR _try { __asm { -# if _MSC_VER <= 1200 - /* VC6 assembler
2004 Apr 27
1
Problem with CVS prune on samba shares?
...under VMWare. The directory I'm working on, is actually a network share exported by samba from the linux host. The reason is that I don't wish to fill up my disk with VMWare virtual disk images. Performancewise this works OK, both for doing CVS updates, and for doing C++ compilation with MSVC7. But I have a problem in that the cvs prune command (ie. "cvs -P") doesn't work on this shared disk. It reports that directories that only contain the CVS subdirectory aren't empty. I'm wondering if this could be some kind of case conversion confusion (ie. "cvs" v...