>
> Hi!
>
> By the way, I have just tried to compile 3.56 using MSVC6 and
> failed. First of all I could not find files fastmdct.c and
> filterbank.c that are mentioned in Makefile. I took them from the
> closest version that had these files (3.53) but anyway the
> compilation failed complaining like this:
> ===
> lame.obj : error LNK2001: unresolved external symbol _filterMDCT
> lame.obj : error LNK2001: unresolved external symbol _mdct_sub48
> lame.exe : fatal error LNK1120: 2 unresolved externals
> NMAKE : fatal error U1077: 'link' : return code '0x460'
> Stop.
> ===
>
> Did anybody experience the same problem?
>
I'm sure the Makefile is okay, but the MSVC project file is
out of date. fastmdct.c and filterbank.c are no longer needed.
The missing routines are in filters.c and newmdct.c
Mark
--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )