... hi Gary, that works if you insert the news keys/functions in the ?f1-help word like under . ... s" doc\p-getstart.htm" conhndl "file-link ; ... s"...
... The best way to do this within a windows application is using an "Accelerator Table". See: .\doc\p_AcceleratorTables.htm how to use them in Win32Forth. ...
... doing ... Only the ... Thanks Dirk, But I'm not writing to a separate windows application. I just want the F5 key to do something immediate for me while...
... Hi Bruno, Thanks for the suggestion. I was trying to avoid recompiling the package as I'm probably going to let someone else change this whenever they want...
... That works for me without recompiling the package, i just made a copy/paste to the console and the " testing ...." appears. But if i remove the cr ( just...
... word ... count ... Perfectly! Thanks Bruno. It's interesting that I picked a test example which was the bug. Had I patched in my "real" application it...
... ok, I see ... Hm, that's a good question but I think it's not possible at the moment. I think we should add a helper function to the w32fConsole.dll to...
hi, all. ... see test It looks the same as it was coded. ..................................... what if ... ( ` is redefined to behave like a special parser.) ...
... Extend the decompiler. ... Sounds a bit tricky here. Machine code is normaly done between the words code....end-code There are a number of tricks possible...
I tried to install the latest stable version of win32forth. Now I have trouble even accessing it. The last line in theWin32Forth Console was: Error(-13):...
... have ... happens. ... problem. ... folder, so it appears you have an older class.f in the main folder. This can occur if you install the new W32F over an...
In a message dated 10/10/2007 9:55:51 A.M. US Mountain Standard Time, ... "Charles A Gray" <tcykgreis@.tc> ... have ... happens. ... problem. ... folder, so it...
... [snip] ... [snip] Thanks to the good advice, I managed to load the new stable version. I decided to load it because I was having another problem and was...
... Time, ... (mailto:win32forth@yahoogroups.com) , ... I ... Console ... a ... use ... when ... because ... folder. ... version ... program ... to ... that...
... It look's like that you are trying to write to address 0 at some place in your code. Some older Versions of w32f didn't crash when you do this, but the...
In a message dated 10/11/2007 9:42:15 A.M. US Mountain Standard Time, ... It look's like that you are trying to write to address 0 at some place in your code....
... Time, ... offset was ... either went off ... example given, ... process ... see that everything ... completed, I was ... that value ... crash and I ... ...
In a message dated 10/11/2007 1:35:37 P.M. US Mountain Standard Time, georgeahubert@... writes: $VALUE only allots 80 bytes, which means it can only...
... Time, ... + ... requires 2 ... corrupted, ... too ... used 80 ... of each ... hand is given first in ... suits, a space ... return ... in the past but ...
In a message dated 10/12/2007 6:33:53 A.M. US Mountain Standard Time, georgeahubert@... writes: A counted string can be 256 bytes in total (255 chars...
... A packed bit array with 6 bits per card and 52 cards fits in 39 bytes. Depending on how many of those you want to store in RAM at once, you'll probably...
... You've got 52 factorial orderings, which if I used 'bc' properly comes out to something just less than 2^226. That takes 28 bytes plus change, call it 29...
... that can ... Try 51 factorial; the last card doesn't need to be specified in the ordering, you just need to order 51 cards and the last is left. Not a lot...