I worked up a little demo program. It was a 2K program written in C, loaded as an obj file, converted to Forth and it runs beautifully in v. 1.01. I copied...
Hello, I have uploaded a MDI-Version of SciEdit to the CVS. It's mostly working but not completly. Compile demos\MdiEdit\Main.f to play with. by Dirk...
After an attempt to fload the source (both the buffer and >in pointer) should be restored. There may be other commands on the line. This is why my libs don't...
Now I remember why I don't mess with 1.8 -- It seems to mess with my other installations of win32forth in other folders. Please fix this in v 1.9 Thanks....
N"OPEN should only return two params even if the file doesn't open. I'd tell you what the old code looked like by my other system will not tolerate 6.8 on the...
As you can see by tracing an attempt to open a file that doesn't exist, the new code is doing something wrong. Several things, but probably all related. 1. On...
... I may come across as a grumpy old git, but that's a fairly accurate description of me right now... One of the beauties of W32F is its modular nature....
... FLOAD uses /PARSE-S$ to account for quoted and space filled filenames; perhaps this is the source of the problem. Can you show the full code that causes a...
... What do you mean by "clamp windows' vertical size" and version 1.8? The current version is 6.08, and the CVS version is 6.09.08. This is confusing me. -- ...
It has taken me this long (see time on my last message) to undo the damage cause by version 1.8. There are two SERIOUS problems with the system. 1. It seems to...
... Plase, RBS, this is a hobby system, not a commercial piece of software; and the CVS version is a work in progress. It's bound to have more than a handful...
RBS said (after much editing by JP) uh... what time is it? Win32Forth seems to think it's the only version of win forth that's going to ever live on a...
... What is 1.8 ? We never had a Win32Forth Version 1.8... ... What problems? I have no problems running 6.01, 6.08 and 6.09.xx from the CVS on the same...
... Actually, there are two "interpreters"; the interpreter that takes the source code and compiles the intermediate form (sometimes called the "outer ...
... Yes -- several at any one time, all in different directories without any interference. Original version, some early 6's, 6.08.00, 6.09.xx and several ...
Hello ,Doug you posted : rect r 10 20 30 40 put: r ok However there is no rect method.I assumed you meant rectangle However for me put: produces an error. So...
Hi Prad, ... The example I showed works in Mops. If only we could at least standardize the class libraries as much as is practical. But yes, in W32F...
Why would we wan higher level language capability in Forth? WinEd. That's the shortest answer. WinEd is too hard to debug and to analyze. Keybindings is a...
I noticed a few DOS functions had been deprecated in v1.08 before I had to quit using it. There may be work-arounds but I didn't have time to find them. What...
Hi Alex. I think it was WinEd that got clobbered. You don't use WinEd. PS. It's been a while. :-) I'm dying to get into a working version of the newer code,...
To Alex and Dirk. If you can stand my tone, I can stand the pace. If you want bug reports, you got 'em. There's only a few bugs but they apparently have not...
I have recompiled from the C code on up. I am looking at changing the wrapper code (HCODE-able right now if 1.08 worked) to include another section for the IMG...