Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Help me please,Urgent!!

Help me please,Urgent!!

Scheduled Pinned Locked Moved C / C++ / MFC
helpcomjsonlounge
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    ucc801
    wrote on last edited by
    #1

    From article: http://www.codeproject.com/dll/plug-in.asp#xx88311xx Serialize problem only appear with VC7.0,it works fine with vc6.0. I have been somewhat successful in trying to implement serialization for my test app. I am using a CList template to store objects. Here are a few details... Serialization works just fine for documents saved and reloaded during a given session. This includes data stored in dialog resources. This is as long as I serialize the list then walk through the list, serializing each list object. However, Serialization fails after closing the session and then reopening. In general, I am given only the {DllProxy} class (where I should be getting my dll's runtime class instead) and all other vars are mud. I AM able to successfully serialize save/load a list of the DLLProxy "pointers" themselves with great fidelity. But the Plug_Object "pointers" that they originally created are lost from session-to-session. Thanks and Best Regards

    R 1 Reply Last reply
    0
    • U ucc801

      From article: http://www.codeproject.com/dll/plug-in.asp#xx88311xx Serialize problem only appear with VC7.0,it works fine with vc6.0. I have been somewhat successful in trying to implement serialization for my test app. I am using a CList template to store objects. Here are a few details... Serialization works just fine for documents saved and reloaded during a given session. This includes data stored in dialog resources. This is as long as I serialize the list then walk through the list, serializing each list object. However, Serialization fails after closing the session and then reopening. In general, I am given only the {DllProxy} class (where I should be getting my dll's runtime class instead) and all other vars are mud. I AM able to successfully serialize save/load a list of the DLLProxy "pointers" themselves with great fidelity. But the Plug_Object "pointers" that they originally created are lost from session-to-session. Thanks and Best Regards

      R Offline
      R Offline
      Roger Allen
      wrote on last edited by
      #2

      If I am right, you doing a mod of my article. If you can it would be best if you could send a copy of the offending code to me to have a look at. If you do, try and keep it as minimal as possible, so that it just illustraits the problem. The only other issue is that I work with VC 6 only, so if its dieing in VC7 only, I may not be able to spot/replicate the problem. Roger Allen Sonork 100.10016 Were you different as a kid? Did you ever say "Ooohhh, shiny red" even once? - Paul Watson 11-February-2003

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups