Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Super Nintendo Wizard tye stik's Avatar
    Join Date
    Mar 2005
    Location
    Magical Marijuana Forest
    Posts
    452

    Windows Damn this infernal machine!

    Yeah, so I bought a Dell Dimension 3000 a couple months ago, and for awhile I was happy 'cause it was working great and I was learning all this stuff to tweak performance and stuff (like get rid of shitty ass Norton), anyways now my computer will freeze up evry once and awhile even when I just open up the start menu... it dosen't happen often but its still annoying...
    Generally though my computer suffers from some mega slowdown now and it didn't before, I've scanned the computer an infitecimal amount of times with various anti-spy/virus software, so um. yeah, wtf is up with it? any suggestions?
    Oh yeah, for those of you that use the Dev-C++ compiler, my comment line used to turn a light blue for easy spotting, now it dosen't, I've reinstalled it and everything ( one of these >> //This is the bool statement -- or /*blah blah*/)
    I really liked being able to see my script so beautifully colour coded, but I can live without if you don't know whats up.
    Oh, and for those of you who program in C++ you might wanna use this excellent compiler *Bloodshed's Compiler*

    Oh yeah, one more thing, type this into your (DOS) command prompt: (*-
    Its a weird anomoly that even my PC support teacher hasn't seen

    Last edited by tye stik; March 9th, 2005 at 21:00.


    • Advertising

      advertising
      EmuTalk.net
      has no influence
      on the ads that
      are displayed
        
       

  2. #2
    Moderator smcd's Avatar
    Join Date
    Jun 2004
    Posts
    2,503
    DevCpp is an IDE, it uses the MinGW port of gcc/g++ (or alternately cygwin). Without these, DevCpp would just be a colorized notepad

  3. #3
    d1R3c764 & g1|\|64 m4|<3R Orkin's Avatar
    Join Date
    Mar 2002
    Location
    Oklahoma, USA
    Posts
    267
    Quote Originally Posted by tye stik
    Oh yeah, one more thing, type this into your (DOS) command prompt: (*-
    Its a weird anomoly that even my PC support teacher hasn't seen
    The parenthesis lets you run more than one command at once. Say you had three long operations you wanted to run (like a backup or something), but you didn't want to have to sit in front of the computer and wait for one to complete before entering the next command. You could just do something like this:
    Code:
    C:\> (
    More? backup c:\documents f:
    More? backup c:\downloads f:
    More? exit
    More? )
    That would run both backup commands, and then exit the command prompt.

  4. #4
    Super Nintendo Wizard tye stik's Avatar
    Join Date
    Mar 2005
    Location
    Magical Marijuana Forest
    Posts
    452
    Aww, I see, thanks for the info brudah

    I fixed the colours, it was just that my color settings on my computer interfered... as for Dev-C++ being only a "colorized notepad", lol... well, does a colorized notepad have a debugger? Or an easy setup? I dunno, what compilers do you suggest (and don't say Visual C++, 'cause its crap, lol). I'm open minded, I wanna learn as much as I can about computers before they get too complicated (they're already developing 'quantum processors'... whew).

    But yeah, I don't like not knowing what the hells going on when I use a device, I feel like I'd be too dependent on scientists and people like that, and I don't want to just trust what they say... I gotta understand it so in the future I wont be a naive person and get somehow taken advantage of (I've have a strange feeling that attitude is gonna be important one day... maybe the world will be takin over by robots and I'll be in some key situation and be like "damn, its a good thing I know Q-Basic or something, so I can save the world and be the last man so I'll have to repopulate the world... only with hot chicks though, lol")
    Last edited by tye stik; March 9th, 2005 at 22:13.

  5. #5
    An Alright Guy DarthDazDC's Avatar
    Join Date
    Jun 2004
    Location
    Somewhere where i dont know where i am
    Posts
    520
    use Linux.
    Specs:
    Windows XP Pro SP2
    3.2GHZ HT Pentium 4
    1GB 3200 DDR memory Dual Channel
    Gigabyte Mainboard
    Geforce FX 5600 Ultra
    DVD-RW DL Drive
    DVD reader
    Floppy Disk Drive
    120GB 7200RPM Hard Drive

  6. #6
    the old guy rcgamer's Avatar
    Join Date
    Oct 2003
    Location
    Missouri
    Posts
    1,093
    if you have only 256 MB of ram then get more. also if thats not it check to see what your temperatures are.

  7. #7
    Moderator smcd's Avatar
    Join Date
    Jun 2004
    Posts
    2,503
    When I use gcc or g++ and don't do it via a commandline interface, I use MinGW Studio or Visual MinGW. I also have Visual C++ (several versions) and have few complaints about it The debugging aspect of DevCpp is gdb I believe, also belonging to MinGW or cygwin's porting of GCC stuff

  8. #8
    you uninstalled norton? eh... av programs (esp. norton) arent really un-installable. you've got to format to completely get rid of them without if f'n everything up

    update bios+firmware/format and re-install/update your stuff .. never fails

  9. #9
    Leap of Faith
    Join Date
    Dec 2001
    Location
    St. Louis
    Posts
    945
    Quote Originally Posted by flow``
    you uninstalled norton? eh... av programs (esp. norton) arent really un-installable. you've got to format to completely get rid of them without if f'n everything up

    update bios+firmware/format and re-install/update your stuff .. never fails
    I have personally un-installed Norton Internet Securities, Norton Anti Virus, Norton Firewall, AVG, TrendMicro, and McAfee from many different workstations. Not once due to the removal of those programs would I have been better off formatting. And only one case where I did decide to format because the system was messed up and I still don't believe it to be caused by that software, all user error.

    I'm not saying I'm %100 right here, you just never know, but in my 12+ years of support service in the IT field, I've never heard of such a thing. Not sure where you heard or read that, but please post some links if you have them.
    LazerTag

  10. #10
    evil bastard
    Join Date
    Jan 1970
    Location
    Toronto
    Posts
    456
    Quote Originally Posted by LazerTag
    I have personally un-installed Norton Internet Securities, Norton Anti Virus, Norton Firewall, AVG, TrendMicro, and McAfee from many different workstations. Not once due to the removal of those programs would I have been better off formatting. And only one case where I did decide to format because the system was messed up and I still don't believe it to be caused by that software, all user error.

    I'm not saying I'm %100 right here, you just never know, but in my 12+ years of support service in the IT field, I've never heard of such a thing. Not sure where you heard or read that, but please post some links if you have them.
    it's ok, flow likes talking out of his ass, it's kind of his "thing".
    The Emulation64 Network - Home of EmuHelp et al

Page 1 of 2 12 LastLast

Similar Threads

  1. indiana jones and the infernal machine
    By Link_I in forum Project64
    Replies: 4
    Last Post: July 5th, 2004, 13:32
  2. Indiana Jones and the infernal machine
    By Jammy in forum Project64
    Replies: 2
    Last Post: April 5th, 2004, 01:23
  3. Post your playlist! *FREE PORN INSIDE*
    By Slougi in forum Talk of the Town
    Replies: 5
    Last Post: June 1st, 2003, 00:48
  4. Indy Jones & Infernal Machine Prob...
    By jlgmax in forum Project64
    Replies: 1
    Last Post: February 22nd, 2003, 23:48
  5. Indiana Jones and the Infernal Machine
    By StAmAtIs in forum Project64
    Replies: 2
    Last Post: January 31st, 2003, 05:06

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •