kaare
2005-09-13 02:23:24 UTC
Hi,
(I realize this group is mostly the fastcode project, but it sure sounds
like where I ought to post my question.)
I'm trying to get the Hyperstring library (from 1999, roughly) working on
D2005. It was developed by http://efd.home.mindspring.com which doesn't
exist any more. Googling around doesn't turn up much that is newer than
2000.
The Hyperstring library worked well under D5, but won't compile on D2005,
presumably because the inline assembler is stricter.
Most of the errors are statements such as
BT ECX, DL
The complaint is operand size mismatch. A few of these can be fixed by
changing the DL to DX, but in other cases the author has stored something in
DH, which would make for a more involved repair.
Anybody know of a source for a D2005 version of the hyperstring library? Or
diffs? Or something?
-kc
(I realize this group is mostly the fastcode project, but it sure sounds
like where I ought to post my question.)
I'm trying to get the Hyperstring library (from 1999, roughly) working on
D2005. It was developed by http://efd.home.mindspring.com which doesn't
exist any more. Googling around doesn't turn up much that is newer than
2000.
The Hyperstring library worked well under D5, but won't compile on D2005,
presumably because the inline assembler is stricter.
Most of the errors are statements such as
BT ECX, DL
The complaint is operand size mismatch. A few of these can be fixed by
changing the DL to DX, but in other cases the author has stored something in
DH, which would make for a more involved repair.
Anybody know of a source for a D2005 version of the hyperstring library? Or
diffs? Or something?
-kc