[vorbis-dev] win32sdk shared memory issue
Michael Fink
finkm at asamnet.de
Mon Oct 8 08:05:48 PDT 2001
Hi vorbis-devs,
I use the Ogg Vorbis libraries built from the win32sdk in winlame. Since the
rc2 DLL's are not functioning, I compiled them by myself. The apparent reason
is that some data arrays like _residue_P were not shared among DLLs.
I looked at the code, and found that IMHO dirty hack in
vorbis/win32/src/shmmap*.h that maps the data arrays.
Why not placing the data arrays in shared segments?
http://support.microsoft.com/support/kb/articles/Q100/6/34.ASP is a good
description how to achieve that. Just some #pragma's that could go into #if
defined(_MSC_VER) sections.
bye
Michael
--
michael.fink at asamnet.de - http://www.vividos.de - icq: 6323332
http://winlame.sourceforge.net
--- >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