Did P/Invoke environment change in .NET 4.0?

前端 未结 4 2496
心在旅途
心在旅途 2021-02-19 15:17

I\'ve started upgrading a .NET 2.0 WinForms application to .NET 4.0. Well, OK, the upgrade process was just a matter of switching platform target, but making it actually work.

4条回答
  •  情深已故
    2021-02-19 15:48

    Boolean is a one byte type on Delphi. So changing them must be with a one byte type

提交回复
热议问题