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

Threaded View

  1. #9
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: How to save a "state" of a process

    Quote Originally Posted by barrensoul
    Saving the "state" of the process would be the equivelant of taking a snap shot of the ram/VM that is being used by that program at that instant and some how loading it again (this is an extremely inefficient method but it should work, in theory )
    No, it won't work. Didn't you read my replies?
    You can't recreate the windows with the exact same HWND as before, you can't create file handles with the exact same file handles as before, same for events, etc etc...
    Last edited by Marc G; December 20th, 2005 at 09:17 AM.
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

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