Author Topic: Windows 2000 Source code  (Read 995 times)

rtgwbmsr

  • VIP
  • Member
  • ***
  • Posts: 1,257
  • Kudos: 0
    • http://www.akgames.net
Windows 2000 Source code
« on: 11 April 2003, 04:39 »
Enjoy

Code: [Select]

avello500

  • Member
  • **
  • Posts: 344
  • Kudos: 0
    • http://www.suicidaltendencies.com/
Windows 2000 Source code
« Reply #1 on: 11 April 2003, 04:49 »
yup that sounds about right.
dont forget about the 'log credit card number' function
How can you say im crazy? You wouldnt know what crazy was if Charles Manson was eating Fruit Loops on your front porch.  -- mike muir/suicidal tendencies

rtgwbmsr

  • VIP
  • Member
  • ***
  • Posts: 1,257
  • Kudos: 0
    • http://www.akgames.net
Windows 2000 Source code
« Reply #2 on: 11 April 2003, 05:15 »
quote:
Originally posted by avello500:
yup that sounds about right.
dont forget about the 'log credit card number' function



That's in monopoly.h  

jtpenrod

  • VIP
  • Member
  • ***
  • Posts: 675
  • Kudos: 105
Windows 2000 Source code
« Reply #3 on: 11 April 2003, 14:21 »
Code: [Select]
That's not right. When you do a #define, the first thing after the whitespace is what counts. Subsequent whitespace is ignored. It should be:
Code: [Select]
That way, the preprocessor will take every occurance of "INSTALL" and substitute "HARD". The way it was originally written, the preprocessor will substitute "=" for every "INSTALL".

Oh, I forgot! We were discussing the source for Win 2K, weren't we? Looks like I found a bug!   :eek:        :D  
_______________________________________
Live Free or Die: Linux

Their fundamental design flaws are completely concealed by their superficial design flaws.
Live Free or Die: Linux
If software can be free, why can't dolphins?

Calum

  • Global Moderator
  • Member
  • ***
  • Posts: 7,812
  • Kudos: 1000
    • Calum Carlyle's music
Windows 2000 Source code
« Reply #4 on: 11 April 2003, 14:27 »
this has actually been posted before, although i think it was over a year ago (or at least it was something very nearly identical to it) and all the replies were amusing alternative source code's to windows 95 and MSDOS and so on.
visit these websites and make yourself happy forever:
It's my music! | My music on MySpace | Integrational Polytheism

Pantso

  • Member
  • **
  • Posts: 1,249
  • Kudos: 55
    • http://www.support-freesoftware.org
Windows 2000 Source code
« Reply #5 on: 11 April 2003, 16:28 »
quote:
Originally posted by Calum: crusader for peace & freedom:
this has actually been posted before, although i think it was over a year ago (or at least it was something very nearly identical to it) and all the replies were amusing alternative source code's to windows 95 and MSDOS and so on.


I think so too. I'll try and search for it.

EDIT: Nope, didn't find anything other than rubbish posts by X11.   :D

[ April 11, 2003: Message edited by: Panos ]