论坛


2011年1月20日 星期四

Finding & Fixing Performance Problems in a Complex Application & Database System

Embarcadero| EDN Delphi Feed |22:00:00

在 Delphi 下使用 DirectSound (8): IDirectSound8.DuplicateSoundBuffer() 与 IDirectSoundBuffer.GetStatus()

万一| 万一的 Delphi 博客 |11:41:00

IDirectSoundBuffer.GetStatus() 用于获取缓冲区的当前状态, 譬如是否正在播放、是否指定为循环播放等等.IDirectSound8.DuplicateSoundBuffer() 是通过根据已存在的缓冲区建立缓冲区副本, 这类似引用; 通过它可以让同一个声音交叉播放.示例:unit Unit1; interface ...

MECSUtils ver1.53

Embarcadero| CodeCentral Delphi Submissions |00:57:29

MECSUtils unit constains several functions and classes to support international characters with AnsiString/UnicodeString/WideString.# Please check source code for detail.Classes:--------------------- - PUnicodeChar(*1) - PUTF8Char - TEastAsianWidt...