How to write my own wrapper in C#?

后端 未结 3 359
北荒
北荒 2021-02-02 04:20

In my other question, I\'ve been trying to find someone who knows where to find free open source OCR library for C#. However, it seems there is only C++ library and obviously, C

3条回答
  •  一向
    一向 (楼主)
    2021-02-02 04:43

    You can get a good start here:

    Call Unmanaged Code. Part 1 - Simple DLLImport

提交回复
热议问题