Hi Tom, thanks, I understand... No, I don't need more than 8k. During gameplay I just send a some 200 bytes a second, just to keep checking that both players...
Hello, As a novice on Forth, i rewrote a program that i've written in other languages before. This is the life program that is an exercise in the programming...
Hi Recai , When your file is compiled Win32Forth tells: variable PlacE MAXY MAXX * cells allot \ keep the addresses of the objects ^^^^^ Warning(-4100): PLACE...
Ah, Conway's Game of Life. A real classic simulation. Year's ago a wrote a version with UR-Forth. It was running under MS- Dos and used a Hercules Graphics...
Hello I've downloaded 3dimcube.zip from http://home.planet.nl/~josv/ , also downloaded the needed juliav43.zip, when i try to run, the error ?loading is...
Hi Recai, These sources are made for Win32Forth version 4.2 You can also find version 4.2 on my site. Jos ... From: "Recai Alkan" <recai_alkan@...> ...
I've noticed that after sending the message. I have Win32forth 6.12 & 4.0, when I noticed it I've downloaded 4.2 and run it. So i passed that error, but in...
Hi Recai, I just downloaded and tested 3dimcube.f There was no problem when I put the extracted source in the directory in which I extracted the sources of...
Hi there, Â Some time ago I wrote that I will not use Windows Vista. I just read Glenn Weadock's resume of diminishing Windows Vista with a comparison of...
Hi Jerry, I downloaded http://downloads.sourceforge.net/win32forth/w32f61200.exe?use_mirror=surfnet scanned it with an updated AVG virusscanner and found no...
... http://downloads.sourceforge.net/win32forth/w32f61200.exe?use_mirror=surfnet ... AVG 8 will label many Forths as Trojans ( also some live CD versions of...
... Hi All Its occurs also on the file w32f61300, w32f61301, and on fkernel.exe of both versions ( see bellow details ) << Detected by Scan : The file...
... http://downloads.sourceforge.net/win32forth/w32f61200.exe?use_mirror=surfnet ... Hi All Its occurs also on the file w32f61300, w32f61301, and on...
... http://downloads.sourceforge.net/win32forth/w32f61200.exe?use_mirror=surfnet ... scan. ... A few possible reasons. 1. There's a small but subtle bug in the...
I've just run my test programs through Win32 Forth (6.12.0 build 2) and found the following: RECURSE inside a :NONAME definition doesn't work e.g. ... CONSTANT...
Hi Gerry, Thank you for testing. These bugs allready existed in version 4.2, but nobody spotted them. It could take some time to resove them. Jos ... From:...
In CLF Michael Klaus has asked for permission to publish a translation of some W32Forth documentation. Since it's public domain anyway then he's perfectly...
... Unless he does that for a personnal or special usage, I just would like to warn him that : 1) Win32Forth's documentation is far from finished. Even far...
George, That was not Michael Klaus (Klaus is a German given name, and a family-name, too) but it was Michael Kalus. I forwarded him your email to ask if it is...
Is there a way of increasing the size of dataspace and the data and return stacks from within Win32 Forth or via start up switches? UNUSED indicates 800K...
The dataspace can be increased from the setup using option M For the restun stack see kernel.f In version 6.13 there is the following line: 8 4096 *...
... Doesn't windows determine the stack size. IIRC the default is 1M although an .exe file can increase it. Since the USER area and return stack are allocated...
... The PE header decides everything. The rstack is allocated from the stack (at the top) so it should be subtracted from the STACKSIZE to get the data stack...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the win32forth group. File :...
win32forth@yahoogroup...
Mar 12, 2009 11:19 pm
14231
... This is version 00.03.01 of the native code compiling version of Win32Forth. It's a mess. I'm working simultaneously on the kernel (now a fully stateless...