论坛


2011年11月7日 星期一

Use DLL from Resources (RES) Without Storing It On The File System First

About.com| About.com Delphi Programming |02:00:53

inResources and DLLs::The articlehow to store a DLL inside a Delphi program exe file as a resourceexplains how to ship a DLL with your Delphi application executable file as a resource....Read Full Post

Limited Time Special on Delphi, C++Builder and RAD Studio XE2

Embarcadero| EDN Delphi Feed |01:46:19

2011年11月6日 星期日

47 on November 7th, 2011

Bob Swart| Dr.Bob’s Delphi Notes |11:52:38

November 7, 2011 is my 47th birthday, so (only) on this day, my lucky number is no longer 42, but 47 - and I'm offering a similar treat.

2011年11月4日 星期五

Embarcadero NewsFlash - November 2011

Embarcadero| EDN Delphi Feed |22:00:00

2011年11月3日 星期四

XE2 Check for Updates...

Bob Swart| Dr.Bob’s Delphi Notes |08:18:46

If you read this blog, then you probably already know that Update #2 for Delphi, C++Builder and RAD Studio XE2 (called "XE2" from now on) has been released, including lots of bug fixes, and you most likely already applied Update #2 for XE2 (on you...

2011年11月2日 星期三

Embarcadero Webinar: 64-bit Development with Delphi XE2

Embarcadero| EDN Delphi Feed |22:00:00

2011年11月1日 星期二

Using dbExpress ODBC driver with PostgreSQL

Embarcadero| EDN Delphi Feed |18:39:16

Update 2 for Delphi, C++Builder and RAD Studio XE2

Embarcadero| CodeCentral Delphi Submissions |18:04:00

<p>Update 2 for Delphi XE2, C++Builder XE2 and RAD Studio XE2<p>Available only to registered users of Delphi XE2, C++Builder XE2, RAD Studio XE2, and Embarcadero All-Access XE

Creating XML files in FireMonkey

Embarcadero| EDN Delphi Feed |11:46:43

Update 2 for Delphi XE2, C++Builder XE2 and RAD Studio XE2

Embarcadero| EDN Delphi Feed |09:32:08

Delphi XE2 and C++Builder XE2 Update 2 Bug Fix List

Embarcadero| EDN Delphi Feed |07:56:04

Webinar: Building Rich Business Applications with FireMonkey - presented by Marco Cantù

Embarcadero| EDN Delphi Feed |05:24:07

Using a FireMonkey DLL from VCL, FireMonkey or C# Application

Embarcadero| CodeCentral Delphi Submissions |03:24:35

FireMonkey provides fast powerful native performance with the CPU and GPU to enable stunning business application development. In this video we show how simple it is to write and use a FireMonkey DLL library written using Delphi to integrate with ...

Format XML Data using Delphi - Properly Indent TXMLDocument XML Tags Without doNodeAutoIndent

About.com| About.com Delphi Programming |02:00:40

inTXmlDocument:: When using the TXMLDocument to create XML documents you might receive a nasty EOleException: This operation can not be performed with a Node of type PCDATA.If you want the resulting XML to look "pretty" - so that each element node...

2011年10月31日 星期一

捕捉 midi 消息的基本程序

万一| 万一的 Delphi 博客 |16:40:00

uses MMSystem;var hMidiIn: Integer;procedure midiCallBack(hdrvr: HDRVR; uMsg: UINT; dwUser: DWORD; dw1, dw2: DWORD) stdcall;begin case uMsg of MIM_OPEN: ; MIM_CLOSE: ; MIM_DATA: Form1.Memo1.Lines.Add(IntToStr(dw1) + #9 + IntToStr(LoWord(...

« 上一页

下一页 »