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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6177 - 6206 of 14480   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6177
Just a quick thank you to all the members of this group. A real big thanks to whoever did the rewrite of the imageman.f file. Hehe I hope old C.M. never finds...
Doug gihl
doug_gihl
Offline Send Email
Apr 1, 2004
9:56 pm
6178
*Seven* meg! What the devil can you get to fill this much? ... Regards Alex McDonald...
Alex McDonald
alextangent
Offline Send Email
Apr 1, 2004
10:59 pm
6179
... It's just some bitmaps, the code is very small. But this is a enduser app, for most anyone to run on a cd rom, I want it to be easy as pie. So I put all...
Doug gihl
doug_gihl
Offline Send Email
Apr 2, 2004
3:26 am
6180
... [snipped] ... This Sibley editor is an ancestor of "Carbon Quick Edit", which is used in MOPS (http:// www.powermops.org/). MOPS seems to be the closest...
Darren Bane
darrenbane
Offline Send Email
Apr 2, 2004
1:18 pm
6181
I'm rewriting the locals handling code. There are several problems; 1. Closing } not handled properly; case : FOO { A B C }; DUP ; 2. Comment -- not handled...
Alex McDonald
alextangent
Offline Send Email
Apr 2, 2004
5:47 pm
6182
Hi All About a month ago I installed Michael Kemers Quadrix version for Win32forth. His web site is www.mkemper.com/forth/. His program worked ok, but with ...
Andrew W Stephenson
andstep4
Offline Send Email
Apr 3, 2004
5:36 am
6183
... Hi Andrew, I had the same problem with Quadrix. I didn't look into w32f to fix the problem but this one works too: ... ScoreY 8 + ScoreX 8 + \ Samstag,...
Dirk Busch
dirkbuschde
Offline Send Email
Apr 3, 2004
7:00 am
6184
... I checked this; and Andrew is right :-) So I put back the old Version of WORD on the cvs. ... by Dirk...
Dirk Busch
dirkbuschde
Offline Send Email
Apr 3, 2004
7:51 am
6185
... Win32forth. ... with ... 6.09.xx ... kernel ... to "create-file". ... The original FMAKE-FILE only took the string as argument so you need the fam for...
George Hubert
georgeahubert
Offline Send Email
Apr 3, 2004
10:33 am
6186
... the ... Actually it's supposed to print 5 digits ( even if they're 0 ) so score s>d <# # # # # # #> would work. Alternatively ... would be a better version...
George Hubert
georgeahubert
Offline Send Email
Apr 3, 2004
10:42 am
6187
... the ... The problem is caused by a bug in the Quadrix code. (D.R) calls [CHAR] at the end of a line ( early versions of W32F return 0 which is compiled as...
George Hubert
georgeahubert
Offline Send Email
Apr 3, 2004
10:57 am
6188
... the ... What was the bug? I changed WORD to avoid using EDI (as it's a constant 0 in 6.09). Here are the compare records from the CVS; - mov...
Alex McDonald
alextangent
Offline Send Email
Apr 3, 2004
11:38 am
6189
... is ... CHAR is badly defined; it's ... BL WORD 1+ C@ ; and should really be ... BL WORD COUNT 0= ABORT" No character found" C@ ; but the standard isn't...
Alex McDonald
alextangent
Offline Send Email
Apr 3, 2004
11:54 am
6190
... -<snip>- ... Early Forths used to NULL terminate the input stream and always return a one character string ( of NULL ) when WORD was used once the input...
George Hubert
georgeahubert
Offline Send Email
Apr 3, 2004
12:23 pm
6191
... parameters) ... or } ... You're right. Since using spaces between the elements always works correctly it seems we've all been programming perfectly and...
George Hubert
georgeahubert
Offline Send Email
Apr 3, 2004
2:47 pm
6192
I just released julia 4.32 at http://home.planet.nl/~josv Use the index to find it in a quick way. New features: - Added an auto-installer and icon for the...
Jos v.d.Ven
josven2001
Offline Send Email
Apr 3, 2004
9:35 pm
6193
... Hi Jos, ... \ the next line is buggy because \ s"full-path+file-name" points to the first char of the \ string but for +NULL it must point to the...
Dirk Busch
dirkbuschde
Offline Send Email
Apr 4, 2004
9:55 am
6194
... except me ... Fixed now; there was one change needed to BITS in CLASS.F that declared { nbits -<name-> } which is now { nbits -- -<name>- } If anyone's got...
Alex McDonald
alextangent
Offline Send Email
Apr 4, 2004
3:52 pm
6195
... <dirk.yahoo@s...> ... the ... WORD in W32F word never have met the standard anyhow; here's an extract; "c-addr is the address of a transient region...
Alex McDonald
alextangent
Offline Send Email
Apr 4, 2004
3:57 pm
6196
... <george@t...> ... implicit ... and ... Zimmer ... agreed; but we should comment this in the source ... I don't like breaking existing code. So I vote for...
Dirk Busch
dirkbuschde
Offline Send Email
Apr 4, 2004
4:21 pm
6197
... Hi Dirk, You are right. Thanks for reporting the bug. I moved buf+null before make_link and changed make_link ... buf+null *SetPath ->plink SW_SHOW...
Jos v.d.Ven
josven2001
Offline Send Email
Apr 4, 2004
8:23 pm
6198
... - ... works ... out ... There are other problems with locals; I've just looked at the ANS specification and (LOCAL) doesn't work as proscribed (amongst...
Alex McDonald
alextangent
Offline Send Email
Apr 4, 2004
10:28 pm
6199
... maybe, when the buffer is to short adding the zero can be dangeraus without copying the string. ... Why not adding it to your toolset for 4.2? BTW your...
Dirk Busch
dirkbuschde
Offline Send Email
Apr 5, 2004
6:22 am
6200
... wrote: -<snip>- ... parsed ... zero ... Since CHAR is defined thus ... BL WORD 1+ C@ ; would ... BL WORD DUP C@ IF 1+ C@ ELSE DROP 0 THEN ; work with the...
George Hubert
georgeahubert
Offline Send Email
Apr 5, 2004
8:03 am
6201
... That can be done since the zero string can be trashed when it is used by the OS. ... Done, ascii-z has also been added. They are not compiled when they are...
Jos v.d.Ven
josven2001
Offline Send Email
Apr 5, 2004
10:04 am
6202
I did some tests with the latest system ( as of Saturday ) and ResHack now lets me add the icons from earlier W32F's to the .EXE files of V6.09 and have them...
George Hubert
georgeahubert
Offline Send Email
Apr 5, 2004
11:44 am
6203
I've successfully ran multi-tasking TURNKEYed programs over 100 times with no problems. ( and an FSAVEd one as well ) so I think it's safe to say the locking...
George Hubert
georgeahubert
Offline Send Email
Apr 5, 2004
11:49 am
6204
... ok, I changed the Version of dtop_lnk.f in the src\setup folder on the CVS to match your changes by Dirk...
Dirk Busch
dirkbuschde
Offline Send Email
Apr 5, 2004
3:24 pm
6205
... I checked this with VC++ 6.0 and it works, too. ... Alex, any good or bad news on this? ... by Dirk...
Dirk Busch
dirkbuschde
Offline Send Email
Apr 5, 2004
3:27 pm
6206
... I didn't test this, but ... I changed WORD to work like in 6.08 without using EDI. Alex replaced: xor eax, eax \ clear EAX stosb...
Dirk Busch
dirkbuschde
Offline Send Email
Apr 5, 2004
5:56 pm
Messages 6177 - 6206 of 14480   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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