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...
5812
Alex McDonald
alextangent
Feb 3, 2004 7:42 am
... to ... That's OK ... <F1> ... File/Load ... And ... And, ... forced ... We'll take a look. Thanks for the detail....
5811
Alex McDonald
alextangent
Feb 3, 2004 7:40 am
... 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 ... ...
5810
John A. Peters
japeters1939
Feb 3, 2004 3:55 am
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...
5809
John A. Peters
japeters1939
Feb 3, 2004 2:31 am
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,...
5808
John A. Peters
japeters1939
Feb 3, 2004 1:19 am
We are converting a Forth application from F83s to Win32Forth. While compiling the following F83s legacy code, Win32Forth sent this message By the way...
5807
karmacop911
Feb 2, 2004 11:41 pm
thanks very much, but someone please tell me, why is res-loadproc being reported as undefined on my system?? ... same ... input ... and...
5806
Thomas Maynard
wz9u
Feb 2, 2004 11:36 pm
Despite my earnest intention to clarify the situation, I seem only to have stirred up another hornet or two. (1) Win32Forth: a Forth for Windows...
5805
John A. Peters
japeters1939
Feb 2, 2004 4:55 pm
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...
5804
Alex McDonald
alextangent
Feb 2, 2004 4:52 pm
... 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...
5803
Thomas Maynard
wz9u
Feb 2, 2004 4:20 pm
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...
5802
John A. Peters
japeters1939
Feb 2, 2004 3:37 pm
RDA - How can we do this? JP ... From: "Alex McDonald" <alex@...> To: <win32forth@yahoogroups.com> Sent: Monday, February 02, 2004 7:02 AM Subject:...
5801
Alex McDonald
alextangent
Feb 2, 2004 3:02 pm
... vocabulary that had been previously definined. ... developement - or sooner since it caused odd problems but all is well now. ... Any sample code? -- ...
5800
George Hubert
georgeahubert
Feb 2, 2004 9:52 am
... Return ... make ... tell ... as ... In ... code; ... I agree a better way might be ( untested ) ... !CSP / possibly needed ; IMMEDIATE which doesn't...
5799
John A. Peters
japeters1939
Feb 2, 2004 3:00 am
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...
5797
Elko Tchernev
galvon_el
Feb 2, 2004 12:27 am
... 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....
5796
karmacop911
Feb 1, 2004 11:57 pm
Alex, i'm confused, i tried using your code, but it looks like res- loadproc is undefined... ????...
5795
John A. Peters
japeters1939
Feb 1, 2004 11:51 pm
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...
5794
karmacop911
Feb 1, 2004 11:48 pm
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...
5793
John A. Peters
japeters1939
Feb 1, 2004 11:20 pm
... bitImage? ?EXIT find-buf c@ 0= IF find-text ELSE 1 +to cursor-col \ skip one character _find-text-again 0= IF _find-text-again ?beep ...
5792
John A. Peters
japeters1939
Feb 1, 2004 10:37 pm
\ MENUITEM "Michael Hore \tJfar MOPS Page" \ s" http://www.netaxs.com/~jayfar/mops.html" conhndl "Web-Link ; This one seems to be a...
5791
John A. Peters
japeters1939
Feb 1, 2004 10:09 pm
... From: "Alex McDonald" <alex@...> To: <win32forth@yahoogroups.com> Sent: Sunday, February 01, 2004 12:46 PM Subject: [win32forth] Re: Testing the...
5790
Alex McDonald
alextangent
Feb 1, 2004 8:46 pm
... 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...
5789
John A. Peters
japeters1939
Feb 1, 2004 8:32 pm
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...
5788
Alex McDonald
alextangent
Feb 1, 2004 8:26 pm
... 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)...
5787
karmacop911
Feb 1, 2004 3:56 pm
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...
5786
Alex McDonald
alextangent
Feb 1, 2004 12:26 pm
... 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...
5785
Alex McDonald
alextangent
Feb 1, 2004 12:21 pm
... 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...
5784
Dirk Busch
dirkbuschde
Feb 1, 2004 8:47 am
... 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...
5783
Dirk Busch
dirkbuschde
Feb 1, 2004 8:13 am
... 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...