CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    2

    URGENT VC++ CLW file

    VC++ up to version 6.0 has a problem with big clw files, some times the VC can't load the workspace at all. If the workspace is loaded there will be big delays in keyboard actions due to update in clw file, Is there any method to overcome this ?


  2. #2
    Guest

    Re: URGENT VC++ CLW file

    Are you really sure about this? Because I don't think VC6 loads the clw file at all until you enter the ClassWizard or add some class. I have also been experiencing delays in keyboard actions, but that was due to a large amount of breakpoints in my code.



  3. #3
    Join Date
    May 1999
    Location
    Oregon, USA
    Posts
    302

    Re: URGENT VC++ CLW file

    The .clw is re-generatable (control-w for me) so try deleting it and then
    load your workspace. If the problem continues then the class wiz file
    was probably not the cause.



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