xbox-scene.com - your xbox news information source
Quick Links: Main Forums | Xbox360 Forums | Xbox1 Forums | PS3 Forums
Xbox-Scene Forum Help  Search Xbox-Scene Forums   Xbox-Scene Forum Members   Xbox-Scene Calendar

Giganews Usenet Offers: +1150 days binary retention, 99%+ Completion, and Unlimited Speed/Access!

360 ODD Emulators: X360 Key $99 | Wasabi360 FAT $99 | Wasabi360 Slim $99
C4E's iXtreme Burner MAX Drive: LiteOn iHAS124 DROPPED TO JUST $17


Welcome Guest ( Log In | Register )

 Forum Rules Rules
 
Reply to this topicStart new topic
> Compiling Question, Using the XDK
athirne
post Mar 10 2004, 03:42 AM
Post #1


X-S Young Member
*

Group: Members
Posts: 42
Joined: 30-January 04
From: USA
Member No.: 96453
Xbox Version: v1.0



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=2
Well 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?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
athirne
post Mar 10 2004, 03:47 AM
Post #2


X-S Young Member
*

Group: Members
Posts: 42
Joined: 30-January 04
From: USA
Member No.: 96453
Xbox Version: v1.0



P.S.
for DVD2XBox I got:

c1xx : fatal error C1083: Cannot open source file: '\documents and settings\administrator\desktop\dvd2xbox-054-src\common\src\xbinput.cpp': No such file or directory
xbhelp.cpp
c1xx : fatal error C1083: Cannot open source file: '\documents and settings\administrator\desktop\dvd2xbox-054-src\common\src\xbhelp.cpp': No such file or directory
Generating Code...
Compiling...
xbfont.cpp
c1xx : fatal error C1083: Cannot open source file: '\documents and settings\administrator\desktop\dvd2xbox-054-src\common\src\xbfont.cpp': No such file or directory
xbApplicationEx.cpp
f:\Documents and Settings\Administrator\Desktop\dvd2xbox-054-src\dvd2xbox\xbox\xbApplicationEx.h(18) : fatal error C1083: Cannot open include file: 'XBInput.h': No such file or directory
DebugClient.cpp
Xcddb\DebugClient.cpp(1) : fatal error C1083: Cannot open include file: 'XBApp.h': No such file or directory
simplexml.cc
xbox\simplexml.cc(31) : warning C4101: 'uptr' : unreferenced local variable
helper.cpp
f:\Documents and Settings\Administrator\Desktop\dvd2xbox-054-src\dvd2xbox\xbox\helper.h(22) : fatal error C1083: Cannot open include file: 'XBFont.h': No such file or directory
handler.cpp
dvd2xbox.cpp
dvd2xbox.cpp(1) : fatal error C1083: Cannot open include file: 'XBApp.h': No such file or directory
d2xutils.cpp
xbox\helper.h(22) : fatal error C1083: Cannot open include file: 'XBFont.h': No such file or directory
d2xtitle.cpp
xbox\helper.h(22) : fatal error C1083: Cannot open include file: 'XBFont.h': No such file or directory
d2xswindow.cpp
xbox\xbApplicationEx.h(18) : fatal error C1083: Cannot open include file: 'XBInput.h': No such file or directory
d2xsettings.cpp
d2xpatcher.cpp
xbox\helper.h(22) : fatal error C1083: Cannot open include file: 'XBFont.h': No such file or directory
d2xlogger.cpp
d2xgraphics.cpp
xbox\helper.h(22) : fatal error C1083: Cannot open include file: 'XBFont.h': No such file or directory
d2xfilecopy.cpp
xbox\helper.h(22) : fatal error C1083: Cannot open include file: 'XBFont.h': No such file or directory
d2xdrivestatus.cpp
xbox\helper.h(22) : fatal error C1083: Cannot open include file: 'XBFont.h': No such file or directory
d2xdbrowser.cpp
xbox\helper.h(22) : fatal error C1083: Cannot open include file: 'XBFont.h': No such file or directory
d2xacl.cpp
xbox\helper.h(22) : fatal error C1083: Cannot open include file: 'XBFont.h': No such file or directory
cddb.cpp
f:\Documents and Settings\Administrator\Desktop\dvd2xbox-054-src\dvd2xbox\Xcddb\cddb.h(4) : fatal error C1083: Cannot open include file: 'XBApp.h': No such file or directory


Are there files that some people dont include in their source that I have to take off of my xbox or somewhere in the XDK files?

(I AM NOT ASKING ANYONE TO SEND ME THESE FILES OR POINT ME TO WHERE I CAN FIND THEM ON THE NET IF THEY ARE COPYRIGHTED CODE so please dont ban me)

This post has been edited by athirne: Mar 10 2004, 03:49 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
WiSo
post Mar 10 2004, 07:29 AM
Post #3


X-S Genius
****

Group: Members
Posts: 751
Joined: 25-June 03
Member No.: 45671
Xbox Version: v1.0
360 version: none



Copy the common directory from your XDK parallel to the dvd2xbox directory and you're fine.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
athirne
post Mar 10 2004, 06:08 PM
Post #4


X-S Young Member
*

Group: Members
Posts: 42
Joined: 30-January 04
From: USA
Member No.: 96453
Xbox Version: v1.0



Well I tried to get it to compile again but it said that a file was still missing (checked and it wasnt in the xbox parallel. I am giving up now on this. But what can I do for the Baku Baku X compiling?
To me it looks like an error in the source code, but I am not sure.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
WiSo
post Mar 10 2004, 07:30 PM
Post #5


X-S Genius
****

Group: Members
Posts: 751
Joined: 25-June 03
Member No.: 45671
Xbox Version: v1.0
360 version: none



You're right. The missing file could be taken from one of the previous XDKs.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post





Reply to this topicStart new topic

 

Lo-Fi Version Time is now: 20th May 2013 - 06:03 PM