Re: [flac-dev] PATCH for MSVC++ 2005 Express

2013-08-20 Thread Martijn van Beurden
On 19-08-13 17:55, lvqcl wrote: > I think that moving from VS2005 to VS2010 or 2012 is a good isea, > but... for example, Winamp team still uses Visual Studio 2008 to build > Winamp and all necessary libraries including libFLAC.dll. Yes, sadly, because of the rather large differences between MSV

Re: [flac-dev] PATCH for MSVC++ 2005 Express

2013-08-20 Thread Brendan Bolles
On Aug 16, 2013, at 3:49 PM, lvqcl wrote: > Recently I downloaded MSVC++2005 Express Edition and it turns out that it > wasn't possible to compile all files without several changes: Thanks! Are any of the MSVC projects building x64 libraries? Brendan

Re: [flac-dev] PATCH for MSVC++ 2005 Express

2013-08-20 Thread lvqcl
Martijn van Beurden wrote: > As the changes necessary to keep everything working with 2005 are > minimal (AFAIK only the third part of the patch lvqcl submitted is MSVC > 2005 specific) Yes, exactly: compat.h redefines restrict as __restrict, but only for VS 2005 and older. Unfortunately this a