On Sun, Feb 8, 2009 at 5:25 PM, Jean-Louis Faucher <jfauc...@csc.com> wrote:

> I tested the car dealer application with ooRexx-4.0.0 under Windows XP.
> Download application from
> http://www.redbooks.ibm.com/abstracts/sg244825.html
> (additional material)
>
> I tested :
> car-run F A
> car-run F G
>
> When running from sources (i.e. tokenized files replaced by source files),
> everything works correctly.
>
> When running AUI from tokenized files, no problem.
>
> When running GUI from tokenized files, I have this error :
>   1455 *-*               if msg \= "" then int
>   1455 *-*         interpret("self~"msg)
>    689 *-*   self~HandleMessages(sleeptime)
>    713 *-*     self~run(sleeptime)
> Error 93 running C:\tmp\do Rexx\CARDEAL\OOD\ood.mrg line 109:  Incorrect
> call to method
> Error 93.902:  Too many arguments in invocation of method; 0 expected
>
> The tokenized files have been created by rexxc.exe using this command :
> src\token.rex
>
> I plan to debug this error, but maybe you have already an idea of the
> problem...

Jean-Louis,

I took a quick look at the program.  It is hard to say where the error
is happening with all that tokenizing.

It may be a place where they are passing in an argument to a method,
that does not take an argumen, that has been converted to the new API.

Keep us updated on your progress.

--
Mark Miesfeld

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to