From: Thorsten O. <ad...@th...> - 2025-01-29 15:16:06
|
On Dienstag, 14. Januar 2025 15:07:13 CET Thorsten Otto via Freemint-discuss wrote: > The desktop resource has 2 items in the menu that are not linked in the tree > structure. The format resource is even much stranger. According to the resource header, it has 1 tree, and 26 objects. However, the first tree (the copy/format dialog) has 11 objects, but only object #11 has the LASTOB flag set (the first object of the 2nd tree). Objects 11-16 seem to be another tree, and objects 17-25 another. The routines only fetch the address of the first tree, and access the objects of the others from there. What the hell did they think? I had to hack at ORCS just to able to load them, and assign object names. Interface is also quite confused. All the RCS from DRI i tried even think the file has only 10 objects. And of course, the rsh_rssize field does not match the actual filesize. How did they create such strange resource files? |