Where do I Start for DC development?

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

Post Reply
RandomDever
Chaos Rift Regular
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?

Post by RandomDever »

And also where to start for Windows. Not DOS, Windows.
User avatar
JS Lemming
Game Developer
Game Developer
Posts: 2383
Joined: Fri May 21, 2004 4:09 pm
Location: C:\CON\CON

Re: Where do I Start for DC development?

Post by JS Lemming »

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!
User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

Re: Where do I Start for DC development?

Post by MarauderIIC »

... ?
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.
RandomDever
Chaos Rift Regular
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?

Post by RandomDever »

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?
User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

Re: Where do I Start for DC development?

Post by MarauderIIC »

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.
RandomDever
Chaos Rift Regular
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?

Post by RandomDever »

C++
I'm sorry but...Visual Basic Stinks for game dev
User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

Re: Where do I Start for DC development?

Post by MarauderIIC »

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.
RandomDever
Chaos Rift Regular
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?

Post by RandomDever »

I'd Like this:
Image
Not this:
Image
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.
User avatar
JS Lemming
Game Developer
Game Developer
Posts: 2383
Joined: Fri May 21, 2004 4:09 pm
Location: C:\CON\CON

Re: Where do I Start for DC development?

Post by JS Lemming »

I was just kidding in my previous post. It wasn't funny.

noob vids are for noobs so you should be content.
Small girl at the harbor wrote:Look Brandon, that crab's got ham!
User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

Re: Where do I Start for DC development?

Post by MarauderIIC »

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.
User avatar
davidthefat
Chaos Rift Maniac
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?

Post by davidthefat »

Or you can just get visualc++ and do new windows gui project, it makes a window for you...
Post Reply