|
> > Have a closer look at your feedack parm (APIP05). You have sixteen bytes > being assigned to a fifteen byte DS..... > That doesn't matter, though. RPG will only move 15 of the 16 bytes, it won't overwrite other memory... and since the length he's passing in the first parm of his APIERR is 15, the called program won't try to exceed 15 bytes anyway. The actual problem is that he's passing 7 byte parameters where the API requires 16. The result will be overwriting 9 extra bytes of memory. (See my last post for an explanation)
As an Amazon Associate we earn from qualifying purchases.
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.