... 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...
... routines ... and ... routines ... I had to comment out the SetPenColor: GetPenColor: SetBrushColor: and GetBrushColor: methods of the gdiDC class (in...
... 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...
... 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)...
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...
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...
... 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...
... 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...
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...
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...
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 ...
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...
... the ... executed ... it ... word). ... sometimes ... leaving ... will ... George, Thanks for the explanation. Forgetting ANEW for the moment, would the...
... 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...
... <johneburkett@y...> ... would ... and ... of ... foo ... One more thing; MARKER (and ANEW) always reset the search order and Current Vocabulary to what...
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...
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...
... 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...
... 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...
... 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...