... I fixed this one ... yep; I found two more one in load-dialog and one in ForthForm. I have fixed both of them. ... EDIT and BROWSE work but VIEW doesn't...
... agreed ... none; see my note on 3. ... the using of _conhndl in Fkernel.f and conHndl in all the other sources look ok for me. ... No all main windows...
... wrote: ... The last version I can get to work is 6.09.01; it's in the files|distros area as 6.09.01.exe. Your changes in 6.09.03; what difference did they...
... isn't ... install ... edit ... Being greedy with the whole line doesn't feel right! I'd much prefer using the same method as FLOAD, that is, a word or a...
Hi, I'm new to using Win32Forth, but I'm interested in using it with the Allegro game library to port over a game engine currently running under ficl (the...
... with ... Right now, you would have to write some code specifically to do that; the support's not built in. As an example, let's say your DLL (YOUR.DLL)...
How does one edit a file from the command line? On the top line of wind head there is a pull down menu called Documentation Help and below that there is WinEd...
... It means the DOS command line. Try running the command from a DOS prompt. From Win32For.exe, you could say; c" wined <other parameters" $exec ... for a new...
hmm... OK. i guess i can write a defining-word that uses the next word as both a VALUE and the global's string for linking. i'm not sure how to do one part...
He is this a bug in WinEd? Find-text-in-files works just great most of the time but when I searched for the word SEARCH it gives me lots of hits and finally...
... This is relatively straightforward - if the name is on the same line as the invoking word, save and restore >IN to preserve the input stream and re-use it....
Reminder Somehow ANEW has been forgetting to far down and forgetting a vocabulary that had been previously definined. We have a work around - take it out of...
... Return ... make ... tell ... as ... In ... code; ... I agree a better way might be ( untested ) ... !CSP / possibly needed ; IMMEDIATE which doesn't...
... vocabulary that had been previously definined. ... developement - or sooner since it caused odd problems but all is well now. ... Any sample code? -- ...
To clarify: I am loading files from the menu (never typing in that outrageous longhand command line to the interpreter). The problem first manifested itself at...
... Well, I've never experienced anything in W32F being slow, with one exception; running a virus scanner blows away eveything that needs file access in a...
There is a relatively new feature in Wined to open the last file or files that had been worked on. I find it very helpful and I like it a lot so far. It looks...
We are converting a Forth application from F83s to Win32Forth. While compiling the following F83s legacy code, Win32Forth sent this message By the way...
Correcton It looks like I need to use TO not IS We are converting a Forth application from F83s to Win32Forth. While compiling the following F83s legacy code,...
Thank goodness for the fact that Wined remembers the last file and the place where I was editing. It really saves a bunch of time when I am converting code...
... Sorry, it's a version thing... First, make sure you're using version 6.08.00 (get it from the files area). Then, in file SRC/FKERNEL.F change ... to ... ...
thanks for the tip. ok, so i'm still not having any success linking to any of the Allegro globals. it returns a "global-var not found" with any of the names i...