|
Scott, That was my next move... but having panicked first, I didn't see it in the exported MI list and with no prototypes in QSYSINC, I figured it wasn't available. Thanks. -Bob Cozzi www.RPGxTools.com RPG xTools - Enjoy programming again. -----Original Message----- From: mi400-bounces@xxxxxxxxxxxx [mailto:mi400-bounces@xxxxxxxxxxxx] On Behalf Of Scott Klement Sent: Friday, October 07, 2005 11:07 AM To: MI Programming on the AS400 / iSeries Subject: RE: [MI400] Oir reference > Why the heck is RSLVDP not part of the C library? I no longer code MI but > use C's MI function and built-in instead. Okay, so call the builtin... what's the problem? #pragma linkage ( _RSLVDP1, builtin ) void _RSLVDP1( void **ptr ); #pragma linkage ( _RSLVDP2, builtin ) void _RSLVDP2( void **ptr, char *varname ); #pragma linkage ( _RSLVDP3, builtin ) void _RSLVDP3( void **ptr, char *varname, _SYSPTR *activtion); > I don't see RSLVDP anywhere including being exported from the various > *SRVPGM's where the rest of the MI set is exported. That's because it's a builtin. The stuff you see exported from service programs are wrappers to MI functions designed to make them easier to use from C. Only a tiny fraction of the MI functions are available this way. _______________________________________________ This is the MI Programming on the AS400 / iSeries (MI400) mailing list To post a message email: MI400@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/mi400 or email: MI400-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/mi400.
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.