![]() |
||
| Home | SwiftForth Archive | SwiftX Archive | |

Rick,
Thank you very much. I have yet to evaluate if that technic
will really work for what I want to do:
1) Drive an application (A) from an application (B), by
exchanging DDE messages with words and parameters in a common
memory bloc.
2) Record macro files that will contains all the words and
parameters to evaluate when later playing the macro.
If I want to distribute a product with those features, in
which case is it necessary for my customers to obtain a
SwiftForth licence ? Is there a difference if I cript the
macro files ?
Thank you again,
Charles
----- Original Message -----
From: "Rick VanNorman" <rvn_at_forth.com>
To: <sftalk_at_forth.com>
Sent: Monday, January 15, 2001 4:54 PM
Subject: Re: [sftalk] Evaluate in a callback
> : INHERIT-SEARCHORDER ( -- )
> OPERATOR #ORDER HIS #ORDER #VOCS 3 + CELLS CMOVE ;
>
> will inherit the search order from the operator's user area
> and allow the evaluate to work. It should be inserted in your
> callback before EVALUATE is called. For instance:
>
> :NONAME ( -- res )
> INHERIT-SEARCHORDER
> MSG CASE
> WM_PAINT OF
> ( ... )
> ;
>
> Hope this helps.
> Rick
Received on Mon Jan 15 2001 - 11:40:25 PST
This archive was generated by hypermail 2.2.0 : Fri Nov 21 2008 - 03:04:27 PST