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.
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 10579 - 10608 of 14480   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10579
Hello Alex, I found a bug in the STC Kernel. ... cr a1 n1 . . 260 LocalAlloc: temp$ cr temp$ . cr a1 n1 . . ; s" test" t 2. NOT should be defined as: ' 0=...
Dirk Busch
dirkbuschde
Offline Send Email
Dec 1, 2005
9:45 am
10580
Working on a file check utility to locate and display duplicate files on a drive. Got the rough version working and running in Win32forth, not in windows just...
Frank J. Russo
fjrusso
Offline Send Email
Dec 1, 2005
8:25 pm
10581
... Yes, my mistake ... Yes, wrong version of asmwin32 shipped. My mistake. ... Again, I should have shipped the benchmark. My mistake. ... Thanks for testing....
Alex McDonald
alextangent
Offline Send Email
Dec 2, 2005
5:24 pm
10582
... OK, I'll check this one; it's an issue between locals and localalloc wordset when adjusting the stack. ... Agreed. The definition I've generated for '...
Alex McDonald
alextangent
Offline Send Email
Dec 2, 2005
5:39 pm
10583
Hi I want to exchange data between Win32Forth instances. I try the following ( rel>abs and abs>rel are needed only in v. 4.2) \ In the first instance: variable...
Yves Surrel
ysur2004
Offline Send Email
Dec 4, 2005
10:54 am
10584
... Bonjour, They are an example at the end of mapfile that is, i think, the soluce :) copy/paste the code in each instance of win32forth. and type in each ...
Bruno Gauthier
betonnage
Offline Send Email
Dec 4, 2005
12:28 pm
10585
... Thank you, I will try. But I don't understand why it is not necessary to do this when calling external DLL functions (e.g. Windows functions) for which...
Yves Surrel
ysur2004
Offline Send Email
Dec 4, 2005
1:18 pm
10586
... see: http://msdn.microsoft.com/library/default.asp?url=/library/en- us/memory/base/memory_protection.asp and ...
Dirk Busch
dirkbuschde
Offline Send Email
Dec 4, 2005
1:55 pm
10587
DIrk, This reference is bad, page not found. In fact they are both the same. Did you mean to do it that way? Would you resend? see: ...
Frank Russo
fjrusso
Offline Send Email
Dec 4, 2005
9:34 pm
10588
DexH I like the posts I see here lately. I had been hoping my comments would stir up some kind of lively discussion. Here is a URL of interest...
John A. Peters
japeters1939
Online Now Send Email
Dec 4, 2005
9:37 pm
10589
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the win32forth group. File :...
win32forth@yahoogroup...
Send Email
Dec 4, 2005
10:08 pm
10590
... I hope http://groups.yahoo.com/group/win32forth/files/Users/Jos/score.zip will help you. I tried to make it as simple as possible. Jos == 4ePost: 431 bytes...
Jos van de Ven
josven2001
Offline Send Email
Dec 4, 2005
10:22 pm
10591
... the same. Did you mean to do it that way? Would you resend? http://tinyurl.com/6haex http://tinyurl.com/avk8f by Dirk...
Dirk Busch
dirkbuschde
Offline Send Email
Dec 5, 2005
9:04 am
10592
... would stir ... doc.html ... That's mainly translating information from German to English, plus updating new words. I don't think we have anyone that knows...
George Hubert
georgeahubert
Offline Send Email
Dec 5, 2005
2:08 pm
10593
... the same. Did you mean to do it that way? Would you resend? ... Actually if you copy paste into a text editor and remove the new line (which Yahoo kindly...
George Hubert
georgeahubert
Offline Send Email
Dec 5, 2005
4:26 pm
10594
It's clipping the URL Goto reply and backspace the URL second line so it becomes one line then Cut and paste to your browser....
caedave
Offline Send Email
Dec 5, 2005
4:45 pm
10595
... Replace this; ... stack [compile] _localalloc localstk 0= if \ if not zero, already using locals -1 to localstk \ mark as localalloc then ;...
Alex McDonald
alextangent
Offline Send Email
Dec 5, 2005
5:05 pm
10596
... Thank's Alex it works. ... by Dirk...
Dirk Busch
dirkbuschde
Offline Send Email
Dec 5, 2005
5:42 pm
10597
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the win32forth group. File : /Users/Dirk...
win32forth@yahoogroup...
Send Email
Dec 5, 2005
5:42 pm
10598
... The last time I used Latex is more than 10 years ago I can't rembere anything. I would prefer to use HTML, too. ... I fully agree ... Yes, and we can use...
Dirk Busch
dirkbuschde
Offline Send Email
Dec 5, 2005
6:06 pm
10599
Can I create Dll's from within Win32forth? If so, point me in the direction of how do, please. Frank...
Frank J. Russo
fjrusso
Offline Send Email
Dec 5, 2005
9:24 pm
10600
... In Version 4.2 it was possible to create a dll whith one exported function. In the the current w32f version it's not possible to create DLL's. I still hope...
Dirk Busch
dirkbuschde
Offline Send Email
Dec 6, 2005
7:18 am
10601
... Please, don't wait! I really think that doc needs written first, and in any format, anywhere; then, later, you can have the much better problem of working...
Alex McDonald
alextangent
Offline Send Email
Dec 6, 2005
10:58 am
10602
... <japeters@p...> ... Yes I meant using DexH (or an enhauncement of it) to generate the HTML. ... problem ... and ... Ask JAP, it was his idea. ... probably ...
George Hubert
georgeahubert
Offline Send Email
Dec 6, 2005
2:39 pm
10603
... agrred ... I want to see the type of the word (e.g. colon-definition, variable, constant, etc) in the glossary. So we need the complete line of the ...
Dirk Busch
dirkbuschde
Offline Send Email
Dec 6, 2005
5:31 pm
10604
... comment ... Normally a glossary is a list of what the words do, not how they're implemented (the source code is for that) so the defining word isn't ...
George Hubert
georgeahubert
Offline Send Email
Dec 7, 2005
2:08 pm
10605
... For : definitions and code words I agree. But I would still like to see in the glossary if a 'word" is a ... this kind of information can be part of the...
Dirk Busch
dirkbuschde
Offline Send Email
Dec 7, 2005
5:02 pm
10606
... I read about it here some time ago. I believe the idea was originally from Frank J. Ruso, but I can not find any record of the concept on my machine. The...
John A. Peters
japeters1939
Online Now Send Email
Dec 8, 2005
2:47 am
10607
I am looking foreword to the HTML or DexH output either on screen and\or on paper. It does not matter how much or how little documentation results. It is the...
John A. Peters
japeters1939
Online Now Send Email
Dec 8, 2005
3:00 am
10608
... to ... with ... variable, ... the ... they're ... isn't ... what ... so ... If the information is relevent I agree. It's just that sometimes words are...
George Hubert
georgeahubert
Offline Send Email
Dec 8, 2005
12:06 pm
Messages 10579 - 10608 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