Re: ResEdit X?
Originally posted by stoid
Will there ever be a ResEdit version for Mac OS X??
Most likely, no. But there are some alternatives
Is there another program for X that does the same thing, or is the Unix architerture making such apps impossible??
The Unix architecture really doesn't have much to do with it. The resource structure implementation is all Apple.
Under pre-Mac OS X, the resource and data forks were seperate. Under Mac OS X, the resource fork has been combined into the data fork, probably for cross-file-system compatibility reasons. The .rsrc file in the .app packages is the same as before, but has been combined into the data fork.
So all you need to do is seperate the resource from the data. The tool:
QuickConvert. This will convert data->resource and vice versa, through drag-and-drop. Just drop, ResEdit, then drop again, and you're finished. Yes, you can use ResEdit through Classic to edit converted X .rsrc files.
Another program that acts similar to ResEdit is
Resorcerer. This native X program alleviates the need to seperate the resource it just edits the one fork in place. But it is expensive, $256. I have used it and it works great.
A great site to go for more info/hacks:
ResExcellence
Hope this helps.