I am writing a FLAC encoder/decoder and when I use the flac_static.lib
that was compiled in debug mode in MS Visual Studio 2003, the
seek_absolute function works fine.  However, if I compile flac_static in
release mode in the same environment, the seek_absolute function no
longer works.  No parts of my code change, the only difference is
whether I link in the release lib instead of the debug lib.  I just
recompiled the whole of a new copy of the FLAC source code so I know I
have the most recent FLAC source. I am compiling using MS Visual studio
2003 and writing in C++ but mainly using the C library and not the C++
library of FLAC.  I'd be helpful of any hints as to which direction to
move in to solve this.
Jay Barra
_______________________________________________
Flac-dev mailing list
Flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev

Reply via email to