xboxscene.org forums
OG Xbox Forums => Software Forums => Development => Topic started by: slingshot2170 on January 02, 2006, 04:05:00 AM
-
I've been trying to get into Xbox programming, as I have a little bit of C and C++ experience under my belt. However, I downloaded LCC-Win32 and the OpenXDK libraries, but I could not manage to get LCC to recognize the OpenXDK library. If there is a tutorial on this anywhere, or if anyone could offer some help, that would be great. Also, any way of running the OpenXDK library under Linux using GCC would be great too. Thanks. And sorry if this is somewhere else.
-
http://www.openxdk.org
I doubt you'll get much joy using lcc.
Ideally you'd want to use gcc from a cygwin installation, although you might be able to get it working using mingw32.
As for running under linux - check the website above for more information, but I believe openxdk can be built/used under linux.
-
Ahh thanks. I'm redownloading Cygwin.. I had it awhile back but removed it. I see that you also helped to contribute to the USB driver support. Props to you. As soon as Cygwin finishes downloading, I will try setting up either the binary or the source. Thanks once again.