An application of mine uses DirectDraw to draw video frames on multiple screens, and so far the visualization pipeline used a group of off-screen YUV surfaces that, at the end of the process, are drawn into the primary surface. So…
In the AltaPixShare software app, when the user drags a group of images to the target location, the following code iterates over the list of images, and for each image creates the destination file: {CODE brush: delphi; ruler: true;}for i…
Table of contents 1 – Introduction to Amazon SimpleDB 2 – SimpleDB and Delphi 3 – Extending Data.Cloud.AmazonAPI Download SimpleDBExplorer project files and executable Introduction to Amazon SimpleDB The best description of the Amazon SimpleDB service is given by…