Hi, I've been doing some work at porting fpc so it can make programs that run on the original xbox. Finally I've had some success in compiling a program with fpc that can be converted to an xbe which loads and runs on the xbox.

It doesn't do anything glamorous, it just draws to the screen and then has the xbox reboot. I've currently made no code to access the controllers or sound card, network etc. unfortunatly programs which link to OpenXDK don't run However it is possible to import all the xbox kernel exports so at least everything that is done in openxdk can be done with fpc.

Andrew