Hi, On Mon, Jul 4, 2011 at 11:42 PM, Christoph Brendes <[email protected]> wrote: > Am Montag, den 04.07.2011, 07:17 -0700 schrieb Ronald S. Bultje: >> On Mon, Jul 4, 2011 at 4:06 AM, Christoph Brendes <[email protected]> wrote: >> > call .../vcvars.bat >> > ./configure --enable-shared --enable-memalign-hack >> > make >> > make install >> > >> > Then i compile my project in debug mode and it works. >> > Then i compile my project in release mode and is crashed if i call a >> > function of libav. >> > >> > The same works with libav-6.2 both in debug and release mode! >> >> I wonder what vcvars.bat does. But can you provide a backtrace? > > This Batchfile sets only environment variables for the MS Compiler (e.g. > PATH, etc.). I can't provide a backtrace. I got only a MS Windows > message window (access violation); no helpful informations.
To get such information, you'll want to run it in the MSVC++ debugger, which will tell you in which function the access violation occurred. Without that information, we're looking for a needle in a haystack. Ronald _______________________________________________ libav-api mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-api
