[vorbis-dev] access violation in ov_open using VC6

Rob D rddone at att.net
Tue Mar 9 20:23:43 PST 2004



When I first added the libs (v1.0?) to my Win32 player, I had problems as 
well. I tried several different ways to get it to work properly with a 
static multithreaded lib. I finally ended up compiling my own static 
multithreaded in debug and release versions from the source code and it 
worked the first time.

Rob D

At 06:43 PM 3/9/2004, you wrote:
>On Wednesday 10 March 2004 12:32, Ryan Ashley wrote:
> > That's the problem, Mike.  You see VC++ stuff is 100% proprietary, and a
> > good portion of us don't use VC++ for work.  You should make some generic
> > libraries for Win32 instead.  Use something standard like gcc/g++ or
> > Borland, or even Watcom.  Then the worst thing people have to worry about
> > are the makefiles, which can be cake to change between compilers.  Going
> > through tons of Vorbis source to recompile just so Vorbis works is a pain
> > though.
>
>Our libraries _are_ generic win32 libraries. Obviously, there are some
>problems causing linking errors with other systems - I'm not a windows
>expert, so I don't know what causes these, or how to fix them. If you could
>suggest a fix, we'd be happy to make it.
>
>Using gcc/borland/watcom won't help at all with this - it'll just mean we 
>have
>libraries which work on a _different_ compiler - and if we only work with one
>compiler, it may as well be the most widely used one (VC++). Obviously,
>there's some low-level error causing this incompatibility, because for C code
>(which vorbis is), unlike C++, these libraries _should_ be compatible with
>other compilers. Help us fix it rather than just complaining.
>
>Mike
>
>--- >8 ----
>List archives:  http://www.xiph.org/archives/
>Ogg project homepage: http://www.xiph.org/ogg/
>To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
>containing only the word 'unsubscribe' in the body.  No subject is needed.
>Unsubscribe messages sent to the list will be ignored/filtered.

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Vorbis-dev mailing list