Ian Zimmerman wrote:
Achim> do you have FXP (I assume you mean the XML Parser, aren't you) Achim> runnign with PolyML. I thought PolyML still lacks the Word32 Achim> structure which is needed by FXP. At least for us, the workaround Achim> of using LargeWord instead of Word32 resulted in a non-functional Achim> fxp...
No, I haven't tried. Do you know why using LargeWord failed? Maybe this will require actually adding Word32, shouldn't be too hard.
Presumably the code is relying on the wrap-around semantics of Word32. It shouldn't be difficult to write a Word32 structure based on LargeWord which masked the result of calculations with 0wxffffffff .
David