Thanks Rick,
I had tried declaring DISPATCHER public in tasking.f, but that=20
didn't work;
then instead I opened package Tasking before defining WINMAIN and
declaring WINMAIN public, then end-package; this did compile.
Your mod would be the proper way to do it
Cheers! Anil
-----Original Message-----
From: sftalk-bounce_at_forth.com [mailto:sftalk-bounce_at_forth.com]On Behalf
Of Rick VanNorman
Sent: Friday, February 27, 2009 2:57 PM
To: sftalk_at_forth.com
Subject: [sftalk] Re: turnkey
Try searching the dictionary for words that seem to be missing:
all words dispatcher
wordlist> TASKING
DISPATCHER
1 words found. ok
This tells you that DISPATCHER is a word in the TASKING wordlist. You
can add this
to the search order very easily
TASKING +ORDER
: WINMAIN ( -- )
1 TO APPLICATION DEMO DISPATCHER 0 ExitProcess ;
TASKING -ORDER
-- rick
On Fri, Feb 27, 2009 at 1:25 PM, Anil Rodrigues <arodrix_at_weld.com> =
wrote:
> Turnky apps - obscured again for the casual programmer?
>
> I've been using win2.f as a pattern/template for applications;
> SF ver. 3.0.3
> Somewhere along the line something changed, can't find a reference.
>
> In SF 3.0.10, Win2.f chokes on DISPATCHER, also WINMAIN;
> other examples in the library also do not compile (win1, magnify =
I=3D3D20
> think) to turnkeys.
>
> Is there a recommended substitution somewhere I've missed ?
>
> Cheers! Anil
> ----------------------------------------------------------------------
> sftalk_at_forth.com =3DA0 =3DA0 =3DA0The SwiftForth programming =
discussion email l=3D
ist
> To unsubscribe, send subject "unsubscribe" to sftalk-request_at_forth.com
> For list command help, send subject "help" to sftalk-request_at_forth.com
> Message archives are located at http://www.forth.com/archive/sftalk
> ----------------------------------------------------------------------
> This list is a forum for SwiftForth users. =3DA0For product support =
and
> bug reports, please send email to support_at_forth.com
> ----------------------------------------------------------------------
>
>
----------------------------------------------------------------------
sftalk_at_forth.com The SwiftForth programming discussion email list
To unsubscribe, send subject "unsubscribe" to sftalk-request_at_forth.com
For list command help, send subject "help" to sftalk-request_at_forth.com
Message archives are located at http://www.forth.com/archive/sftalk
----------------------------------------------------------------------
This list is a forum for SwiftForth users. For product support and
bug reports, please send email to support_at_forth.com
----------------------------------------------------------------------
----------------------------------------------------------------------
sftalk_at_forth.com The SwiftForth programming discussion email list
To unsubscribe, send subject "unsubscribe" to sftalk-request_at_forth.com
For list command help, send subject "help" to sftalk-request_at_forth.com
Message archives are located at http://www.forth.com/archive/sftalk
----------------------------------------------------------------------
This list is a forum for SwiftForth users. For product support and
bug reports, please send email to support_at_forth.com
----------------------------------------------------------------------
Received on Fri Feb 27 2009 - 12:06:48 PST
Subscribe to our e-mail list service. It's free for all SwiftForth and SwiftX users!
This archive was generated 09-Feb-2012. Archive updated nightly.