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
--- "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
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