Search found 147 matches

by dospro
Mon Aug 06, 2007 1:46 am
Forum: Programming Discussion
Topic: kallistiOS and newest compiler
Replies: 10
Views: 1174

Re: kallistiOS and newest compiler

Ok. I manage to compile sh and arm compiler. At least it seems they were compiled well. The problem is with KOS. I got The newest kos from svn and after configuring the environ and typing make i got this: Makefile:38: atención: se imponen comandos para el objetivo `clean' /home/dospro/DC/kos/Make...
by dospro
Sun Aug 05, 2007 7:44 pm
Forum: Programming Discussion
Topic: kallistiOS and newest compiler
Replies: 10
Views: 1174

Re: kallistiOS and newest compiler

I've got some doubts. I used the script mentioned in other post. It works beautyfully. I've got kos too. But, apart form the script i also downloaded the gplusplus source and uncompress the same way as the compiler is decompressed. It didin't say anything, it just did it. I really didn't know if the...
by dospro
Sun Aug 05, 2007 6:57 pm
Forum: Programming Discussion
Topic: getting kos
Replies: 11
Views: 1532

Re: getting kos

In case anyone needs it. sourceforge has changed the KOS svn url. Here are the new ones:

svn co https://cadcdev.svn.sourceforge.net/svn ... dcdev/kos/
svn co https://cadcdev.svn.sourceforge.net/svn ... kos-ports/

Tested.
by dospro
Sun Aug 05, 2007 6:29 pm
Forum: Programming Discussion
Topic: kallistiOS and newest compiler
Replies: 10
Views: 1174

Re: kallistiOS and newest compiler

No, actually i just need to setup the compiler for Dreamcast.

So if I want C++ i need to apply the patches that comes in the dc-toolgcain package...
Well, let's look for that post where it explains how to build everything.
by dospro
Sun Aug 05, 2007 10:06 am
Forum: Programming Discussion
Topic: kallistiOS and newest compiler
Replies: 10
Views: 1174

Re: kallistiOS and newest compiler

And, do I need to apply any patch to the source, or will it work the way it is?
by dospro
Sat Aug 04, 2007 1:20 pm
Forum: Programming Discussion
Topic: kallistiOS and newest compiler
Replies: 10
Views: 1174

kallistiOS and newest compiler

does anyone know if the newest version of the compiler(i can't write it's name) works with Dreamcast?

Can i build my compiler using the newest source which i think is 4.xxx?
by dospro
Fri Jun 29, 2007 9:13 pm
Forum: Programming Discussion
Topic: Advice needed for a newb to game dev
Replies: 10
Views: 1065

Re: Advice needed for a newb to game dev

a vague question...in order to make a double dragon clone, I have this book: http://www.geekpedia.com/pics/archive/cpp_pp_cover.gif I wonder after this entire book, which is big sheesh, will I be able to have the understanding of making a game like that well. This depends on you. I mean, not becuas...
by dospro
Sun May 20, 2007 10:48 am
Forum: Programming Discussion
Topic: HIT-0401 LAN Adapter vs Coders Cable
Replies: 12
Views: 1756

well. Actually a LAN adapter is almost the same as the BBA.
Let me tell you that a coder's cable transfer at the speed of a dial-up modem, and the LAN/BBA adapter like 300 times faster, so you decide which one is better.
by dospro
Fri Jan 19, 2007 10:15 pm
Forum: Programming Discussion
Topic: Configuring Dev c++
Replies: 13
Views: 1450

It is supposed that there is a thread in this forum with everything you need to configure dev-cpp.
Anyway, i'd rather recommend code::blocks, its far much better. And is not that hard to configure. also, there are instructions in this forum for configuring code::blocks.
by dospro
Fri Jan 12, 2007 10:17 pm
Forum: Programming Discussion
Topic: Cygwin and code::blocks. A dream becomes reality.
Replies: 43
Views: 9492

can someone fix the links to the C++ compiler ocnfiguration file please?
It doesn't work anymore.
by dospro
Wed Dec 27, 2006 11:15 am
Forum: Programming Discussion
Topic: Recommendations for an MSVC++ 2005 book
Replies: 9
Views: 791

well in fact those stupid employers will ask if you know .net, not if you know c++ and can adapt to a new set of libraries. So it depends if you want to put this in your resume. But learning the base will make life easy. I'd rather learn C++ and then just learn the extras. The .net plataform is not...
by dospro
Tue Dec 26, 2006 7:02 pm
Forum: Programming Discussion
Topic: Recommendations for an MSVC++ 2005 book
Replies: 9
Views: 791

I dont know, i'd prefer to buy a book of advanced C++ programming or something like that, not an IDE/Compiler specific book.

My opinion....
by dospro
Fri Dec 22, 2006 5:24 pm
Forum: Programming Discussion
Topic: Recommendations for an MSVC++ 2005 book
Replies: 9
Views: 791

Well. i think you dont need a new book. I mean, there is a lot of docs about VC.net in its own package.
If you already have one, i dont think you need a new one.
by dospro
Tue Dec 19, 2006 6:36 pm
Forum: Programming Discussion
Topic: Any Good or Decent KOS TUTORIALS/GUIDES?
Replies: 6
Views: 742

Well, for SDL, if you compiled kos ports, you shouldnt have any problem.

Also, the best tutorials are in KOS itself. Look at KOS code, it is "well" documented and is not that hard to understand.
by dospro
Tue Dec 19, 2006 6:34 pm
Forum: Programming Discussion
Topic: Anyone have a BBA (to get rid of)?
Replies: 2
Views: 648

Depends no how much you would pay.
by dospro
Thu Dec 14, 2006 7:34 pm
Forum: Programming Discussion
Topic: doubt with /pc/
Replies: 9
Views: 1118

Well. is there an alternative to fopen?
by dospro
Sat Dec 09, 2006 12:16 am
Forum: Programming Discussion
Topic: doubt with /pc/
Replies: 9
Views: 1118

Well, still a stranger thing.
/cd/file doesnt work either.
It doesnt even read the cd inserted.

hell..
why is this??
by dospro
Wed Dec 06, 2006 5:20 pm
Forum: Programming Discussion
Topic: doubt with /pc/
Replies: 9
Views: 1118

The file i tried to open is in the home directory, so it is suppose it is not protected.
i tried somethin likes this:

file=fopen("/pc/home/dospro/file", "rb");

And this doesnt open the file, even though the file is there.

What else can ia do?
by dospro
Sun Dec 03, 2006 8:24 pm
Forum: Programming Discussion
Topic: doubt with /pc/
Replies: 9
Views: 1118

Ok, i figured something weird.
/pc/ redirects me to the root (/).
What doesn't work is fopen.
Why isn't printf neither fopen working??
This is a KOS problem, isnt it? Supposdly KOs controls the standar lib.
Whats wrong?
Was my compilation that bad?
by dospro
Sun Dec 03, 2006 10:14 am
Forum: Programming Discussion
Topic: doubt with /pc/
Replies: 9
Views: 1118

Problems with the /pc/ thing. I am using kubuntu linux. I compiled all the dc toolchain and tools(sh, arm, kos, dc-tool-ip). the problem is that i dont know where does /pc/ directs the program to. supposdly it is to /(root). but it is not working like that. How can i know where is /pc/ taking me? PD...