Hi All
i got the resource fork from a fileby using carbon API's , i have
checked it, it's seems good.
But there are some problem , actually i have read documentation
about resource fork that i got from apple's site.
http://developer.apple.com/documenta...ml#HEADING99-0
But there are some problem in my resource fork. The offset in
resource map table is false for resoutce type list and reference list.
Act i have one resource mean...there is one type and one resource id.
So offset for resource typelist would be 1e(30) but the entry in
the resource fork is 1c(28).
Smilary for offset of reference list, entry in the typelist is 0a
but it should be 8.
I am not getting what happend actully.
if any know abt it, please let me know what's happend with my
resource fork.
If i'll get the right strucuture of resource fork then may be i'll
try to find out.
please suggest me what i have to do?