PhiHo, ... I'm not a computer scientist, but I think, from my years of study (years ago) and off the top of my head, that the Forth VM is a two stack machine ...
... gets ... It's not a technique I would use; I just put up the snippet to show how it might be done a little more simply. I leave LibLoad to you. -- Regards ...
... past I ... law". :-) ... A link is all that's required; we don't need to store it in the CVS. ... versions ... I'm having yet more difficulties with...
David, Thanks for the info. Is it correct that in Forth, everything is a word, whether a low level code word or high level colon definition word or COFFWORD...
... I've occasionally noticed problems using W98. It's very intermittent : sometimes it works perfectly for a week or so then it happens just once. Since the...
Still got FX lying around? You got me thinking... how fast? \ ********************************************** Dependencies: yCall \ void do_loop( int start,...
... You can include in that list external DLL entry points, but exclude data structures. I've not yet worked out why Win32FX supporting COFF is "A Good Thing"....
I just sent Pelle an great thank you note and a bug report. The next release may fix the bad resolution in the obj file I disassembled in a note to PhiHo. That...
... ===snipped yCall is the equivalent of call-proc (in the kernel). This does the same; ... Call-proc can be used to call cfa-code words that end in a RET...
While playing around with MDI Dialog windows I discovered the following work-around for getting windows with nenus to rerun form the console ... start: Frame 0...
... I'm not even sure executable files are a good thing, Alex. I just do it 'cause it's fun. :-) I mentioned somewhere before that this whole coff obj...
\ How long since my last message. I compiled the demo from bcx with lcc, converted to an fobj, converted to \ forth code and tested it. That is, I compiled...
Rainbow Sally, ... Wow, I hope this is machine generated. Does not look like anything I want to learn to create. Reminds me of the BAD old days when I used...
First of all Pelles C is not required. It's recommended. How did you build the dll's? The code I have is from an early LCC preprocessor that got modified a...
PhiHo, Please see Alex's previous response for real answers. ;) ... Yes, the concept (as I understand it) is that you build words (whether code or high level...
Thanks for the update, Alex. Call-proc did not exist in 6.01. The need for it did though so I put it in a lib. It's not part of the base code in FX. ... ...
Rainbow Sally I talked to Ron Aaron on the phone just now. He says go ahead and make a branch for FX If you need help ask here. Thank You, John A. Peters,...
The "reason why" is in the doing of it, David. I'm eagerly awaiting others to improve my humble beginnings... and/or a pointer to some obj files that do lzh...
Hi Alex, ... Hmm, is there a defining word for DLLWORD ? (not that there is one for COFFWORD :-). I thought that DLL entry point is used as data for the word...
1. Wouldn't that be the wrong demo? 2. What language was the dll written in? I.e., wouldn't that demonstrate the wrong languge's superiority? 3. May I please...
I don't suppose anyone thought of this in terms of the console and printer functions... And the reason I don't suppose anyone thought of it is because it was ...
... Currently I'm the only one who build's the dll's for w32f I think. So I'm using MSVC++ 6.0, and I'm happy with it. ... <rainbowsally@z...> ... there are...
Rainbow Sally We can now setup a branch for FX and start proving our mettle, bragging and showing off "our" code (I am using the WE as RBS and friends) rather...
George, ... Seems easy enough, now if I only knew how to make BCX.DLL. ;) It's not clear to me why I'd want to code something in BCX and use it from Forth....