I want to save the application dictionary, the code dictionary, plus a seperate ALLOCATEd data space to either a single file or a series of files. This seems...
Hello, I have registerd the URL www.win32forth.org for us. Currently the URL is pointing to my personal Win32Forth homepage, but I will change that in the near...
... plus ... consecutive ... Sinced an ALLOCATEd area needs to be ALLOCATEd anew when the program runs and the address may vary it would have to be saved and...
no, i know about TURNKEY and FSAVE. i'm not trying to build a new EXE. my program is an extension of FORTH that turns FORTH into an interactive graphical...
... i ... address ... dictionary!) ... up ... loaded ... saving ... done ... I'm not quite sure what you're trying to do. In all versions, look at the code...
... i ... address ... dictionary!) ... -<snip>- There are plenty of subtle ways to crash W32F in various ways , createing an infinite loop ( or a very long one...
If you just signed up for our newsgroup, Welcome. Don't worry, activity will eventually pick up here again. It's just a little dip in the relatively steady...
Hi Doug, ... Only device dependend bitmap's (DDB's) can be assigend to a button control. So you have to convert the JPG into a DDB. Something like this should...
... I have changed it. Now the URL point's to a new page called: "The Home of the Win32Forth Project Group". If you have something that I should put on the...
Hi Alex, I found some new bug report's for us at sourceforge. Most of them are for WinEd, so I'll take a look. BTW there are still some old one's there, too. ...
Thanks for the fast reply Dirk, I just downloaded FreeImage 3.0.0 now I am making a new list of functions from the DLL. Looking to make a class or set of words...
Hi Doug ... no Problem :-) ... Look at http://www.mkemper.com/forth/ there you'll find "QUADRIX" a game written in win32forth witch has a genric class to...
\ \ Beware there be devils here! March 4th, 2004 - 8:40 Doug Gihl \ \ using devil from win32for Version: 6.08.00 Devil Version: 1.6.5 \ get devil at...
I'm no C expert, but I think I've fixed the problem of turnkeys disappearing in a minimised state or simply appearing behind other windows. TERM.CPP was doing...
Some one please make a judgment call as to at what state are we at with respect to removing the C wrapper? Is it removed, or is there still some details to...
... The wrapper itself is gone :-) But there are still some part's of w32f that are written in C (the console and the printing support) witch are in ...
... thank you, that's great :-) ... I cleand it up a bit, but your change was ok :-) ... yep, I'll start testing some older applications with the new version...
... Try the update; there was an OFF in open code in the kernel; the meta compiler doesn't understand it and uses the default OFF in Forth which causes the...
I managed to convert fmacro.f to Win32Forth version 6.0*. In version 6.09.04 are KEY and EKEY? missing. When a new version was downloaded from the CVS to check...
Hi Jos, ... that's fine :-) ... I can't belive that but I'll take a look. ... I think you checked out the old 6.08.xx branch and not the current 6.09.xx...
i'm sure i must be missing something pretty obvious, but how come i can use floating point words but can't even input floating point numbers according to the...
... witch Version of Win32Forth areyou using? In Version 6.09.xx I get: 1234.1234E5 ok f. 123412000. ok s" 1234.1234E5" >float ok. f. 123412000. ok. by ...
... Thanks. The "Update Special" did the trick. Now KEY and EKEY? are defined. There seems to exist a strange puzzeling "memory" effect. When we understand and...