Im looking for a template of a program that I will further develop to extract data from a binary database file.
The template should load the file and be able to extract x bytes of data from y address every z bytes.
As it is a database it should be able to dump the data in a text file where each value is delimited by a tab and each row by a new line.
By template I mean that I should be able to easily add the x,y and z values for as many columns in the database as I require. I will do so through understanding and manipulating the source code which means it must be written in delphi (7 or compliant) as that is the only software I own.
I am not fluent enough with delphi to do this alone.
Thanks for reading
If anyone can do this, I know it seems mediocre but its really important to me
Thanks a lot
If I knew delphi, I would help you out, but I don't.
It seems like you need to simply read in string data.
You can get a C/C++/Java/Fortran compiler for free (MinGW) as well as various IDEs, so you are not limited to Delphi.
It's not very clear how you want to load the data from your description, however.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks