RDA makes direct, low-level, byte-precise reads and writes to mass-storage devices easy. No need to have to deal with DOS interrupt calls or any such nonsense - RDA takes care of all the behind-the-scenes work for you. RDA also handles the variations in access methods needed by different Windows versions. RDA can read from or write to any specific sector on a logical drive. And if that's not easy enough, there's even a nonvisual frontend component that makes RDA appallingly easy to use - pick drive/first sector/how many sectors to read, call one procedure to perform the actual read, read data from a property. RDA is based on and inspired by a Delphi unit file called VWIN32, written by Geir Wikran, and incorporates portions of VWIN32 directly. As such, RDA is released under the same licensing terms as VWIN32 - free for personal or commercial use as long as the source itself is never sold or misrepresented. PLEASE NOTE: The RDA distribution includes a demo application which requires the TMPHexEditor/TMPHexEditorEx components package by Markus Stephany.
File List:
demo_app/
0b
demo_app/MainUnit.dcu
16Kb
demo_app/MainUnit.ddp
51b
demo_app/MainUnit.dfm
10Kb
demo_app/MainUnit.pas
17Kb
demo_app/RawDiskAccess.dcu
28Kb
demo_app/RawDiskAccess.pas
57Kb
demo_app/RawDriveAccess.cfg
2Kb
demo_app/RawDriveAccess.dof
4Kb
demo_app/RawDriveAccess.dpr
315b
demo_app/RawDriveAccess.drc
29Kb
demo_app/RawDriveAccess.exe
625Kb
demo_app/RawDriveAccess.res
2Kb
readme.txt
12Kb
source/
0b
source/RawDiskAccess.pas
57Kb
source/RawDiskAccessAbout.dfm
6Kb
source/RawDiskAccessAbout.pas
1Kb
source/RawDiskAccessComponent.dcr
500b
source/RawDiskAccessComponent.pas
23Kb
source/RawDiskAccess_D7.dpk
1Kb
source/RawDiskAccess_D7.drc
345b
source/RawDiskAccess_D7.res
2Kb
source/rda_about.bmp
406b
Similar code
JS-Txt Man - A File Editor
(Popularity: ) : This is an editor for Text, HTML, SHTML, CSS, ASP and PHP Files. It doesn't have any formatting features, it is just a basic editor that works slightly differently to the text editors like Notepad. You select what you want ... Camouflage
(Popularity: ) : This code hide (put) a file behind another one, so when you want to see it you can only see the file above. The result file contain the same properties such as icon,etc. The only change is its properties. bulk file renamer
(Popularity: ) : Add text to multiple filenames simultaneously. Read the instructions included. The FIMA (File Manager) routines
(Popularity: ) : I have been using Delphi for several years in writing software for clients and have developed some routines that I have found useful in many of these applications. The applications are mostly databases in which the user did not want ... READING INF
(Popularity: ) : Well this just shows you how to read INF files its pretty simple i didnt comment much as i never do but you should be able to learn somthing . Recent Files List
(Popularity: ) : I decided that after not being able to find any good examples of how to handle a recent files list as in Winzip or MS-Word, that I would make my own one... This example shows how to store a list ...