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

Thread: Build problems

  1. #1
    Join Date
    Apr 1999
    Posts
    306

    Build problems

    I have just install a VC 6.0 studio and everything works fine, except that it refuses to compile anything. When I press F7, it starts building, after a while a message box appears with the message "Error while opening file" and in the build output appears error: Can open file .\debug\afxstd.obj. I read the causes for error in the help, but it is none of this. I have 500MB of free space, it's a local drive, no write protection.
    So I have no idea what it is. I have already re-installed it and the same **** happens.
    Any ideas?!


  2. #2
    Join Date
    May 1999
    Location
    Geneva
    Posts
    32

    Re: Build problems

    Have you verify in the option of your project the paths ?, It seems that it can find some files. You can specify in options of VC++ all path where it can find your files

    Christian Niquille


  3. #3
    Join Date
    Apr 1999
    Posts
    306

    Re: Build problems

    This does not happen to a single project, it happens to all my projects no matter where they are. I do not really think that the problem is in the VC at all.


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