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

    Cannot close Developer Studio (Dont Laugh at me:)

    When I close the click button,the developer studio window disappears ,but the exe still resides in memory.I can see it in the task manager.After some working the exe disappears,too.The time depends on the size of the last project.Sometimes .exe does not close at all.

    Altough it is quite harmless (Seems like a trick to me)It does not release the .clw file until fully closed.So I can't restart another msdev session and open the same project again.I receive a message like "developer studio cannot open the classwizard file,blah blah...".

    Don't forget ~30MB of memory remaining allocated...

    Does anybody experience it,too?
    And has anybody a solution except terminating the process with task manager?


  2. #2
    Join Date
    Jun 1999
    Location
    CA, USA
    Posts
    85

    Re: Cannot close Developer Studio (Dont Laugh at me:)

    does ur application that u have been running thru MSDEV have memory leaks ?? check for those .. i had a problem due to that ..
    - sufyan.


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