De-encoding DLL? (was Re: [vorbis-dev] Win32 DLL)

Dimitry Andric dimitry at andric.com
Sun Jun 25 04:37:31 PDT 2000


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2000-06-25 at 14:06 Michael Smith wrote:

>If anyone wants this done, but doesn't care to do it themselves, let
>me know, along with a concise explanation of how one specifies what
>functions to export (I use MCVC 5) when building a dll.

You only need to put the names of these functions in a .def file, and
add the .def file to your project. I've attached the .def file that I
use to build a vorbis DLL; it contains basically all public functions
from codec.h and vorbisfile.h; the only thing that's commented out is
the ogg_sync_destroy function, since that is declared in codec.h, but
never implemented anywhere.

Cheers,
- --
Dimitry Andric <dimitry at andric.com>
PGP key: http://andric.com/dim.asc
KeyID: 4096/1024-0x2E2096A3
Fingerprint: 7AB4 62D2 CE35 FC6D 4239 4FCD B05E A30A 2E20 96A3

-----BEGIN PGP SIGNATURE-----
Version: Encrypted with PGP Plugin for Calypso
Comment: http://www.gn.apc.org/duncan/stoa_cover.htm

iQA/AwUBOVXg5bBeowouIJajEQKR5gCfeGp8e/b6hHikrN+9rhp9YxUn7l0AnjIB
qYduNojVEab/69psH/xxYiFn
=Yvrp
-----END PGP SIGNATURE-----


<HR NOSHADE>
<UL>
<LI>application/octet-stream attachment: vorbis.def
</UL>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vorbis.def
Type: application/octet-stream
Size: 2994 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/vorbis-dev/attachments/20000625/f5d8fa60/vorbis-0001.obj


More information about the Vorbis-dev mailing list