My environment:
1. WinXP Pro SP2
2. Tcl/Tk
a. what is distributed with scilab-4.1
b. ActiveState's 8.4.14 distribution of Tcl/Tk
3. FORTH
a. SwiftForth 3.0 from FORTH Inc. ( www.forth.com ) active
b. Win32Forth probably acceptable but not currently installed
My goal:
Explore possibilities of FORTH + Tcl/Tk
My *IMMEDIATE* question
After making a calculation in FORTH how do i display it in Tcl/Tk?
I make *ABSOLUTELY* _NO_ claim that a sane person would do this. It is
just a question of how each may talk to other. I've got some VAGUE ideas
of how that might be use.
Said ideas *_NOT_* open to discussion ;\
Well you could pass it via sockets to Tcl/Tk. There are lots of
possibilities. Tcl/Tk is written for such tasks ;)
> I make *ABSOLUTELY* _NO_ claim that a sane person would do this.
Why?
> It is
> just a question of how each may talk to other. I've got some VAGUE ideas
> of how that might be use.
>
> Said ideas *_NOT_* open to discussion ;\
iForth should support Tcl/Tk. Somewhere http://home.iae.nl/users/mhx/i4faq.html
Regards,
-Helmar
I assume you have researched
http://dec.bournemouth.ac.uk/staff/pknaggs/papers/tkforth/index.html
How about paying attention to my specification that I wished to use
Tcl/Tk DLL's ???????????????????
No, I had not seen that before.
Thank you for reference.
I've some reading ahead of me.
>
> How about paying attention to my specification that I wished to use
> Tcl/Tk DLL's ???????????????????
>
Maybe I'm being dense, but I didn't see any specification that
you wished "to use Tcl/Tk DLL's"
--Mark
Why dont you write your specification?
Reread your mail and tell me where you wrote something about DLLs.
-Helmar
PS: You need some exclamation marks too?
Btw, I dont understand completely what you want with "via DLL". Nearly
everything in Windows works somewhat with DLLs. In Tcl you've a main
application loop that "steals" Forth the application loop if you
simply call it. So you've to fork() it out in some way. These two
processes need to communicate. One way are sockets.
Is not subject line "FORTH accessing Tcl/Tk functionality via DLL in
WinXP" ?