xboxscene.org forums

Pages: 1 [2] 3

Author Topic: Where To Get Started Programming For The Xbox  (Read 1085 times)

PedrosPad

  • Archived User
  • Hero Member
  • *
  • Posts: 1277
Where To Get Started Programming For The Xbox
« Reply #15 on: October 17, 2005, 02:50:00 AM »

QUOTE(AtomSoft @ Oct 17 2005, 04:37 AM)
I want like to make a normal program which consist of:
Logged

AtomSoft

  • Archived User
  • Newbie
  • *
  • Posts: 29
Where To Get Started Programming For The Xbox
« Reply #16 on: October 17, 2005, 08:09:00 AM »

biggrin.gif
Logged

AtomSoft

  • Archived User
  • Newbie
  • *
  • Posts: 29
Where To Get Started Programming For The Xbox
« Reply #17 on: October 17, 2005, 01:34:00 PM »

biggrin.gif

but i got the OpenXDK and so far so hard to install man . Na  i got everything ready but linker options gonna read post i made bbs
Logged

jippie

  • Archived User
  • Jr. Member
  • *
  • Posts: 95
Where To Get Started Programming For The Xbox
« Reply #18 on: April 15, 2003, 01:20:00 AM »

Couple of weeks ago I sent a message in the forum about me coding minesweeper for fun.
Now I get a least 1 message a day asking for help, where to get started.

Most of what I know I learned from here http://www.xfactordev.net. There are some really good tutorials.
There is also some source code for xinvaders on this site. I read this to understand a bit.

If you have done anything in directx before then you have no problem. It is the same.
If you are new to directx then don't bother with the XBOX YET!!
Just code stuff in the directx on your PC, it much quicker.

This is a site good for this http://www.xbdev.net/ for both Xbox & PC tutorials.

Start with the PC stuff at the beginning with the most simple tutorial.
Understand it before you move on, it will make you life easier later on. Trust me :-)

Google search for loads more http://www.google.com/search?hl=en&q=direc...ctx%20tutorials

nexe & andypick are both good sites for the PC. Use them.

In the XDK itself, there are loads of examples, and they are good to play with.
X:\Program Files\MS Xbox SDK\Samples\Xbox\Graphics\Tutorials

Three weeks ago is the first time I have started anything in Directx.
And I have almost finished two games. You must start simple. Don't start thinking you going to code QUAKE4, you are not. Think of a simple game and try.

I have 10 year of C programming, almost no C++. Not a lot of programming on the PC.
No maths, so a lot of the time I get very lost in what is going on.
It will take a long time, a lot of frustrations. But it can also be a lot of fun.

I started badly as I never used the XDK examples/XTL framework.
Use it!!

Edit: Visual Basic is a no no for XBOX, if you aim is to code on the xbox then you will never be able to code with Visual Basic.

Good luck and here are the links:
Fr*shgloop - wishi's site, with source code
xfactordev -  one of the best but not updated anymore :(

Freakdave made a good comment, we are talking DirectX + C, but what maybe is a good step is SDL + C
http://www.lantus-x.com/SDLx/
I would think it is a lot easier to get started. I found DirectX fun and I had been wanting to learn it.
SDL has been around for a long while. There is a lot of good games + scores out there to play with.
       

jippie

PS maybe someone can add stuff to explain the debug bios??

This post has been edited by jippie: Apr 30 2004, 06:37 AM
Logged

Wishi

  • Archived User
  • Full Member
  • *
  • Posts: 191
Where To Get Started Programming For The Xbox
« Reply #19 on: April 26, 2003, 03:15:00 AM »

BTW, XFactorDev.Net and xbdev.net is kinda the same thing but the XFactorDev.Net is solely for Xbox and so will have Xbox specific features etc.

Just wanted to let everyone know that after an extended break of ... too long, we're now updating the site pretty regularly with new tutorials and classes.

Oh, and if you want to speak to any of us, we're in #xfactor on EFnet.
Logged

Wishi

  • Archived User
  • Full Member
  • *
  • Posts: 191
Where To Get Started Programming For The Xbox
« Reply #20 on: April 26, 2003, 07:30:00 AM »

Yes, MS don't give it away, but it's around.... *he says mysteriously (or not)*

When, if, OpenXDK reemerges we'll gladly start supporting but at the moment, it's pretty useless for any serious software.
Logged

rhonk

  • Archived User
  • Full Member
  • *
  • Posts: 107
Where To Get Started Programming For The Xbox
« Reply #21 on: July 03, 2003, 06:54:00 PM »

heh, right now im trying to port dosrar to the xbox :P
Logged

atombomb

  • Archived User
  • Newbie
  • *
  • Posts: 6
Where To Get Started Programming For The Xbox
« Reply #22 on: July 10, 2003, 02:31:00 PM »

Hello folks..

I´m trying to learn to use DirectX, and i have a problem.

I´ve read a couple of tutorials on how to start using DirX on PC. (The goal is programming the X-Box).
But the tutorials i´ve read refers to directxlibraries. (d3dx8.h,d3d8.lib,d3dx8.lib)

In the tutorial i read that i had to download headers and libraries from www.MS.com/directx.

I´ve looked allover the site, but found nothing.  :o
Downloaded directx9.0a (No header files included in package??)  :o

Can anybody out there help me ??

I have now search for 2 days after these files.
(The files must be top secret  :unsure: )

Best Regards
 Terje.  
Logged

BenJeremy

  • Archived User
  • Hero Member
  • *
  • Posts: 5645
Where To Get Started Programming For The Xbox
« Reply #23 on: July 10, 2003, 02:56:00 PM »

QUOTE (atombomb @ Jul 10 2003, 05:55 PM)
Hello folks..

I´m trying to learn to use DirectX, and i have a problem.

I´ve read a couple of tutorials on how to start using DirX on PC. (The goal is programming the X-Box).
But the tutorials i´ve read refers to directxlibraries. (d3dx8.h,d3d8.lib,d3dx8.lib)

In the tutorial i read that i had to download headers and libraries from www.MS.com/directx.

I´ve looked allover the site, but found nothing.  :o
Downloaded directx9.0a (No header files included in package??)  :o

Can anybody out there help me ??

I have now search for 2 days after these files.
(The files must be top secret  :unsure: )

Best Regards
 Terje.

You need the DirectX SDK, not the runtimes (which are included)

Keep looking.... M$ offers the SDK for free. Start with msdn.m$.com
Logged

atombomb

  • Archived User
  • Newbie
  • *
  • Posts: 6
Where To Get Started Programming For The Xbox
« Reply #24 on: July 11, 2003, 03:11:00 AM »

Thanks !!

I´ve found it.  :lol:

I was inside msdn yesterday, but missed the last chapter with the links.  :P

Now i have to download and learn

Thanks again.  :rolleyes:

Terje
Logged

atombomb

  • Archived User
  • Newbie
  • *
  • Posts: 6
Where To Get Started Programming For The Xbox
« Reply #25 on: July 14, 2003, 01:40:00 PM »

Hello Again.

I´ve installed the DirectX SDK and Visual C++.

All the tutorials i have tested on internet does not work. :blink:

(Yes, i think it is something wrong in my linkersettings).

I have newer used C++ before.

Linker says :

--------------------Configuration: Cube - Win32 Debug--------------------
Linking...
d3d1.obj : error LNK2001: unresolved external symbol _Direct3DCreate9@4
Debug/Cube.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

Cube.exe - 2 error(s), 0 warning(s)

Its the same error if i use DirectX8 includefiles.

What went wrong for me ?  :huh:

Best Regards
 Terje
Logged

atombomb

  • Archived User
  • Newbie
  • *
  • Posts: 6
Where To Get Started Programming For The Xbox
« Reply #26 on: July 14, 2003, 02:59:00 PM »

Hello !!

I´ve found the problem.

It look like it´s something wrong with the linker.

In options->directory i showed where the lib and include file for sdk is found.

But the linker does not se the lib files. :blink:

So solve this problem by writing this line in the code.

#pragma comment(lib,"d3d8.lib") :D

Okay.  0 errors. :lol:

Best Regards
 Terje.
Logged

ZASADAR

  • Archived User
  • Sr. Member
  • *
  • Posts: 436
Where To Get Started Programming For The Xbox
« Reply #27 on: August 07, 2003, 04:13:00 AM »

will it do me any good to learn to program direct x on visual basic then  xbox?
Logged

BenJeremy

  • Archived User
  • Hero Member
  • *
  • Posts: 5645
Where To Get Started Programming For The Xbox
« Reply #28 on: August 07, 2003, 04:41:00 AM »

QUOTE (ZASADAR @ Aug 7 2003, 07:37 AM)
will it do me any good to learn to program direct x on visual basic then  xbox?

Learn DirectX Programming using Visual C/C++ on the PC, then move to Xbox.

So your path is: VB -> VC/C++ -> DirectX(PC) -> Xbox
Logged

ZASADAR

  • Archived User
  • Sr. Member
  • *
  • Posts: 436
Where To Get Started Programming For The Xbox
« Reply #29 on: August 12, 2003, 02:48:00 AM »

aw man hehe ok well your the pro thanx man ill do that

so why is it so hard to program on xbox not enough tutorials?
Logged
Pages: 1 [2] 3