... Done. No problems there. When I rebuild/ extended Win32Forth I had to push a key when Win32ForthIde was compiled. Could we not Prepend<home>\ put in the...
I've added the FCMOV and FCOMI instructions to the assembler in both the itc and stc versions of W32F (and also fixed a bug in their dissembly, which hadn't...
... thank's that's fine :-) ... ups, there was some debug code I forgot to remove... now it's gone ... Sound's to be a good idear. I will take a look. by Dirk...
... Correction: There are problems when full-path gets a filename and a path that is not valid path. Then it should return the original file name and a flag ...
I have made an interface for wininet.dll Why? Gives my program, Forth- AIMind, FTP access to a server. The program is able to up and download files. Turns out...
... Again tested. It seems the monster has almost been beaten. One minor note: Enter a full valid filename and a path-name containing zeros. full-path returns...
... search-path ... The mixing of full-path's and relative path's was the main reason I reworte the search path stuff. Take a look at FIND-PATH witch uses one...
... Forth- ... does ... little ... There is some code in WinEd\Ed_Url that use the wininet dll. Possibly the code from there and your code could be factored...
... Thanks for that very important answer. So let's not change full-path. ... No it does not, but now we agreed on full-path. As a consequence it is not very...
In the past when I initiated a discussion on DLL's I seem to remember someone tell me about a program capable of disceting DLL's, in fact I remember using it...
... I remember when this subject came up in the group. The program name was "depends.exe". (I used it before, but I forgot who posted it). A quick google...
... There is one from Microsoft called "Dependency Walker". I think it comes with the Platform SDK which you can download from the Microsoft HP. by Dirk...
G'day Confession is good for the soul, they say. I confess I know very little about Forth. A quick search through the message archive reveals that Win32Forth...
... No, writing com.dll's with w32f is not possible at the moment because it's not possible to build dll's with w32f. I hope that this will be possible with...
... Within the next 12 months, or beyond? ... Start here: <http://articles.techrepublic.com.com/5100-3513_11- 5800272.html> And why am I interested in COM DLLs...
... Even when we have DLLs sorted and debugged (and IMO they will follow after EXEs are done) then there's still the matter of doing a COM server (the current...
... There is an ordered collection class ORDERED-COL (in the file lib\ext_classes\ordered-col.f) that probably does something similar. It's basically an array...
G'day everyone We keep getting asked this, along with the related question, "I'm already productive in language X, why should I learn your language?" I'll...
I'm writing the debugger for the STC version, and I want to make sure the design is OK before I go much further. Any ides you might have, please let me know...
Just wanted to drop a note to everybody working on Win32forth. You are doing a great job! I am not a professional programmer but I wonder what I can do for ...
Dear Bruce, An interesting post. Does this post mean that you are using Forth as a basis for creating indigenous programming languages? Rory Short ... From:...
... Sound quite good. Perhaps you mention it, but I missed it due to a lack of knowledge. Will it also be possible to see the floating-point stack instead of ...
Rory, ... Protium has already been written, using VB6, C++ and FORTRAN. What I've been researching are ways of demonstrating the plug-in architecture and had ...
... sure ... have, ... a ... other ... debugged. ... sample ... and/or ... so ... some ... Or (even better) as well as. It would also be useful to include the ...
... sure ... other ... debugged. ... sample ... Hopefully it will be modular, so that at a later date it could be incorporated into Win32ForthIDE (the STC...