... [lots of stuff snipped] ... I'm afraid it's for Tom Zimmer (and possibly others, but not me) to act, as it's his code. Plus, because I've not seen the...
... I am a little bit late, but I seldom look at my Yahoo Mail, and yesterday I did - today Dr.Dobbs Journal remembered me that I liked to do some comments: ...
Mind.Forth Programming Journal (MFPJ) Tues.15.JAN.2008 Yesterday on 14 January 2008 the basic scaffolding for the Moving Wave Algorithm of artificial...
ATM, I vert closely follow your activities and do install your changes / updates and corrections into my own code. I can't wait to see the effect your updates...
FJR, What I am trying to achieve is a truly functional starting point for future development -- an AI that thinks only valid, logical thoughts without ...
www.vaero.za.net still working on my Zero Lenth File Front End Can anyone tell me why this command needed to load a non-oop forth file stops the software from...
... here ... The class Window defines a WM_COMMAND method to handle menus, but your WM_COMMAND method is being called instead, in order to hansle the menu you...
Would of never been able to work that out any idea what I did not understand...ie the real shortcomings of my poor understanding of winforth ,,,is thier any...
Despite all my efforts my application still requiers a .dll file to run ,using noconsole.f has not fixed this any advice on how to run a stadalone .exe sans ...
Below you'll see I declared some constants. This is taken from one of my programs (3000 lines) I load my program for editing using win32ForthIde. The program...
no just never uderstand messageloop and always take it out of my code WHAT DOES messageloop actually do ?? and can you help me add a save procedure with ...
... \ From various sources: 1 PROC TranslateMessage 1 PROC DispatchMessage ... \ *G This is the word which handles the messages send by windows to our \ **...
have no idea... implementing .dll files is far down on my list...? really battling to understand the documentation I realise a /// see messageloop will...
Am really battling to understand procedures... So as usual I am scouring the demo and src files for information on implementatiom Question 0ne: Why can I not...
... A few of points; 1) To suppress the stack error warnings add the word CHECKSTACK to ... 2) You can use SYNONYM v vaddr rather than a colon definition for...
... ***** Ok. but one only is enougth. If not already defined, I would have used only v . On the other hand vaddr is longer but much more meaningful. ... ...
... yet ... The SYSTEM space contains the headers (name information) and data/high level code of words defined when IN-SYSTEM is in force. When an application...
... Hi, You directly pointed out the right question ;) ... This wordset fills a gap between basic Forth data structuring (as used in kernel and everywhere we...
... conflicts ... the ... Ok, that clear. ... Forth ... assembler ... for ... an ... Ok, I remember ITC and STC now. I did use Swiftforth STC and their ...
... Your needs are perhaps a bit more advanced than mine. My needed features were and still are: 1. The use c-like structures without having to edit every...