Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

How to get version of hndlib.dll or XFRXlib.fll

Code Block
linenumberstrue
SET LIBRARY TO xfrxlib.fll 
?_xfgetVersion()
 
DECLARE INTEGER getVersion IN hndlib AS XFRX_getHNDLIBVersion
?XFRX_getHNDLIBVersion()

...