13 Jan, 2009
Posted by: admin In: database
If you are using Borland’s Delphi or C++Builder to develop Oracle applications, then the Direct Oracle Access component set can help you to make a seamless integration between this great development tool and database system. Not only will your application take maximum advantage of both products, your application development process will also benefit from the [...]
This update brings updates for database and DataSnap. The developers who use DataSnap and want to access DataSnap Win32 server through .NET client applications, update 2 is mandatory.
To upgrade, shutdown your IDE and use the Check for Updates from your Delphi or download the update 2 from registered users area: http://www.codegear.com/downloads/regusers/delphi
The list of fixes is [...]
01 Dec, 2008
Posted by: admin In: system
This is a Delphi control that can read and write to file or memorystream. most data can be writen to it. As example: strings, chars, bitmaps, lists, other streams, date etc. all by the read or write functions. It can also Encrypt and Decrypt when writing files to Disc. It uses the DCPCrypt2 Control – [...]
27 Nov, 2008
Posted by: admin In: system
Two example application that allow developers to make Delphi application that sends fax directly over HylaFax or Microsoft Fax Service. By George Torok and you can download from here.
HylaFax: HylaFax is an open source fax server under Linux. We are lucky, because we can communicate HylaFax through FTP. So you we have to write a [...]
21 Nov, 2008
Posted by: admin In: system
Successor of the famous Delphi Encryption Compendium by Arvid Winkelsdorf and Hagen Reddmann. A compendium of various strong encryption algorithms and hash functions, including:
Complete Rewrite of the former DEC 3, Update to the DEC 5.1 (released back in 2006)
Many Ciphers (Blowfish, Twofish, 3DES, Rijndael…)
Many Hashs (MD2/4/5, SHA1-512, RipeMD128-320…)
Checksum Functions (CRC32, CRC16…)
Text conversion Functions (MIME Base [...]
Tags:
cb2006,
cb2007,
cb2009,
cb5,
cb6,
d2005,
d2006,
d2007,
d2009,
d5,
d6,
d7,
encrypte,
fws
So simple in the delphi 2009:
Delphi 2009 provides a dedicated Open Tools API interface that let you interact and extend the functionality of the Delphi and C++Builder 2009 IDE. “Eric’s Open Tools API FAQ and Resource” is probably the best place to learn about Open Tools API. Eric Berry is well known in Delphi community [...]