Where do I Start for DC development?
Moderator: Coders of Rage
-
- Chaos Rift Regular
- Posts: 198
- Joined: Thu Mar 26, 2009 8:42 pm
- Current Project: My Engine
- Programming Language of Choice: C++
Where do I Start for DC development?
And also where to start for Windows. Not DOS, Windows.
My first game: http://donsvoice.com/randomdever/Duck%2 ... 01.0.0.zip
My second game: http://donsvoice.com/randomdever/Space%20Invaders.zip
My third game: http://donsvoice.com/randomdever/BreakOut!.zip
My second game: http://donsvoice.com/randomdever/Space%20Invaders.zip
My third game: http://donsvoice.com/randomdever/BreakOut!.zip
- JS Lemming
- Game Developer
- Posts: 2383
- Joined: Fri May 21, 2004 4:09 pm
- Location: C:\CON\CON
Re: Where do I Start for DC development?
WTF, you can't develop for Dreamcast without DOS. Hell, even the PS3 uses DOS as its core operating system.
Small girl at the harbor wrote:Look Brandon, that crab's got ham!
- MarauderIIC
- Respected Programmer
- Posts: 3406
- Joined: Sat Jul 10, 2004 3:05 pm
- Location: Maryland, USA
Re: Where do I Start for DC development?
... ?
It doesn't matter what OS you would get started on as long as it all compiles for the same thing...
This link http://dcemulation.org/phpBB/viewtopic.php?f=29&t=96802 is tool to get started with, iirc.
It doesn't matter what OS you would get started on as long as it all compiles for the same thing...
This link http://dcemulation.org/phpBB/viewtopic.php?f=29&t=96802 is tool to get started with, iirc.
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
-
- Chaos Rift Regular
- Posts: 198
- Joined: Thu Mar 26, 2009 8:42 pm
- Current Project: My Engine
- Programming Language of Choice: C++
Re: Where do I Start for DC development?
I was asking how to start with windows by itself. Unrelated to DC.
Like how could I make a program that prints out a message like "Hello world" as a message box with an OK button and the nice Windows Vista GUI?
Like how could I make a program that prints out a message like "Hello world" as a message box with an OK button and the nice Windows Vista GUI?
My first game: http://donsvoice.com/randomdever/Duck%2 ... 01.0.0.zip
My second game: http://donsvoice.com/randomdever/Space%20Invaders.zip
My third game: http://donsvoice.com/randomdever/BreakOut!.zip
My second game: http://donsvoice.com/randomdever/Space%20Invaders.zip
My third game: http://donsvoice.com/randomdever/BreakOut!.zip
- MarauderIIC
- Respected Programmer
- Posts: 3406
- Joined: Sat Jul 10, 2004 3:05 pm
- Location: Maryland, USA
Re: Where do I Start for DC development?
Okay. Any particular language? GUIs in C++ aren't the simplest thing. GUIs in Visual Basic or C# are pretty easy.
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
-
- Chaos Rift Regular
- Posts: 198
- Joined: Thu Mar 26, 2009 8:42 pm
- Current Project: My Engine
- Programming Language of Choice: C++
Re: Where do I Start for DC development?
C++
I'm sorry but...Visual Basic Stinks for game dev
I'm sorry but...Visual Basic Stinks for game dev
My first game: http://donsvoice.com/randomdever/Duck%2 ... 01.0.0.zip
My second game: http://donsvoice.com/randomdever/Space%20Invaders.zip
My third game: http://donsvoice.com/randomdever/BreakOut!.zip
My second game: http://donsvoice.com/randomdever/Space%20Invaders.zip
My third game: http://donsvoice.com/randomdever/BreakOut!.zip
- MarauderIIC
- Respected Programmer
- Posts: 3406
- Joined: Sat Jul 10, 2004 3:05 pm
- Location: Maryland, USA
Re: Where do I Start for DC development?
Since this question has been answered a lot, try these http://www.youtube.com/view_play_list?p ... 30FDCE7CE0
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
-
- Chaos Rift Regular
- Posts: 198
- Joined: Thu Mar 26, 2009 8:42 pm
- Current Project: My Engine
- Programming Language of Choice: C++
Re: Where do I Start for DC development?
I'd Like this:

Not this:

I've got MVC++E and have compiled many many many DOS based programs. I don't see any reference to the Windows GUI in these n00b vids.

Not this:

I've got MVC++E and have compiled many many many DOS based programs. I don't see any reference to the Windows GUI in these n00b vids.
My first game: http://donsvoice.com/randomdever/Duck%2 ... 01.0.0.zip
My second game: http://donsvoice.com/randomdever/Space%20Invaders.zip
My third game: http://donsvoice.com/randomdever/BreakOut!.zip
My second game: http://donsvoice.com/randomdever/Space%20Invaders.zip
My third game: http://donsvoice.com/randomdever/BreakOut!.zip
- JS Lemming
- Game Developer
- Posts: 2383
- Joined: Fri May 21, 2004 4:09 pm
- Location: C:\CON\CON
Re: Where do I Start for DC development?
I was just kidding in my previous post. It wasn't funny.
noob vids are for noobs so you should be content.
noob vids are for noobs so you should be content.
Small girl at the harbor wrote:Look Brandon, that crab's got ham!
- MarauderIIC
- Respected Programmer
- Posts: 3406
- Joined: Sat Jul 10, 2004 3:05 pm
- Location: Maryland, USA
Re: Where do I Start for DC development?
But you should start with the "not this" part, given your choice of language.
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
- davidthefat
- Chaos Rift Maniac
- Posts: 529
- Joined: Mon Nov 10, 2008 3:51 pm
- Current Project: Fully Autonomous Robot
- Favorite Gaming Platforms: PS3
- Programming Language of Choice: C++
- Location: California
- Contact:
Re: Where do I Start for DC development?
Or you can just get visualc++ and do new windows gui project, it makes a window for you...