[flac-dev] Anyone tried building FLAC with MSVC?

2013-01-24 Thread Martijn van Beurden
Hi all, I've been struggling for several weeks to get Microsoft Visual Studio 2005 to build FLAC. MinGW worked fine, but the resulting binary didn't support Cyrillic or Greek characters, so I thought MSVC might cut it. Anyway, I'm not a very good programmer, but I got it working. Probably

Re: [flac-dev] Anyone tried building FLAC with MSVC?

2013-01-24 Thread Ralph Giles
On 13-01-24 2:10 PM, Martijn van Beurden wrote: 6) Replace all occurrences of static inline with static __inline This should be done with a global define for 'inline'. 7) Tell the linker to ignore msvcrt.lib Visual Studio tells you to do this, but it's wrong. This probably comes from the

Re: [flac-dev] Anyone tried building FLAC with MSVC?

2013-01-24 Thread Erik de Castro Lopo
Ralph Giles wrote: On 13-01-24 2:10 PM, Martijn van Beurden wrote: 6) Replace all occurrences of static inline with static __inline This should be done with a global define for 'inline'. +1 Specifically, something like #define inline __inline should go in an appropriate place in