Re Compile source
Status: Beta
Brought to you by:
mrzed
Hi all,
anybody an compile the lcd plugin with VC++ 6??
When I compiled an error message say
Cannot open include file: 'vorbis/vorbisfile.h': No such file
or directory
This file isn't on source code and not found on zip file...
Could you send me this file ??
Thanks in advance.
Christian W.
Logged In: YES
user_id=57785
The Ogg Vorbis Win32 SDK is needed to compile the plugin
with Ogg Vorbis support:
http://www.vorbis.com/files/1.0.1/windows/OggVorbis-win32sdk-1.0.1.zip
Then you need to configure Visual Studio to include:
- the header files, should be in <vorbis>/include
- the lib files, should be in <vorbis>/libs
My apologies for not mentioning this anywhere. Time to
update the docs...
Markus
Logged In: NO
Thank you very much mark!!!
Excelent project! and excelent work!
Christian W.