Thread: Minor Visual C++ 6.0 Compiler Issue(s)

  1. #1
    Registered User Xei's Avatar
    Join Date
    May 2002
    Posts
    719

    Arrow Minor Visual C++ 6.0 Compiler Issue(s)

    To be brief, these are the 2 problems VC/C++ 6.0 has:

    1: Sometimes when I compile code it locks up during the 'Linking...' stage; it will not allow me to 'Stop' the build; and I am forced to end the process of the compiler.

    2: Every time I CTR+F5 to 'Execute [ProjectName].exe', even after I've built the EXE, I get the following message:

    Compiler Message
    One or more files are out of date or do not exist.

    These files need to be built:
    .\Debug\[ProjectName].exe
    .\Debug\Main.obj

    Would you like to build them?
    I am uncertain of why I receive the above error after I've already built the EXE. Do any of you know of any fixes for the compiler or reasons why I may be experiencing those kinds of results?

    It began happening to me shortly before I reinstalled Windows, but now I've reinstalled VS6.0 and .NET and I still have the same problems. I have taken note that it could be a problem caused by something else I may have installed during both separate setups. The problem is only with VS6.0.
    Last edited by Xei; 06-10-2003 at 07:52 PM.
    "What are you after - the vague post of the week award?" - Salem
    IPv6 Ready.
    Travel the world, meet interesting people...kill them.
    Trying to fix or change something, only guaruntees and perpetuates its existence.
    I don't know about angels, but it is fear that gives men wings.
    The problem with wanting something is the fear of losing it, or never having it. The thought makes you weak.

    E-Mail Xei

  2. #2
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    For 1)... occassionally I get something sort of like that, but not quite. If you click on the menus again before it is done compiling/linking, it won't finish until you stop using the menu... I dunno, try not clicking anything while it compiles?

    For 2) Are you compiling for Release the first time, or have you changed any code? Perhaps there is something in the options?

    Sorry, neither of those was probably worth the time it took you to read them.
    Away.

  3. #3
    1) I get this a lot if the program is still running and I try to compile it
    2) Happens to me often, but I just ignore it.

  4. #4
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    1) ive only had this happen once. i forced a hampster through my floppy drive and everything just worked after that.

    2) i never bother trying to run programs in the IDE. i just compile then test run with the .exe

  5. #5
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    Your 1 happens to me on my older machine. If I reboot, it works fine again and again, but if I go into Outlook and send/receive e-mail, it will fail with this symptom next, and every subsequent time until I reboot.

    I tend not to develop on that machine any more.

    >>> i forced a hampster through my floppy drive

    Would that be a "hamster"? Double sided? Double density? Size? Colour?
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  6. #6
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    > Would that be a "hamster"? Double sided? Double density? Size? Colour?

    yes, sorry. it was a hamster. it was one of those fully integrated development hamsters. i think it had a 3 double sided levels with multiple heads. it was a teddy bear hamster (you know, the ones with longer furry hair) so the density was average but shear volume was increased. it also had the slick new brown and white design. sweeeeet.

  7. #7
    Registered User slaveofthenet's Avatar
    Join Date
    Apr 2003
    Posts
    80
    Visual Studio 6 used to lock up on my all the time during linking, this went away after I installed Service Pack 5.

  8. #8
    Registered User
    Join Date
    May 2003
    Posts
    43
    For the 2nd problem, it shows that when you have edited your code since you last executed it. The compiler notices that the executable file's code doesn't match your source code, so it decides that your files are out of date and you need to recompile your source code. In short, just click yes whenever you see that and it'll update those files.
    Programmer's Law:

    If your program doesn't work, look for the part that you didn't think was
    important.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem building Quake source
    By Silvercord in forum Game Programming
    Replies: 16
    Last Post: 07-11-2010, 09:13 AM
  2. Which Compiler?
    By Bladactania in forum C Programming
    Replies: 10
    Last Post: 02-11-2009, 01:32 AM
  3. how to call a compiler?
    By castlelight in forum C Programming
    Replies: 3
    Last Post: 11-22-2005, 11:28 AM
  4. Borland command line compiler issues.
    By NinePin in forum C Programming
    Replies: 5
    Last Post: 09-05-2002, 05:44 PM
  5. Compiler Issues (Works on older not newer)
    By ss3x in forum C++ Programming
    Replies: 5
    Last Post: 09-04-2002, 09:37 PM