× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Thorbjørn Ravn Andersen wrote:
...
This looks like a viable path - I'll look into it. Could you please elaborate on what you mean with "soft-coded offsets" - so that the programs know more than is present in the structure described in the header file, or calculated offsets based on that you know that on this position a type A is placed followed with a type B?


Many APIs have an output data structure with a fixed header section that has the offsets and lengths of the rest of the output structure. For example, the RTVM0300 structure in QMHRTVM has several offset and length subfields. The Reply Text is at offset QMHORT and has length QMHLRRTN00. You can express this in PCML like this
<data name="ReplyText" type="char"
offset="QMHORT" length="QMHLRRTN00" />

D QMHORT 53 56B 0
D* Offset Reply Text
D QMHLRRTN00 57 60B 0
D* Length Reply Return


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.