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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 10472 - 10501 of 14480   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10472
... I have uploaded the class library to the CVS. There are still some part's missing. But I think testing will become easier when it's widly used. I have...
Dirk Busch
dirkbuschde
Offline Send Email
Nov 1, 2005
12:30 pm
10473
... routines ... and ... routines ... I had to comment out the SetPenColor: GetPenColor: SetBrushColor: and GetBrushColor: methods of the gdiDC class (in...
George Hubert
georgeahubert
Offline Send Email
Nov 1, 2005
3:33 pm
10474
... Thank's for the 'bug' report. I'll take a look. ... by Dirk...
Dirk Busch
dirkbuschde
Offline Send Email
Nov 2, 2005
7:56 am
10475
What is the funcional difference between VALUE and CONSTANT? Thanks....
johneburkett
Offline Send Email
Nov 2, 2005
4:05 pm
10476
... The value of a CONSTANT can't be changed. But you can change the value of a VALUE using TO 1 VALUE foo ok foo . 1 ok 2 TO foo ok foo . 2 ok by Dirk...
Dirk Busch
dirkbuschde
Offline Send Email
Nov 2, 2005
4:21 pm
10477
... done by Dirk...
Dirk Busch
dirkbuschde
Offline Send Email
Nov 2, 2005
4:31 pm
10478
... No problem... -1 constant test see test -1 CONSTANT TEST ok ' test 9 dump 47ABA4 | 37 10 40 00 FF FF FF FF 6F |7.@.ÿÿÿÿo| ok 3 '...
Jos van de Ven
josven2001
Offline Send Email
Nov 2, 2005
4:36 pm
10479
... get ... GetDCPenColor ... so I ... Work's fine George...
George Hubert
georgeahubert
Offline Send Email
Nov 2, 2005
5:31 pm
10480
... Now try that with Alex's STC kernel? CELL+ (or >BODY) only work with ITC code. With native code compiler the CONSTANT's value can be (and often is)...
George Hubert
georgeahubert
Offline Send Email
Nov 2, 2005
5:35 pm
10481
... Thanks. It's like a cross between a CONSTANT and a VARIABLE. I can see the convenience of it, yet it adds to the complexity of the language....
johneburkett
Offline Send Email
Nov 2, 2005
5:56 pm
10482
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the win32forth group. File :...
win32forth@yahoogroup...
Send Email
Nov 3, 2005
8:54 am
10483
Try the following ... in-application 5 const FIVE in-system 7 const SEVEN in-application FIVE . SEVEN . ' SEVEN >BODY . FIVE correctly returns 5 but SEVEN...
George Hubert
georgeahubert
Offline Send Email
Nov 3, 2005
9:14 am
10484
... http://groups.yahoo.com/group/win32forth/files/Users/George/4stc/Order .f ... To use place in a seperate folder start gkernel.exe Fload src/comment then...
George Hubert
georgeahubert
Offline Send Email
Nov 3, 2005
12:38 pm
10485
... Fixed in the latest; unfortunately, I've been disconnected from the internet for the last 6 days due to a mix-up with BT (I'm moving house, and they...
Alex McDonald
alextangent
Offline Send Email
Nov 4, 2005
2:57 pm
10486
Please forgive the simplistic questions. I'm just getting into ANS Forth. The ANS documentation states that the word FORGET is obsolete. But, how is it...
johneburkett
Offline Send Email
Nov 5, 2005
2:56 am
10487
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the win32forth group. File :...
win32forth@yahoogroup...
Send Email
Nov 5, 2005
9:04 am
10488
... But, ... what ... The problem with FORGET is that it's hard to get it to reclaim the memory from multiple data/code spaces since most words only have ...
George Hubert
georgeahubert
Offline Send Email
Nov 5, 2005
11:22 am
10489
Hello Erza, I think there must be a bug in ForthForm. When I close ForthForm by clicking on the 'x' in the upper right of the main window the window of...
Dirk Busch
dirkbuschde
Offline Send Email
Nov 5, 2005
1:06 pm
10490
... the ... executed ... it ... word). ... sometimes ... leaving ... will ... George, Thanks for the explanation. Forgetting ANEW for the moment, would the...
johneburkett
Offline Send Email
Nov 5, 2005
2:16 pm
10491
... Yes it does exactly the same as ANEW in slightly more code. I would pick a better name for the marker though; when you have quite a few files using my-code...
George Hubert
georgeahubert
Offline Send Email
Nov 5, 2005
4:33 pm
10492
... <johneburkett@y...> ... would ... and ... of ... foo ... One more thing; MARKER (and ANEW) always reset the search order and Current Vocabulary to what...
George Hubert
georgeahubert
Offline Send Email
Nov 5, 2005
4:46 pm
10493
Hi Ezra, Good work your HexViewer class. I hope you don't mind, I fixed some problems that occured with sizing the HexViewer window in ProjectManager - it was...
Rod Oakford
rodoakford
Offline Send Email
Nov 5, 2005
10:39 pm
10494
... From: "Dirk Busch" <dirk.yahoo@...> To: <win32forth@yahoogroups.com> Sent: Saturday, November 05, 2005 8:07 AM Subject: [win32forth] Bug in...
Ezra Boyce
ezraboyce
Offline Send Email
Nov 6, 2005
3:58 am
10495
... From: "Rod Oakford" <rodoakford@...> To: "Win32Forth" <win32forth@yahoogroups.com> Sent: Saturday, November 05, 2005 5:38 PM Subject: [win32forth]...
Ezra Boyce
ezraboyce
Offline Send Email
Nov 6, 2005
3:59 am
10496
... From: "Ezra Boyce" <ezraboyce@...> To: <win32forth@yahoogroups.com> Sent: Saturday, November 05, 2005 10:58 PM Subject: Re: [win32forth] Bug in...
Ezra Boyce
ezraboyce
Offline Send Email
Nov 6, 2005
5:46 am
10497
... The Problem is gone. Thanks. by Dirk...
Dirk Busch
dirkbuschde
Offline Send Email
Nov 6, 2005
7:22 am
10498
Hello Rod, I saw that you moved the Applause7.wav file into the resource of Soduko.exe. The only one problem I see is that it doesn't work on Win98 since the...
Dirk Busch
dirkbuschde
Offline Send Email
Nov 6, 2005
8:59 am
10499
... Hi Dirk, Applause7.wav is played on successful completion of the puzzle. Previously it required the file Applause7.wav to be in the same directory as...
rodoakford
Offline Send Email
Nov 6, 2005
9:27 am
10500
... Agreed I prefer a singe file, too. ... Yes, but I wonder how we can fix this general problem with resources and Win98. Should we compile the resources into...
Dirk Busch
dirkbuschde
Offline Send Email
Nov 6, 2005
10:23 am
10501
... It ... would ... icons) ... Both the methods above could be used but applications would have to be updated to use them. I am not sure whether it is worth...
rodoakford
Offline Send Email
Nov 6, 2005
11:09 am
Messages 10472 - 10501 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