2024年12月9日 星期一
【Delphi】Delphi 2005 について
ht_deko| qiita.com |14:05:35
はじめに 『Delphi 2005』 についての概要です。 概要 製品概要です。 『Delphi 2005』は Delphi for Win32 Delphi for .NET C# Builder がセットになった製品です…
Upgrading C++Builder 12.2: Tip #4 ¾, Help When Moving from 32 to 64 Bit
David Millington| Embarcadero Delphi Blogs |12:45:58
Welcome to a series of tips and tricks for taking advantage of the new Windows 64-bit Modern toolchain in C++Builder / RAD Studio 12.2! This builds on a webinar we did sharing a bunch of...
[Delphi][小ネタ] CNG Random を使う
pik| qiita.com |00:30:48
Delphi の Random 関数 Delphi の Random 関数、デフォルトで提供されているアルゴリズムが線形合同法だけなんですよね。 まあ、多くの場合これで足りるんですけど、乱数の品質に…