CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2012
    Location
    India
    Posts
    193

    no class view , resource view

    Hi ,

    I am developing a MFC App-Wizard Project on Visual Studio 6.

    Today morning when i opened my project .. There was no class view , resource view and only one view file in file view.

    I had taken backup so I was saved but can any one tell me what would have happened ?

  2. #2
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,234

    Re: no class view , resource view

    Most possible you've lost the .OPT file which keeps the workspace options in VC6.0.
    See: File Types Created for Visual C++ Projects.
    Just put the missing views back again. The new generated .OPT file will further keep them in mind.
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

  3. #3
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,398

    Re: no class view , resource view

    Deleting the project .ncb file may be also a very good idea.
    Victor Nijegorodov

  4. #4
    Join Date
    Jan 2012
    Location
    India
    Posts
    193

    Re: no class view , resource view

    Thank u ovidiucucu sir and VictorN sir ..

    I tried deleting .ncb ... nothing improved ..

    I will try to put up the views ..

    The project is asking me for creating default workspace .. then it adds to problems ..

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