... Why you didn't post this problem when you tried to upgrade to v6? Alex has rewritten the parsing of local variables some time ago and we had to fix some...
... It is also great for small files and small aplications. See Config.f the Hibernator and BmiCalculator as an example. It makes them feel better without much...
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...
Jan 3, 2006 8:24 am
10717
... http://groups.yahoo.com/group/win32forth/files/Users/George/4stc/float .f ... To use place in the stc folder and add the following to the EXTEND.F there; 8...
... George I'll post up the latest STC tonight; I've managed to get a pretty serious problem with callbacks fixed that had me scratching my head for the better...
Hi Try this bit of code: \ ***************************************** ... ;class fooclass foo getPeriodY: foo \ ***************************************** The...
... Typing; also hashed ok see setperiods: -1297173453 CONSTANT SETPERIODS: ok see getperiody: -1297173453 CONSTANT GETPERIODY: ok reveals the methods both...
... understand ... nightmare, ... from ... OS ... previous ... allocates ... that ... that ... page. ... the ... W32F ... there's ... real ... Windows ... Why...
... I have found same missing words in stc/float.f They are (.) what is just : (.) S>F (D.) ; And _number, that is missing from gkernel.f Defer _number, `...
... Eeek! Not good; no hash like this is perfect, but is this really acceptable? As the method has an address (which is unique) could that be used instead? -- ...
... are ... one ... is ... that ... Unfortunately the address cannot be used for late-binding (which is what the hash value is for; it's far faster comparing...
... one ... I thought it was something like that. Pity the naming of methods is not 100% secure... But a failure probability of 1 over 2147483648 is ...
... It's probably a lot lower than that; the hash may not be able to generate into some of the number space due to the input, which is sets of ascii chars with...
... are ... is ... is ... is ... sets ... should ... It rotates the accumulator to the left by 7 before the next character is XORed in so after the first 3...
... second ... it ... of ... longer flag ... lengths ... longer flag ... strings ... Unfortunately I can't test until this evening (my Pentium MMX at work ...
... Forgot you English types don't get Scottish holidays! I'll post up anyhow. On the subject of MMX pentiums, perhaps we should back off the cmovxx type...
... Hi, The new definition of compare given by alex seems to be ok :) stc kernel version: 0.01.10 build: 1 s" Happy New Year" S" Happy New Year" compare . 0 ok...
... work ... anyhow. ... cmovxx ... branch, ... It's only the spare computer I use at work for quick tests (as well as the CVS internet etc.) At home I have a...
in Files|Users|Alex, named gkernel.zip. Unzip into a W32F install, preserving path names. This will get you an STC directory at the same level as the SRC...
... on v4.2 test loop1: Elapsed time: 00:00:00.441 100000001 loop2: Elapsed time: 00:00:01.121 100000001 ok on v6.1 test loop1: Elapsed time: 00:00:00.811...
... Should we flag the clash? How would we do that? There are two hash methods available, and perhaps 1 better one would be an idea. There's a good hash here;...