We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我将从此处的任何 CRT 单元开始。
I'd start with any of the CRT units here.
我更新了 Branko 链接中的代码,并提出了这个:
https://onedrive.live.com/embed?cid=F5BB35AE00415BC7&resid=F5BB35AE00415BC7%21232&authkey=AIKZAtMjhUyE-TQ
这是一个用于 unicode delphi 的工作 Crt32。所需的更改包括 char->AnsiChar、pChar->PAnsiChar 以及各种Win32ApiFunction() 到VariousWin32ApiFunctionA()。
I updated the code from Branko's link, and came up with this:
https://onedrive.live.com/embed?cid=F5BB35AE00415BC7&resid=F5BB35AE00415BC7%21232&authkey=AIKZAtMjhUyE-TQ
It's a working Crt32 for unicode delphi. Changes required include char->AnsiChar, pChar->PAnsiChar, and VariousWin32ApiFunction() to VariousWin32ApiFunctionA().