Search:

Type: Posts; User: KWSW

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    2,084

    Ermm let me be more precise. I declared a...

    Ermm let me be more precise.

    I declared a CObArray Object called tempList.

    code:
    CObArray tempList;


    Than lets say I added stuff to it.
    So the should be like this:
  2. Replies
    5
    Views
    2,084

    Serialize and DeSerialize of CObArray

    Need help in the Serializing and DeSerializing of an CObArray.
    I know to Serialize I just do this:

    CObArray testList;
    testList.Serialize(ar);

    so how to I take out the CObArray and assign it...
Results 1 to 2 of 2