I am a beginner with winforth. I previously worked with HSForth. It gave me easy access to dos commands from within word definitions. ie. I could copy groups...
Try using or VIEWing the word DOS" DOS quote VIEW DOS" for the source. JP ... From: tony.jones31 To: win32forth@yahoogroups.com Sent: Monday, March 03, 2008...
... In 4FreeImage I used: dos" 4FREEIMAGE.EXE" dos$ $exec drop To start 4FreeImange. dos" cmd /C DIR *.* >tst.txt" dos$ $exec drop dir *.txt Also work. What...
Hi everybody, Here are some more questions, still about the new help system I am working on. 1) I suspect that the p-???.htm help files in \doc were created...
... I looked in it and was surprised to see that the *.f files were loaded into the dictionary, instead of scanned for DEXcomments. The advantage of scanning...
... I notice src\extend.f isn't included; although it's mainly a load file it does contain some definitions at the end (perhaps they should be factrored into...
... <georgeahubert@...> wrote: Hi everybody, Thanks again Georges for your explanations on .htm files, code definitions in classes and tip for defining object...
... For each of the linked lists you have to fetch the head of the same list in the superclass and use that (rather than 0) as the terminating value. The word...
... automatic ... WORDLIST ... and ... to ... (or ... There are also a couple of aliases (METHODEXECUTE aand METHODCATCH) that are currently aliases of the...
I have been exploring DexH. I can not get it to work. So I need help telling me what I am doing wrong. I guess first I need to tell you what I have done....
... tell ... Does the file your Dexing have either \ *! docfilename doctitle or \ *> docfilename before any of the actual mark-up commands ( *G *P etc). If not...
... drive? ... If by "boot" you mean "run from", I keep a recent entire Win32Forth in a 16MB "ball point pen drive" that was a handout a friend of mine got at...
This sounds like an admirable goal - similar to Ubuntu Linux - leaves the system as it was afterwards. I would be interested. Cheers, Ray ... drive?...
... I would be intersted too. When you say "leave the system as it was", i suppose that this would need some changes in Win32Forth which make an extensive use...
... as ... others ... due ... Forths ... to ... METHODCATCH) ... and ... Here is my point of view : For R>DROP, here is my preference: R> DROP as it is...
... vocabulary, ... etc.) ... eliminated ... stack). ... Except that RDROP is used by other Forths (e.g. Gforth) so it makes sense to have the same name. ... ...
Camille wrote: For instance in my opinion synonyms and aliases are useless. (and it is really easy to create an automatic conversion program : just have to...
The following was an attempt to move text from one text box to another as I am trying to import text input from user into my windows program ... ; ... drop ...
... it is really easy to create an automatic ... that VIEW can't handle them is enough reason to upgrade them to redefinitions IMHO. Thank you for this. About...
... no- ... You are right on that point. Other candidates can be disassembler, maybe debugger. It would be ok for any extension that the user doesn't have to...
... program ... Since GetTextEx: returns addr and length while SetTextZ: expects only the addr you'll need a drop between the 2 method calls. ... the ... copy ...
... Generally I agree, though there are exceptions to every rule. IMO we should aim for it not to be a problem the majority of the time for the majority of...
I loaded the recent version of win32forth to my hard drive then I simply copied the entire folder to my thumb drive. I take it with me where ever I go. I...
... I suppose it would if I execute the Win32Forth Setup.exe downloaded from the web that I also keep in the pen drive in case I am allowed to install the...
... least ... like ... we ... If some programmers want to do advanced things, they are quite able to build their own tools for that. I am just trying to...