Search the web
Sign In
New User? Sign Up
win32forth
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

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

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help