× 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.


  • Subject: Re[2]: OO in RPG
  • From: "Eric N. Wilson" <doulos1@xxxxxxxx>
  • Date: Mon, 4 Dec 2000 22:27:23 -0800
  • Organization: Doulos Software & Computer Services

Hello Peter,

Monday, December 04, 2000, 5:51:24 PM, you wrote:

> Jon has already alluded to the fact that the standard use procedure pointers
> only gives the illusion of dynamic procedure calls. In other words the
> procedure call is dynamic only in the sense that it points to a procedure
> whose address was resolved at compile time or when the program was activated
> in the case of a service pgm, unlike the old dynamic calls that are resolved
> only at runtime. It means that you can benefit by coding a call using a
> procedure pointer but you still have to include code that initializes all
> the pointers by assigning them the address of the corresponding procedure.
> So you are in effect still hard coding all the procedure calls.

> To obtain a truly dynamic procedure call that is not known at compile time
> you must you the special API's that permit you to force the activation of a
> service pgm and provide access to the procedures within.

One could also register the Procedure pointer by calling the routine
with the pointer to the function... Like one does for QSORT for the
comparison function.... And there are wonders that can be done with
double indirection :-) (As my father used to tell me... There is
nothing that can't be solved by another level of indirection :-)


----------------------------------
Eric N. Wilson
President
Doulos Software and Computer Services


+---
| This is the RPG/400 Mailing List!
| To submit a new message, send your mail to RPG400-L@midrange.com.
| To subscribe to this list send email to RPG400-L-SUB@midrange.com.
| To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---

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.