Page 1 of 1

Posted: Wed Dec 11, 2002 12:25 am
by BackupUser
Restored from previous forum. Originally posted by Fonnybone.

I'm a nOOb at programming and trying different apps...

I need to search a file at a perticular offset, get that
HEX values and output the whole thing to a .txt file in 32bit unsigned long data type.

I found the read/write long, but i'm not sure how to define a certain
offset, get that value, and go on (like 1000 times...that's why i need an app to do it for me).

You guys understand any of this ?

Posted: Wed Dec 11, 2002 8:48 am
by BackupUser
Restored from previous forum. Originally posted by Rings.

Yes!

Its a long way to the top if you wanna .....CodeGuru

Posted: Wed Dec 11, 2002 2:17 pm
by BackupUser
Restored from previous forum. Originally posted by Fonnybone.

and....what command takes the hex value and writes
the long value ? I'm not sure . Maybe someone could show me
an exemple of a Base Converter code. I know it's only a few
lines in my other app (which is basically a macro), but like
i said, never tried this one before. Maybe a link or two then...

Posted: Wed Dec 11, 2002 3:29 pm
by BackupUser
Restored from previous forum. Originally posted by Pupil.

check out http://www.reelmediaproductions.com/pb
if im remembering correctly you should find a code snipp that does Base conversions there..

Posted: Wed Dec 11, 2002 5:58 pm
by BackupUser
Restored from previous forum. Originally posted by freak.

Or just search this Forum:

http://www.curvesoftware.co.uk/purebasi ... IC_ID=1507
http://www.curvesoftware.co.uk/purebasi ... IC_ID=1671
http://www.curvesoftware.co.uk/purebasi ... IC_ID=1018

That should be enough...

Timo