I have changed my design and decided to go with a COM/CORBA style interface (on a 
small scale).  I have rewritten creatInstance and I am working on a invoke command 
which will work simular to COM invoke.  The problem is I need pointers to allow the 
invoked method something it can alter.


/**____________________________________________________________________________________

--Invoke a instance method<br>
--<br>
[EMAIL PROTECTED] aDispatch  (mandatory) the object name.
[EMAIL PROTECTED] aMember (mandatory) the method/member name.
[EMAIL PROTECTED] aResult (mandatory reference) the method result [if any].
[EMAIL PROTECTED] ... the parameters for the method.
[EMAIL PROTECTED] the result = empty = success
*/


-==-=-=-=-=-=-==-=-=-=-=-=-=-=-==-=-=-=-=-=-
Disclaimer:

Any resemblance between the above views and those of my
employer, my terminal, or the view out my window are purely
coincidental. 
Any resemblance between the above and my own views is non-deterministic.

 The question of the existence of views in the absence of anyone to hold
them
is left as an exercise for the reader. The question of the existence of
the reader
 is left as an exercise for the second god coefficient. 
(A discussion of non-orthogonal, non-integral polytheism is beyond the
scope of this article.)



 --- On Mon 07/19, Richard Gaskin < [EMAIL PROTECTED] > wrote:
From: Richard Gaskin [mailto: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Mon, 19 Jul 2004 00:51:39 -0700
Subject: Re: scriptsLimits

K wrote:<br><br> > If I create a function that takes that uses the params or 
param()<br> > how do I pass by parameter by reference?<br><br>Searching for "pass by 
reference" in the Search Documentation window <br>yields one hit with this 
info:<br><br>     You specify that a parameter is to be passed<br>     by reference by 
preceding its name with the<br>     @ character in the called handler's first 
line.<br><br>However, if I read your request correctly it almost sounds like what 
<br>you're looking for is something more akin to function pointers, no?<br><br>If so, 
that can be a little trickier, depending on what you're doing. <br>If my understanding 
is correct could you post a little more background <br>on what you're after?<br><br>-- 
<br>  Richard Gaskin<br>  Fourth World Media Corporation<br>  
___________________________________________________<br>  Rev tools and more:  
http://www.fourthworld.com/rev<br><br>_______________________________________________<br>use-revolution
 ma
 iling list<br>[EMAIL 
PROTECTED]<br>http://lists.runrev.com/mailman/listinfo/use-revolution<br>

_______________________________________________
Join Excite! - http://www.excite.com
The most personalized portal on the Web!
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to