PDA

View Full Version : XBOX Games with Delphi



cronodragon
14-10-2005, 01:55 PM
Being the XBOX a small PC, and being hackeable as it is, is it possible to create XBOX games in Delphi?? I know games created in Visual Studio must be compiled with the XDK to work... what does XDK does?

Sly
15-10-2005, 11:17 PM
XDK is the Xbox Development Kit, an SDK for developing applications for Xbox. Making an executable for the Xbox is not just a matter of taking a PC executable and putting it on the Xbox. The XDK contains specialized startup code that has to be linked to the executable, plus it uses a specialized version of DirectX.