I have Visual Studio 2003 Enterprise and the latest XDK release (yay!).
Now having some experence in C++ I thought I would have no problem compiling all of this source code. Guess I was wrong.
I quickly looked around for a way to compile XBMC using the XDK. I found this URL:
http://www.xboxmediaplayer.de/cgi-bin/foru...?act=ST;f=5;t=2Well I did everything it said and it compiled... but I couldnt get a nice dump of the binary. So then I decided to just use the .bat file to build it and everything went fine.
Now I want to figure out how to build source code because I doubt the .bat file would compile other code besides the XBMC CVS tree.
So I decided to try with Baku Baku X (a homebrew game). I opened up the solution and it told me I needed to translate it into something compatable with the current verson of VS .NET so I told it to do so. I set the thing to release and told it to rebuild and I got error codes:
Compiling...
main.cpp
f:\Documents and Settings\Administrator\Desktop\BakuBakuXv1.0\EnumSoundTrack.cpp(183) : error C2065: 'I3DL2_CHAIN_I3DL2_REVERB' : undeclared identifier
f:\Documents and Settings\Administrator\Desktop\BakuBakuXv1.0\EnumSoundTrack.cpp(184) : error C2065: 'I3DL2_CHAIN_XTALK' : undeclared identifier
So I thought it might have been a problem with the translation of the code to the new verson so I tried the source code of things like DVD2XBOX and other code I coud find. Needless to say I keept getting error messages that the code was not compiling.
Any Ideas what is wrong?