Using HIDController on Delphi 2010

前端 未结 3 1319
别那么骄傲
别那么骄傲 2020-12-21 14:07

I have an application that uses HID Controller on delphi 7 but now I need to use it on Delphi 2010(license problems) but I\'ve found some compatibility problems of this HIDC

3条回答
  •  时光取名叫无心
    2020-12-21 14:32

    This is working code for D2010: Use package from this site: HIDController DPK

    And replace JvHidControllerClass.pas with version from this site: Modified source file

    Major trouble is in string and AnsiString declaration, so this file resolve this incompatibility.

    P.S. Use zipped version of file from the post.

提交回复
热议问题