Delphi 2010 的 Crt 装置

发布于 2024-10-12 03:56:43 字数 1539 浏览 6 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

失眠症患者 2024-10-19 03:56:43

我将从此处的任何 CRT 单元开始。

I'd start with any of the CRT units here.

々眼睛长脚气 2024-10-19 03:56:43

我更新了 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().

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文