... There are Forth's for PC's, other than Win32Forth, which use less Windows function calling; however, you should consider the benefits of Win32Forth's...
The information you store in the ai-ftp.f file is personal for you. In the calling routine you should see this: ftp-size newuser AI-FTP \ Forward reference ...
... Meanwhile the original Mind.Forth is being updated at http://mind.sourceforge.net/mind4th.html on the Web. A lot of progress in debugging the AI has...
... I guess so; thanks. I am away from my Forth coding computer, so I can not experiment right now. Although I own the books "Starting Forth" and "Thinking...
When doing a loop in a loop the inner loop is referenced with I and the outer loop use J. Works for me. Frank Regards, Frank J. Russo ... Expecting? Get great...
... [...] Page 132 of my copy of Brodie's "Starting Forth" made me try to use "I" as the outer loop and "J" as the inner loop -- which did not work. I ended up...
... I is always the inner loop. J is always the second loop. K is always the third loop (not all Forths define it so it might need to be added). ..... Z is the...
... I agree, George -- it's far better FORTH coding style to define a word for the next deeper piece of looping action when things start getting too nested. ...
Even after all the amounts of efforts it is not reliable. An example on my PC: Start the IDE open an old project press F12. Then Win32Forth starts and compiles...
... The problem I see, is that the debugger is using the message system, too. And I don`t see how it should work without. BTW I don't have any Problems with...
... Then we keep it active for the debugger. ... That makes it even harder to solve when the win32forth-message system continues to be used for F12. Jos == ...
... Please post up; 1. the version of Win32Forth 2. any mini-dump error messages associated with it (the access violation message does not generally appear...
... W32FOR42_671.zip -- last release by Tom Zimmer. ... **** report #8 (after going from t down to 64 in nounAct): EGO? Robot: Human: Robot: EXCEPTION:...
... Yes, there are. When my PC is started it will also automaticly start 4thclock and Player4. So that I will be reminded on important events and get music...
I am a bit puzzled. On Comp.Lang.Forth was written: From: mentifex@... Date: 31 Mar 2007 Mind.Forth artificial intelligence in Win32Forth is being updated...
... [...] http://aimind-i.com and the original Mind.Forth at http://mind.sourceforge.net/mind4th.html have evolved into different programs. Frank J. Russo...
AT Murray wrote: [...] ... OK downloaded your Mind version and looked at it. There is no reason to use an old version of Win32Forth. It will also go wrong when...
... It was not an old version when I started using it. :-) ... without a second parameter on so the stack is EMPTY! ... and no parameter. So you get your error...
... First it did not. Then I deleted any registerykey of Win32Forth. Downloaded the orginal Win32forUser.cfg Installed Win32Forth using the I in setup.exe ...
Hello, I am trying to comprehend where CLASS and SUPERCLASS fit into Win32Forth. ANS Forth Help is not useful as these terms are not included. From what I can...