Help - Search - Members - Calendar
Full Version: Can't compile anything!
Hydrogenaudio Forums > Hosted Forums > foobar2000 > Development - (fb2k)
xtr
Hi there,

I 'm curiuos about the developement stuff but still can't compile any of the samples from the foosion-tutorial.

I installed
- latest FB SDK + ColumnsUI SDK
- Visual C++ 2005 Express (german)
- Platform SDK (Server 2003)
and applied the changes of all 5 steps from the Microsoft PSDK help page (Link)

I still get a warning when opening the foo_tutorial1.express.sln-file, like "some properties of the project can't be read". What does that mean?
Nonetheless the code compiles well without errors but has warnings. After that the program asks for a exe-file for debugging. What shall I enter here? Foobar2000.exe doesn't work (no public symbols found!).

So what to do to get a simple damned dll-file???
Does there exist a complete (!) instruction for setting up the whole environment anywhere in the web?????????

Thanks for your advice!
jonpb
Don't worry about the warnings, you'll probably notice they are in pfc and and shared anyways.
Foobar2000.exe is not compiled with debug symbols embedded, (i.e. it is a release build) that is why you get that message, but that is not important either since you will be debugging your dll not foobar2000.exe

If it compiles and you set the full path to foobar2000.exe in the Project ->Properties ->Debugging ->Command setting you shouldn't have a problem.
xtr
Many thanks for your answer!!! It works now! smile.gif
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.