Go to file
Bryce Denney 34f8d7e447 - there are 2 definitions of main. I moved the "normal" one to the top so that
it's easier to find.  The other one is for wxWindows on win32 only.
- for wxWindows on win32, I added a function called RedirectIOToConsole() from
  an article in the Windows Developers Journal that creates a console window
  and sets up stdin,stdout,stderr to operate on the console.  This works,
  except for a console freezing problem that I described on the mailing list
  earlier today.
- Once it is working better, we may want to use the WinMain definition for
  other types of compiles on win32, and maybe even for all win32 compiles.  In
  particular when we compile with SDL we should create a console window too.
- comment out some debug output from the command line parser, add \n's in
  a few places.  (I'm using stderr instead of BX_PANIC because I don't think
  the logging system is ready to be used at this early stage.)
2002-11-15 18:53:52 +00:00
bochs - there are 2 definitions of main. I moved the "normal" one to the top so that 2002-11-15 18:53:52 +00:00
bochs-performance - add comments describing how blur-translate works 2002-04-17 22:51:58 +00:00
bochs-testing - add test results for Linux, Solaris, and MacOS X 2002-10-17 07:16:22 +00:00
CVSROOT - fixing { parameter 2002-03-21 07:15:06 +00:00
sfsite - hmm, well, um, early November has passed so I changed it to say 2002-11-14 22:21:37 +00:00