Displaying 1 result from an estimated 1 matches for "_ogglib".
Did you mean:
ogglib
2002 Feb 16
1
Proposed header file changes to allow for dynamic linking of DLLs at runtime
...as not possible. So I undertook to modify the headers I needed
to provide the desired functionality.
The enclosed headers provide two new aspects: 1) the selection of a either
the standard LIB linkage process or the use of LoadLibrary/GetProcAddress
usage via a #define in the main code (search for _OGGLIB, _VORBISLIB and
_VORBISENCLIB), and 2) added MS specific #pragma pack statements to allow
for fixed structure element alignment seperate to my projects desired
structure element alignment. If you have questions, I'd be glad to field
them.
One further note, header file naming conventions. All o...