i get a pile of errors when trying to compile this in visual studio 2005. do i need to use MSVC6? flac_mac, flac_ren, the test exes and libFLAC++.dll are all that compiled for me in 2005.
On Wed, 27 Dec 2006, [electroglyph] wrote:> i get a pile of errors when trying to compile this in visual studio > 2005. do i need to use MSVC6?I'm not a Flac developer, but the errors themselves would probably be useful. -- Asheesh. -- double value; /* or your money back! */ short changed; /* so triple your money back! */ -- Larry Wall in cons.c from the perl source code
--- "[electroglyph]" <electroglyph@gmail.com> wrote:> i get a pile of errors when trying to compile this in visual studio > 2005. do i need to use MSVC6? > > flac_mac, flac_ren, the test exes and libFLAC++.dll are all that > compiled for me in 2005.no way to help without the errors, but one thing to look for: any #if _MSC_VER <= 1200 snippets may be too pessimistic, you may need to increase the version number to cover your compiler's version. e.g. someone told me that VS2005 still does not have fseeko()/ftello() let me know if that's the case so I can improve the version checks. MSVC6 is the latest I have. Josh __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around mail.yahoo.com