Re: [Flac-dev] FLAC seeking error

2008-02-26 Thread Michael Crawford
Visual Studio code has different Application Binary Interface conventions for different compilation and linking settings. Not having them all match each other can cause all sorts of really weird bugs. To fix it, make sure that all the libraries and sources going into the executable have the same

Re: [Flac-dev] FLAC seeking error

2008-02-26 Thread Josh Coalson
--- "Barra, Jay F Ctr AFRL/RIEC" <[EMAIL PROTECTED]> wrote: > 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

[Flac-dev] FLAC seeking error

2008-02-20 Thread Barra, Jay F Ctr AFRL/RIEC
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 o