Help - Search - Members - Calendar
Full Version: VS .NET 2003
Hydrogenaudio Forums > Hosted Forums > foobar2000 > Development - (fb2k)
nitro
Hi there

I just wanted to start developing a plugin for foobar. But I get some errors when I try to compile the SDK code in VS .NET 2003.
The errors are:

CODE

foo_abx fatal error C1083: Cannot open source file: 'Sdk\foobar2000\mt19937int.cpp': No such file or directory
foo_vorbisenc fatal error C1083: Cannot open source file: 'Sdk\foobar2000\mt19937int.cpp': No such file or directory
SDK\foobar2000\foo_input_std\vorbis.cpp(2): fatal error C1083: Cannot open include file: 'vorbis/vorbisfile.h': No such file or directory
SDK\foobar2000\foo_input_std\packet_decoder_vorbis.cpp(2): fatal error C1083: Cannot open include file: 'vorbis/codec.h': No such file or directory
SDK\foobar2000\foo_input_std\ogg_helper.cpp(8): fatal error C1083: Cannot open SDK\foobar2000\foo_input_std\ogg_helper.cpp(8): fatal error C1083: Cannot open include file: 'ogg/ogg.h': No such file or directory
SDK\foobar2000\foo_input_std\vcedit.c(16): fatal error C1083: Cannot open include file: 'ogg/ogg.h': No such file or directory
SDK\foobar2000\foo_flac\flac_lib.h(9): fatal error C1083: Cannot open include file: 'FLAC/all.h': No such file or directory
SDK\foobar2000\foo_input_std\mp4_parser.cpp(3): fatal error C1083: Cannot open include file: 'mp4ff.h': No such file or directory
SDK\foobar2000\foo_flac\flac_lib.h(9): fatal error C1083: Cannot open include file: 'FLAC/all.h': No such file or directory
SDK\foobar2000\foo_flac\flac_lib.h(9): fatal error C1083: Cannot open include file: 'FLAC/all.h': No such file or directory
SDK\foobar2000\foo_input_std\input_aac.cpp(3): fatal error C1083: Cannot open include file: 'faad.h': No such file or directory
SDK\foobar2000\foo_input_std\packet_decoder_aac.cpp(2): fatal error C1083: Cannot open include file: 'faad.h': No such file or directory
SDK\foobar2000\foo_abx\foo_abx.cpp(3): fatal error C1083: Cannot open include SDK\foobar2000\foo_ape\monkey.cpp(2): fatal error C1083: Cannot open include file: '../../MAC_SDK_398a1/Source/Shared/All.h': No such file or directory
foo_rgscan error PRJ0019: A tool returned an error code from "Performing Custom Build Step"
SDK\foobar2000\foo_input_std\cue.cpp(442): error C2660: 'input_cue::test_filename' : function does not take 1 arguments
mpcdec error PRJ0019: A tool returned an error code from "Performing Custom Build Step"


I also had some Errors when I was first opening the dsw. It said something about corrupted dsp files.

thanks for any answers in advance

nitro
Garf
You can't compile stuff like Vorbis and APE plugings if you dont have the libraries installed.
nitro
Hi

thanks for your reply. $
Sorry the questions may seem odd, but I am not a frequent C++ programmer.
What are these librarys for? Are they needed to build a plugin?

-nitro
Garf
They handle decoding Vorbis and APE files for example. You don't need them if you want to make your own plugin.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.