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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 9626 - 9656 of 13868   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9626
... I get ... 0 1 dbg tst [2] 0 1 code { LOCAL0 LOCAL1 | LOCAL2 } --> empty LOCAL2 --> [1] 0 LOCAL1 --> [2] 0 1 TO LOCAL0 --> [1] 0 code...
Alex McDonald
alextangent
Offline Send Email
Jun 1, 2005
7:48 am
9627
... I've modified .LOCALS and (.LOCALS) to (in See.f) to print the locals in the correct (reverse) order per the docs, and committed the change to the CVS (and...
George Hubert
georgeahubert
Offline Send Email
Jun 1, 2005
10:25 am
9628
... Blimey, that was quick... -- Regards Alex McDonald...
Alex McDonald
alextangent
Offline Send Email
Jun 1, 2005
11:58 am
9629
Hi Rod, ... I did ;-) It works fine so far. I will upload it to the CVS and change the build process for the applications to add the Icons to the resources...
Dirk Busch
dirkbuschde
Offline Send Email
Jun 2, 2005
4:28 pm
9630
I've developped the assembler/disassembler of ARM chip lpc210x under win32forth. For now the .HEX file can be generated and downloaded to the chip through the...
holi
holinepu
Offline Send Email
Jun 3, 2005
5:54 am
9631
... <insert your code to send a char here> ; ... bounds ?do i rs232-emit loop ; ; ' rs232-emit is emit ' rs232-type is type hope this helps. by Dirk...
Dirk Busch
dirkbuschde
Offline Send Email
Jun 3, 2005
6:11 am
9632
... I have put it in the CVS. Note: It is possible with AddAppIcon of Resources.f to add a nice icon to the program. Do you have some idea for it. Jos == ...
Jos van de Ven
josven2001
Offline Send Email
Jun 5, 2005
7:14 pm
9633
... Hi Jos, For the icon, dunno, if this is better to make a special icon to give an idea of the game, or keep the icon of win32for to promote it ? But, you...
Bruno Gauthier
betonnage
Offline Send Email
Jun 6, 2005
8:20 am
9634
... under ... downloaded to ... the ... through ... rs232, ... hi, Dirk. thanks with your guidance, the problem is solved satisfactorily. here is the program. ...
holi
holinepu
Offline Send Email
Jun 7, 2005
11:42 am
9635
Hi all, How do I get the address of the word I just created? ... somthing cool Is there be a word to grab the last entry? I guess I could calculate it. Maybe:...
yozefg
Offline Send Email
Jun 9, 2005
4:56 am
9636
... Hi Josef, The word LAST holds the NFA of the last definition. ... last @ name> (see) ... ( name> search the CFA from a given NFA ) bruno...
Bruno Gauthier
betonnage
Offline Send Email
Jun 9, 2005
6:05 am
9637
... why not simply HERE something cool ... by Dirk...
Dirk Busch
dirkbuschde
Offline Send Email
Jun 9, 2005
9:01 am
9638
... Or just cool \ address of cool This; ... mybuff buff1 buff1 is the address of the start of a 20 char buffer. Are you trying to do something out of the...
Alex McDonald
alextangent
Offline Send Email
Jun 9, 2005
10:37 am
9640
<eom> -- Regards Alex McDonald...
Alex McDonald
alextangent
Offline Send Email
Jun 9, 2005
11:11 am
9641
Hello, here is something for the XP user's out there. I found a simply way to use the XP-Styles in w32f applications. To enable the XP-Styles in an application...
Dirk Busch
dirkbuschde
Offline Send Email
Jun 9, 2005
3:56 pm
9642
... This just to simple, isn't it..... by Dirk...
Dirk Busch
dirkbuschde
Offline Send Email
Jun 9, 2005
3:56 pm
9643
Greetings, I'm working on a project that requires some inner knowledge of the win32forth interpreter. Is there some way to have the interpreter run a routine...
Thomas Dixon
phenomenaltom
Offline Send Email
Jun 10, 2005
2:18 am
9644
... The easiest way (and it should be relatively portable to most Forth systems) is ... ['] evaluate catch dup -13 <> if throw then \ some other error ... \...
Alex McDonald
alextangent
Offline Send Email
Jun 10, 2005
8:37 am
9645
... Surely that should be either ... ['] evaluate catch dup -13 <> if throw exit then \ some other error or no error ... \ word not found, do your stuff ; or ...
George Hubert
georgeahubert
Offline Send Email
Jun 10, 2005
9:25 am
9646
Hi Dirk, When I start SciEditMdi.exe I get this Message "On Function SendMaessage: Windows Returned Error 87 The parameter is incorrect" and also the Customize...
Andrew W Stephenson
andstep4
Offline Send Email
Jun 10, 2005
12:02 pm
9647
... them ... missing . ... A while ago (when the version number was V6.11.01) both Alex and I had problems with Errors from SciEdit on startup which were (I...
George Hubert
georgeahubert
Offline Send Email
Jun 10, 2005
3:34 pm
9648
... Yes. Complete lack of testing on my part... -- Regards Alex McDonald...
Alex McDonald
alextangent
Offline Send Email
Jun 10, 2005
4:39 pm
9649
Hi Andrew, ... This look's like the same bug George and Alex have reported some time ago. I get a 1400 error after removing an Icon from the toolbar. I hope...
Dirk Busch
dirkbuschde
Offline Send Email
Jun 10, 2005
4:45 pm
9650
... I am trying to invert a transform matirx. I would like the syntax to be: ArelitiveB Tinvert BrelitiveA Where ArelitiveB is the current matrix and...
yozefg
Offline Send Email
Jun 10, 2005
7:00 pm
9651
numconv.f looks good, but in some cases I may not have a number to compile. I think what I'm looking for is done somewhat on the object oriented system. It...
Thomas Dixon
phenomenaltom
Offline Send Email
Jun 10, 2005
7:55 pm
9652
... You might want to use FIND directly; ... s" dup" is-it-defined? . -1 ok s" dupx" is-it-defined? . 0 ok -- Regards Alex McDonald...
Alex McDonald
alextangent
Offline Send Email
Jun 10, 2005
8:27 pm
9653
... On reflection, this is an area that could do with using a chain (or a strand) as, because it's based on defer, every addition needs to know of its...
Alex McDonald
alextangent
Offline Send Email
Jun 10, 2005
8:34 pm
9654
... I can't quite see what you're trying to achieve -- because of the naming convention, I suspect; the length of some of these names is wild! Resist the...
Alex McDonald
alextangent
Offline Send Email
Jun 10, 2005
9:24 pm
9655
... them ... Customize ... I did; just add a manifest for scieditmdi and the toolbar gets cleared. It can be restored by clicking and adding the icons back. --...
Alex McDonald
alextangent
Offline Send Email
Jun 10, 2005
9:51 pm
9656
... naming ... Resist ... temptation is ... Forth, ... to zero. ... ticked, as in ... Your explanation makes sense and is dead right. I actually don't use such...
yozefg
Offline Send Email
Jun 10, 2005
10:51 pm
Messages 9626 - 9656 of 13868   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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