FBL_ArraySet from FBL_BitSet
Ruslan Zasukhin
sunshine at public.kherson.ua
Sat Jun 21 16:25:23 CDT 2003
on 6/21/03 14:52, Arthur Clemens at aclemens at xs4all.nl wrote:
>
> I am trying to do something like in de documentation, VSDK Reference
> page 49:
> First I create a BitSet with all records, then I create a new ArraySet
> to which the BitSet should be copied, using the BitSet as parameter in
> the ArraySet constructor.
> This is all following the docs.
>
> But it seems i nmy case the BitSet does not get copied...
>
> This is the code from my test:
>
> FBL_BitSet* pS1 = _wordTable.SelectAllRecords();
> cout << "number of records pS1: " << pS1->GetCount() << endl;
> FBL_ArraySet* pAS = new FBL_ArraySet(pS1);
> delete pS1;
> ulong Count = pAS->GetCount();
> cout << "number of records pAS: " << Count << endl;
>
>
> This is what I get:
> number of records pS1: 200
> number of records pAS: 0
>
>
> I am using VSDK.framework 1.9.7 for Project Builder.
Arthur,
I will return soon, and read more careful
But both this classes are open source.
You can see in debugger what is going on.
--
Best regards,
Ruslan Zasukhin [ I feel the need...the need for speed ]
-------------------------------------------------------------
e-mail: ruslan at paradigmasoft.com
web: http://www.paradigmasoft.com
To subscribe to the Valentina mail list go to:
http://lists.macserve.net/mailman/listinfo/valentina
-------------------------------------------------------------
More information about the Valentina
mailing list