Main | Perl »

January 30, 2002

GraphicsEx

Delphi Gems: Graphics. I've been building a little graphics tool in Delphi and hope to release it soon. This package (GraphicsEx) will make my job so much easier. Gotta love the Delphi community!

January 28, 2002

Want

Want: A Delphi-friendly build management tool. If you developing Windows applications using Delphi and you’re familiar with ant, you might be interested in want. Want is a port of ant to Delphi and runs under Windows (and will probably be ported to Kylix soon). GPL’d at that.

The author of Want, Juancarlo Añez, has also developed a Delphi version of JUnit appropriately called DUnit. A great framework for unit testing your Delphi code.

May 16, 2001

Delphi 6 XML data bindings

Delphi 6 XML data bindings. Delphi 6 allows you to take a schema to build a set of interfaces (created by a Delphi wizard) for accessing an XML document through simple code:

<PurchaseOrder>
  <Customer>
    <Name>Brad Choate</Name>
  </Customer>
</PurchaseOrder>

you would refer to the name element like so: sName := PurchaseOrder.Customer.Name;

Powerful stuff. The data binding also eliminates the complexity of XML schema. It sounds like Delphi 6 is going to be a powerful tool for doing XML development for both client and server.

May 14, 2001

Delphi 6 is looking great!

Delphi 6 is looking great! Borland Community put up some screen shots today: installation, components, web services and IDE.

Sideblog Feed

    Error: fopen(/www/vhosts/bradchoate.com/www//cache/335feb99a7f84a110088ae58463f1a70) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: Permission denied