|
James H H Lampert wrote: > > I understand that it's possible to do so, and I could > certainly use that right now, to help me diagnose a weird > problem with a mixed-language program. > Since you didn't say anything about what kind of problem you're having, I'll just guess that your RPG prototype doesn't have at least one OPTIONS(*NOPASS) parameter. You need this when prototyping any C function that has the ellipsis (...) in the C prototype. The ... parameters are passed a special way, and the system has to be told to use this special way. See http://www.opensource400.org/callc.html
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.