Thread: WTF is up wit my Visual C++?!!

  1. #1
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331

    WTF is up wit my Visual C++?!!

    Ok, i had this problem with VC++ 6.0 out of nowhere about a week ago, at which time it was installed on my d:\ drive(hard disk).

    So i uninstalled and reinstalled on my c:\ drive and its STILL doing it.

    It says for any and every program when u try and compile:

    --------------------Configuration: hello - Win32 Debug--------------------
    Compiling...
    Error spawning cl.exe

    hello.obj - 1 error(s), 0 warning(s)
    And thats ALL it says, WTH?!?!

  2. #2
    Banal internet user
    Join Date
    Aug 2002
    Posts
    1,380
    whoa... I've never got that error, and I certainly don't like the sound of "Error spawning cl.exe"

  3. #3
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    neither do i considering this is a new install on a totally diff drive...

  4. #4
    Registered User
    Join Date
    Jan 2002
    Posts
    559
    Have you installed anything else lately? Sounds like something's corrupted.
    Truth is a malleable commodity - Dick Cheney

  5. #5
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    No to the recent install

  6. #6
    Banal internet user
    Join Date
    Aug 2002
    Posts
    1,380
    Did you ever have a previous version or previous installation of this version of VC++?

  7. #7
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    5, i put in my 6.0 cd and the auto upgrade ran thru and it worked fine since i became a member here, it just started this out fo nowhere.

  8. #8
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    Odd. cl.exe is the actual compiler running underneath the IDE. Whenever I've had this problem reported before, I have advised de/re-installing. Of course, de-installers are notoriously bad at removing everything.

    I would suggest deinstalling, then reinstalling where it was originally.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  9. #9
    Banal internet user
    Join Date
    Aug 2002
    Posts
    1,380
    I talked to R-or-D on AIM... apparently, this is what he did...

    He had VC installed pn D:\... then he MOVED IT to C:\... and changed the shortcut targets! lol!

    AND, he's running a terrabyte raid with FAT32 using XP Enterprise! geeeezuz boy!

  10. #10
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    Not quite, i had it on d:\. Then the hard drive that was d:\ became e:\ cuz i moved it two secondary master rather then prim slave.

    So then i took all the d:\programfiles\...... and made the "d:\" "e:\" :P

    Then i made a new install on c:\ after del'n the obvious registry entries.

    As far as the FAT32 it was a rush install to get a paper done, and i used fat32 cuz it formats faster. I intended to make it ntfs very soon after but, ya know. I gotta wipe in the next day or two now *shrug*.

  11. #11
    i got the same error when i had error in my code!!!!! GAH, good thing i scrolled up in that pane and found what line it was on

  12. #12
    Sir Mister Insane Sako Klinerr1's Avatar
    Join Date
    May 2002
    Posts
    608
    i had that problem before just reinstall and you should be a-ok
    Email: [email protected] || AIM: MisterSako || MSN: [email protected]

    -the shroom has spoken

  13. #13
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    re-installed 5 to many times, gotta wipe.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  2. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  3. load gif into program
    By willc0de4food in forum Windows Programming
    Replies: 14
    Last Post: 01-11-2006, 10:43 AM
  4. Errors with including winsock 2 lib
    By gamingdl'er in forum C++ Programming
    Replies: 3
    Last Post: 12-05-2005, 08:13 PM
  5. Learning OpenGL
    By HQSneaker in forum C++ Programming
    Replies: 7
    Last Post: 08-06-2004, 08:57 AM