R.Wieser
2021-01-10 19:44:12 UTC
Hello all,
I'm trying to create a sorted list of records, and thougth that the DSA_
family of functions would fit the job.
The problem is that that I, on XPsp3, seem to have the v5.82 file version
(6.00 product version) of that DLL, which doesn't seem to include the
DSA_Sort function, nor its 346 ordinal.
I tried to do some binary searching before inserting, but thats /way/ to
slow when adding records in reverse-sorted order.
Question: Can I just download the v6.10 version from somewhere and use that
? Are there gotyas I should be aware of ?
If not, does anyone know of a listing of the sorting method DPA_Sort uses ?
Regards,
Rudy Wieser
P.s.
Currently I'm using a DSA_ and DPA_ side-by-side, the latter for storage and
the former for its fast sorting & finding capabilities, but would like to
combine them.
I'm trying to create a sorted list of records, and thougth that the DSA_
family of functions would fit the job.
The problem is that that I, on XPsp3, seem to have the v5.82 file version
(6.00 product version) of that DLL, which doesn't seem to include the
DSA_Sort function, nor its 346 ordinal.
I tried to do some binary searching before inserting, but thats /way/ to
slow when adding records in reverse-sorted order.
Question: Can I just download the v6.10 version from somewhere and use that
? Are there gotyas I should be aware of ?
If not, does anyone know of a listing of the sorting method DPA_Sort uses ?
Regards,
Rudy Wieser
P.s.
Currently I'm using a DSA_ and DPA_ side-by-side, the latter for storage and
the former for its fast sorting & finding capabilities, but would like to
combine them.