Search the web
Sign In
New User? Sign Up
win32forth
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 8118 - 8147 of 14480   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8118
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 ...
David Garner
dpgarner
Offline Send Email
Sep 1, 2004
7:04 am
8119
... 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 ...
Alex McDonald
alextangent
Offline Send Email
Sep 1, 2004
7:08 am
8120
... 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...
Alex McDonald
alextangent
Offline Send Email
Sep 1, 2004
7:17 am
8121
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...
PhiHo Hoang
flyingtiger2k2
Offline Send Email
Sep 1, 2004
7:41 am
8122
... 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...
George Hubert
georgeahubert
Offline Send Email
Sep 1, 2004
8:48 am
8123
Still got FX lying around? You got me thinking... how fast? \ ********************************************** Dependencies: yCall \ void do_loop( int start,...
rainbowsally
rainbowsally...
Offline Send Email
Sep 1, 2004
10:16 am
8124
... 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"....
Alex McDonald
alextangent
Offline Send Email
Sep 1, 2004
10:31 am
8125
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...
rainbowsally
rainbowsally...
Offline Send Email
Sep 1, 2004
11:10 am
8126
... ===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...
Alex McDonald
alextangent
Offline Send Email
Sep 1, 2004
12:06 pm
8127
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...
George Hubert
georgeahubert
Offline Send Email
Sep 1, 2004
12:09 pm
8128
... Hi George, I can't find the ZEROMENU: method in the sources. by Dirk...
Dirk Busch
dirkbuschde
Offline Send Email
Sep 1, 2004
12:43 pm
8129
... form ... It's in MENU.F line 157. It's the last method in class MENUBAR George...
George Hubert
georgeahubert
Offline Send Email
Sep 1, 2004
1:07 pm
8130
... 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...
rainbowsally
rainbowsally...
Offline Send Email
Sep 1, 2004
1:28 pm
8131
\ 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...
rainbowsally
rainbowsally...
Offline Send Email
Sep 1, 2004
2:10 pm
8132
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...
David Garner
dpgarner
Offline Send Email
Sep 1, 2004
2:47 pm
8133
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...
rainbowsally
rainbowsally...
Offline Send Email
Sep 1, 2004
2:58 pm
8134
... wrote: -<snip>- ... EXE? I don't ... You ... I don't). ... Try WINLIBRARY BCX.DLL \ Just like that George...
George Hubert
georgeahubert
Offline Send Email
Sep 1, 2004
2:59 pm
8135
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...
David Garner
dpgarner
Offline Send Email
Sep 1, 2004
3:18 pm
8136
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. ... ...
rainbowsally
rainbowsally...
Offline Send Email
Sep 1, 2004
3:27 pm
8137
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,...
John A. Peters
japeters1939
Online Now Send Email
Sep 1, 2004
3:31 pm
8138
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...
rainbowsally
rainbowsally...
Offline Send Email
Sep 1, 2004
3:37 pm
8139
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...
PhiHo Hoang
flyingtiger2k2
Offline Send Email
Sep 1, 2004
3:40 pm
8140
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...
rainbowsally
rainbowsally...
Offline Send Email
Sep 1, 2004
3:40 pm
8141
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 ...
rainbowsally
rainbowsally...
Offline Send Email
Sep 1, 2004
3:44 pm
8142
... 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...
Dirk Busch
dirkbuschde
Offline Send Email
Sep 1, 2004
3:44 pm
8143
... Actually, I prefer the exe + image format. Is it still possible to generate a Win32Forth image now ? Thanks, PhiHo....
PhiHo Hoang
flyingtiger2k2
Offline Send Email
Sep 1, 2004
3:47 pm
8144
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...
John A. Peters
japeters1939
Online Now Send Email
Sep 1, 2004
3:49 pm
8145
... in src\ProMgr\zipper.f you'll find 'ZIP interface routines for Info-Zip's Zip32.dll' by Dirk...
Dirk Busch
dirkbuschde
Offline Send Email
Sep 1, 2004
3:53 pm
8146
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....
David Garner
dpgarner
Offline Send Email
Sep 1, 2004
3:54 pm
8147
Rainbow Sally, ... Why don't you just code lzh in Forth? David Garner...
David Garner
dpgarner
Offline Send Email
Sep 1, 2004
3:58 pm
Messages 8118 - 8147 of 14480   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help