Note I settled on the COM/CORBA interface because I could not forsee a simple way to 
implement a vTable.

Kevin

-==-=-=-=-=-=-==-=-=-=-=-=-=-=-==-=-=-=-=-=-
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, K < [EMAIL PROTECTED] > wrote:
From: K [mailto: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Mon, 19 Jul 2004 03:56:18 -0400 (EDT)
Subject: Re: scriptsLimits

<br><br>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.<br><br><br>/**____________________________________________________________________________________<br><br>--Invoke
 a instance method<br><br>--<br><br>[EMAIL PROTECTED] aDispatch  (mandatory) the 
object name.<br>[EMAIL PROTECTED] aMember (mandatory) the method/member 
name.<br>[EMAIL PROTECTED] aResult (mandatory reference) the method result [if 
any].<br>[EMAIL PROTECTED] ... the parameters for the method.<br>[EMAIL PROTECTED] the 
result = empty = 
success<br>*/<br><br><br>-==-=-=-=-=-=-==-=-=-=-=-=-=-=-==-=-=-=-=-=-<br>Disclaimer:<br><br>Any
 resemblance between the above views and those of my<br>employer, my terminal, or the 
view out my window are purely<br>coincidental. <br>Any resemblance between the above 
and my own views is no
 n-deterministic.<br><br> The question of the existence of views in the absence of 
anyone to hold<br>them<br>is left as an exercise for the reader. The question of the 
existence of<br>the reader<br> is left as an exercise for the second god coefficient. 
<br>(A discussion of non-orthogonal, non-integral polytheism is beyond the<br>scope of 
this article.)<br><br><br><br> --- On Mon 07/19, Richard Gaskin < [EMAIL PROTECTED] > 
wrote:<br>From: Richard Gaskin [mailto: [EMAIL PROTECTED]<br>To: [EMAIL 
PROTECTED]<br>Date: Mon, 19 Jul 2004 00:51:39 -0700<br>Subject: Re: 
scriptsLimits<br><br>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>     @ charact
 er 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<br> iling list<br>[EMAIL 
PROTECTED]<br>http://lists.runrev.com/mailman/listinfo/use-revolution<br><br><br>_______________________________________________<br>Join
 Excite! - http://www.excite.com<br>The most personalized portal on the 
Web!<br>_______________________________________________<br>use-revolution mailing 
list<br>[EMAIL PROTECTED]
 m<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