Page 1 of 1
Where do I Start for DC development?
Posted: Fri May 01, 2009 3:54 am
by RandomDever
And also where to start for Windows. Not DOS, Windows.
Re: Where do I Start for DC development?
Posted: Fri May 01, 2009 1:14 pm
by JS Lemming
WTF, you can't develop for Dreamcast without DOS. Hell, even the PS3 uses DOS as its core operating system.
Re: Where do I Start for DC development?
Posted: Fri May 01, 2009 2:28 pm
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.
Re: Where do I Start for DC development?
Posted: Fri May 01, 2009 9:49 pm
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?
Re: Where do I Start for DC development?
Posted: Fri May 01, 2009 11:44 pm
by MarauderIIC
Okay. Any particular language? GUIs in C++ aren't the simplest thing. GUIs in Visual Basic or C# are pretty easy.
Re: Where do I Start for DC development?
Posted: Fri May 01, 2009 11:56 pm
by RandomDever
C++
I'm sorry but...Visual Basic Stinks for game dev
Re: Where do I Start for DC development?
Posted: Sat May 02, 2009 12:26 am
by MarauderIIC
Since this question has been answered a lot, try these
http://www.youtube.com/view_play_list?p ... 30FDCE7CE0
Re: Where do I Start for DC development?
Posted: Sat May 02, 2009 6:09 am
by RandomDever
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.
Re: Where do I Start for DC development?
Posted: Sat May 02, 2009 11:33 am
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.
Re: Where do I Start for DC development?
Posted: Sat May 02, 2009 11:38 am
by MarauderIIC
But you should start with the "not this" part, given your choice of language.
Re: Where do I Start for DC development?
Posted: Sat May 02, 2009 12:33 pm
by davidthefat
Or you can just get visualc++ and do new windows gui project, it makes a window for you...