Best resources for converting C/C++ dll headers to Delphi?

前端 未结 7 1227
说谎
说谎 2020-12-08 05:49

A rather comprehensive site explaining the difficulties and solutions involved in using a dll written in c/c++ and the conversion of the .h header file to delphi/pascal was

7条回答
  •  攒了一身酷
    2020-12-08 05:57

    I would like to highlight the Jedi Api Library, it is the Delphi translation of the Windows SDK headers. Might save you a lot of work if you need to translate headers from the SDK and is of course a good sample of conversions!

提交回复
热议问题