Re: The '08 refactoring of Kaduria



On Apr 27, 9:10 am, Gerry Quinn <ger...@xxxxxxxxx> wrote:
In article <9df96c7b-a8e7-4fd0-971a-ebec62baf503
@a70g2000hsh.googlegroups.com>, pfhoe...@xxxxxxxxx says...

Don;t most compilers stop at some point when you get 100 or so?

I know VC++ doesn't - I've seen, uh, someone else have over a thousand
before.

VC is the one I use (currently VC6), and it stops at 100 by default.

This is only sensible because usually 100 compile errors just mean you
left out a curly brace somewhere.

Yeah, that's 100 per source file. Adeo has *many* source files (257 as
of right now).

Out of curiosity, is there a reason you're still using VC6 instead of
VS2008 Express?

- Martin
.



Relevant Pages

  • Re: The 08 refactoring of Kaduria
    ... VC is the one I use (currently VC6), and it stops at 100 by default. ... This is only sensible because usually 100 compile errors just mean you ... that's 100 per source file. ...
    (rec.games.roguelike.development)
  • Re: How do you find .cpp source file path in VS 2003 (VC.NET)?
    ... > Some of my VC6 projects are organized with implementation files of similar ... > implementation for each source file, which means knowing not only the file ... You should be able to see the full path of a file by hovering the mouse cursor over its tab when the ...
    (microsoft.public.vsnet.ide)
  • Re: STL errors with VS2005
    ... > I'm getting compile errors with my VC6 code ... there is no ctype constructor that accepts a char*. ... what this code did in VC6. ...
    (microsoft.public.vc.language)
  • Re: The 08 refactoring of Kaduria
    ... VC is the one I use (currently VC6), and it stops at 100 by default. ... Lair of the Demon Ape (a coffee-break roguelike) ...
    (rec.games.roguelike.development)
  • Re: VS.NET2003 - CTRL+N to add new file to current project
    ... Then, after choosing C++ ... source file and entering file name, and pressing OK, the new file is ... OK, I see that check mark option in the dialog in VC6, which allowed ...
    (microsoft.public.vc.mfc)