From mint-bounce@lists.fishpool.fi  Wed Dec 22 16:41:40 2004
X-Original-To: fnaumann@mail.boerde.de
Delivered-To: fnaumann@mail.boerde.de
X-Envelope-From: Gerhard_Stoll@b.maus.de
X-Envelope-To: <mint@fishpool.com>
From: Gerhard_Stoll@b.maus.de (Gerhard Stoll)
To: mint@fishpool.com
Subject: [MiNT] rsrc_load
Message-ID: <200412220932.p42813@b.maus.de>
In-Reply-To: <1103677629.4369.30.camel@fedora>
Date: Wed, 22 Dec 2004 09:32:00 +0100
Organization: MAUS Berlin (+49-30-82701142)
X-Gateway: b3.maus.de gb1.1r 102698.1858
X-Gateway-Administrator: postmaster@b3.maus.de
Lines: 32
X-ecartis-version: Ecartis v1.0.0
Sender: mint-bounce@lists.fishpool.fi
Errors-To: mint-bounce@lists.fishpool.fi
X-original-sender: Gerhard_Stoll@b.maus.de
Precedence: bulk
List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
List-Id: <mint.lists.fishpool.fi>
X-List-ID: <mint.lists.fishpool.fi>
X-Virus-Scanned: by amavisd-new at relay.boerde.de
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on relay.boerde.de
X-Spam-Status: No, hits=-0.5 tagged_above=-50.5 required=3.8 tests=AWL,
 BAYES_00, DATE_IN_PAST_06_12
X-Spam-Level: 

OS> information about the long resources as interface define it,

Interface use this header for rsc with more than 64Kbyte.
-------------------------------cut-------------------------------
typedef struct
{
  UWORD rsh_vrsn;     /* should be 3                                 */
  UWORD rsh_extvrsn;  /* not used, initialised to 'IN' for Interface */
  ULONG rsh_object;
  ULONG rsh_tedinfo;
  ULONG rsh_iconblk;  /* list of ICONBLKS                            */
  ULONG rsh_bitblk;
  ULONG rsh_frstr;
  ULONG rsh_string;
  ULONG rsh_imdata;   /* image data                                  */
  ULONG rsh_frimg;
  ULONG rsh_trindex;
  ULONG rsh_nobs;     /* counts of various structs                   */
  ULONG rsh_ntree;
  ULONG rsh_nted;
  ULONG rsh_nib;
  ULONG rsh_nbb;
  ULONG rsh_nstring;
  ULONG rsh_nimages;
  ULONG rsh_rssize;   /* total bytes in resource                     */
} RSXHDR;
-------------------------------cut-------------------------------

I can send you the sourcecode of the XRSC function.

Gerhard


