CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: IDE problems

  1. #1

    IDE problems

    im wondering if anyone experienced this or if its a known issues:

    Visual Studio 6.0, just updated to SP6

    (1) my F7 doesn't work. i hit it ans nothing happens.

    (2) sometimes when i build, it would get stuck on "Linking..." and i can't Stop Build or even shutdown IDE. (it would happen rearely, i didn't get this one after SP6 upgrade, yet)

  2. #2
    Join Date
    Jun 2006
    Posts
    46

    Re: IDE problems

    i have always had SP6 and it still happens to me on very rare occasions on very simple code. no surprise though, it has been 8 years only since release of VS 6, so M$ did not have enough time to fix it.

  3. #3
    Ejaz's Avatar
    Ejaz is offline Elite Member Power Poster
    Join Date
    Jul 2002
    Location
    Lahore, Pakistan
    Posts
    4,211

    Re: IDE problems

    Its time to update Try VS .Net latest version, its alot better then 6.0 in many ways.

  4. #4
    Join Date
    Jun 1999
    Posts
    153

    Re: IDE problems

    Quote Originally Posted by Ejaz
    Its time to update Try VS .Net latest version, its alot better then 6.0 in many ways.
    You have to remember that not only is there a helluva lot of VC++ 6 code out there that won't or can't be upgraded; there's also still some VC++ 1.5 16-bit code out there that won't or can't be upgraded! I was maintaining the latter just two years ago.
    Kevin

  5. #5
    Ejaz's Avatar
    Ejaz is offline Elite Member Power Poster
    Join Date
    Jul 2002
    Location
    Lahore, Pakistan
    Posts
    4,211

    Re: IDE problems

    Quote Originally Posted by Kevin McFarlane
    You have to remember that not only is there a helluva lot of VC++ 6 code out there that won't or can't be upgraded; there's also still some VC++ 1.5 16-bit code out there that won't or can't be upgraded! I was maintaining the latter just two years ago.
    I agree with your point, but if I were at this position, the question that I would ask from myself is that how long will I fight for this? With time, it will create more mess that I can handle, if I can update something, I will surely go for that, offcourse if there are some constraints due to which I can't, then I'll have to live with it

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured