Thread: Computer fails to detect existing hardware, even with installed drivers!

  1. #16
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Some programs do not lock temporary files. One example would be a setup program. It stores some temporary files and uses them when the installation process begins (creating them when it starts).
    That said, however, I haven't really encountered any problems deleting such files. Nevertheless, I would only delete the files in the temp folder to be sure.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  2. #17
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    Thanks for the replies...

    I've already ran CCleaner, removed all temps, basicly, cleaned up the system. (though I never thought of running driver cleanup software) After removing SP3, I haven't reinstalled SP2 yet, but I did install KB888111 again (which is suppose to contain the support for my drivers) with no luck.

    I have already tried uninstalling the bus driver, as I said, it reinstalls automatically, which shows that KB888111s doing it's job (I think).

    I do think I'm going to reinstall the system now. Yes, it's possible that there was actually a literal hardware failure, but I very much doubt it, as I said before, the identical thing has happened before. And if it does turn out to be a HW failure, I'm going to have a fit. People shouldn't be selling stuff that breaks simply because it received bad input.
    Of course MS is the exception here.

  3. #18
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Well, that sucks. But good luck to you and hope it works out.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  4. #19
    and the hat of sweating
    Join Date
    Aug 2007
    Location
    Toronto, ON
    Posts
    3,545
    Well I found that I usually need to completely reinstall Windows every few years because it slows down to a crawl... Maybe it'll speed your system up in addition to getting your devices back.
    "I am probably the laziest programmer on the planet, a fact with which anyone who has ever seen my code will agree." - esbo, 11/15/2008

    "the internet is a scary place to be thats why i dont use it much." - billet, 03/17/2010

  5. #20
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    >> Well I found that I usually need to completely reinstall Windows every few years because it slows down to a crawl... Maybe it'll speed your system up in addition to getting your devices back.

    Really? I've been running Windows 2000 for almost 10 years and haven't had any major issues. You must install a lot of programs then?
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  6. #21
    and the hat of sweating
    Join Date
    Aug 2007
    Location
    Toronto, ON
    Posts
    3,545
    Quote Originally Posted by Sebastiani View Post
    >> Well I found that I usually need to completely reinstall Windows every few years because it slows down to a crawl... Maybe it'll speed your system up in addition to getting your devices back.

    Really? I've been running Windows 2000 for almost 10 years and haven't had any major issues. You must install a lot of programs then?
    Well Win2000 was pretty good. I was running it 24/7 for almost 5 years. It probably would have lasted longer, but I got XP when I upgraded my system.
    "I am probably the laziest programmer on the planet, a fact with which anyone who has ever seen my code will agree." - esbo, 11/15/2008

    "the internet is a scary place to be thats why i dont use it much." - billet, 03/17/2010

  7. #22
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    >> Well Win2000 was pretty good. I was running it 24/7 for almost 5 years. It probably would have lasted longer, but I got XP when I upgraded my system.

    Windows 2000 is really underrated, I think. Maybe because the interface isn't very flashy, or that it looks too much like Windows 95 to most people, or whatever, but the fact is it's quite stable and very well designed. I've heard that Dave Cutler played such an important role in it's development that it was really considered his own "tour de force", and, as is the case with many projects that draw mainly on a single person for the overall design, the final result was a truly coherent, highly modular product that performs well across the board. I would even go as far as to say that it is a major achievement in operating system design, actually. My only complaint, and this is with all Microsoft systems, really, is that it wasn't very secure right out of the box. But once it's configured properly, it's actually quite robust (perhaps more so than Linux systems, even). All in all, though, I really think it's the best Windows operating system, to date.
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 34
    Last Post: 02-26-2006, 01:16 PM
  2. Tabbed Windows with MDI?
    By willc0de4food in forum Windows Programming
    Replies: 25
    Last Post: 05-19-2005, 10:58 PM
  3. Good forum for computer hardware questions?
    By PJYelton in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 03-27-2005, 08:17 AM
  4. Computer hardware statistics
    By windoze victim in forum Tech Board
    Replies: 1
    Last Post: 03-27-2003, 07:35 PM
  5. Computer Hardware
    By JoshG in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 07-26-2002, 12:39 PM

Tags for this Thread