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...
... 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...
... [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...
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...
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 ...
... 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,...
... 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...
... 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...
... 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...
... 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...
... -<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...
... parameters) ... or } ... You're right. Since using spaces between the elements always works correctly it seems we've all been programming perfectly and...
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...
... 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...
... 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...
... <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...
... <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...
... 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...
... - ... works ... out ... There are other problems with locals; I've just looked at the ANS specification and (LOCAL) doesn't work as proscribed (amongst...
... 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...
... 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...
... 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...
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...
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...