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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 14126 - 14155 of 14480   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14126
... After re-installing Vista it seems the new DLL needs Msvcr71.dll Msvcr71.dll seems to be a C run-time library and is not a part of the Vista. That might be...
Jos van de Ven
josven2001
Offline Send Email
Jan 3, 2009
9:13 pm
14127
... release can be ... like ... when ... the Vista. ... I doubt it's part of Vista since 1 have 13 copies of it on my laptop, which only has XP. One copy is in...
George Hubert
georgeahubert
Offline Send Email
Jan 4, 2009
12:28 am
14128
... I fixed this one. A new version of the w32fscintilla.dll is in the CVS ... Dirk...
Dirk Busch
dirkbuschde
Offline Send Email
Jan 4, 2009
8:37 am
14129
Fixed indeed thank you. Jos ... From: "Dirk Busch" <dirk.yahoo@...> To: <win32forth@yahoogroups.com> Sent: Sunday, January 04, 2009 9:36 AM ...
J.v.d.Ven
josven2001
Offline Send Email
Jan 4, 2009
1:11 pm
14130
I am looking for info on how to control the console. I want to be able to write text in different colors and background colors. I found the words foreground...
Rick Collins
gnuarm
Offline Send Email
Jan 8, 2009
5:40 am
14131
... found ... I am afraid it is not possible to write text in different colors and background colors (there is only one font for the console). Rod...
rodoakford
Offline Send Email
Jan 8, 2009
8:44 am
14132
What do you use the console (comand line) for - Instead of a window where colors can be used? JP ... From: "rodoakford" <rodoakford@...> Subj:...
japeters@...
japeters1939
Online Now Send Email
Jan 8, 2009
3:10 pm
14133
What version of Win32Forth are you using? Jos ... From: "Rick Collins" <gnuarm.2006@...> To: <win32forth@yahoogroups.com> Sent: Thursday, January 08,...
Jos v.d.Ven
josven2001
Offline Send Email
Jan 8, 2009
6:36 pm
14134
I believe it is the current one, 6.12.00 build 2 I would like to keep it text based to keep it simple, and so it can be used over a serial port if needed. My...
Rick Collins
gnuarm
Offline Send Email
Jan 8, 2009
7:23 pm
14135
... Hi Rick, I don't know if this solution works for your problem, but I have some code for a simple VT100 telnet server (below). It uses the socket library...
Thomas Dixon
phenomenaltom
Offline Send Email
Jan 8, 2009
9:50 pm
14136
... [char] H semit ; ... Thanks, I tried the above and it loaded ok in W32Forth. But I see two problems. The Forth window is initially blocked by Vista...
Rick Collins
gnuarm
Offline Send Email
Jan 9, 2009
6:11 am
14137
Hmmm... Looks like Telnet *and* HyperTerm are no longer distributed in Windows Vista :-( (I tried an Vista machine here at work). Can you try it on an XP...
mark wills
markrobertwills
Offline Send Email
Jan 9, 2009
7:58 am
14138
I have Hyperterm on my Vista machine. I don't recall if I had to do anything special. I want to say the program was there, but not shown in the Start menu....
Rick Collins
gnuarm
Offline Send Email
Jan 9, 2009
8:43 am
14139
... Asking for permission to let an application use the network is appropriate, in my book. The reason why win32forth says "not responding" is because it does...
Thomas Dixon
phenomenaltom
Offline Send Email
Jan 9, 2009
3:11 pm
14140
... responding" ... more. ... doesn't it? ... Great! This works. When I used the command above it started a process that used about half of my CPU (all of...
Rick Collins
gnuarm
Offline Send Email
Jan 9, 2009
5:26 pm
14141
The console in version 6,12 is quite restricted. Graphics can not be done. Version 6.14 will give more freedom. I think you are right about the 2 window...
Jos v.d.Ven
josven2001
Offline Send Email
Jan 9, 2009
5:45 pm
14142
Well, if you are running both client (Hyperterm) and server (your forth program) on the same machine, configure as follows: IP Address: 127.0.0.1 Port: 23 Then...
mark wills
markrobertwills
Offline Send Email
Jan 9, 2009
6:06 pm
14143
... These kinds of things make me scared of Vista. I guess I'll have to upgrade one day... ... By default, the terminal echos text locally. This can be...
Thomas Dixon
phenomenaltom
Offline Send Email
Jan 9, 2009
7:21 pm
14144
... blip. ... I see no reason to upgrade. I have Vista because you can't buy a laptop without it. Some of the networking stuff is more user friendly than...
Rick Collins
gnuarm
Offline Send Email
Jan 9, 2009
8:25 pm
14145
I've been working with the ansi_term code from Tom Dixon after modifying start-term as suggested by Tom Dixon. I am finding that if I try to forget all of the...
Rick Collins
gnuarm
Offline Send Email
Jan 11, 2009
4:22 am
14146
Forget is tough to code. It would to not only roll back changes to the dictionary but other changes to the OS. Now days our machines are so fast that instead...
japeters@...
japeters1939
Online Now Send Email
Jan 11, 2009
5:07 am
14147
... the dictionary but other changes to the OS. ... untrustworthy (depreciated?) FORGET you can just reload instead. It's pretty strange when ANS Forth words...
Rick Collins
gnuarm
Offline Send Email
Jan 11, 2009
5:44 am
14148
... if ... FILES\WIN32FORTH\SRC\CL ... FILES\WIN32FORTH\SRC\ ... FILES\W ... The edx register (USER pointer) has clearly been corrupted, since it is normally...
George Hubert
georgeahubert
Offline Send Email
Jan 11, 2009
10:47 am
14149
... the dictionary but other changes to the OS. ... From DPANS: Restore all dictionary allocation and search order pointers to the state they had just prior to...
George Hubert
georgeahubert
Offline Send Email
Jan 11, 2009
10:56 am
14150
... The fact that FORGET and MARKER only deal with the dictionary pointers, and other restoration is the responsibility of the programmer. ... have ... Just a...
George Hubert
georgeahubert
Offline Send Email
Jan 11, 2009
11:03 am
14151
... What other restoration? This is crapping out on the compile. I read your other post. Exactly how do I invoke wsocket2-cleanup? Is this just a Forth...
Rick Collins
gnuarm
Offline Send Email
Jan 11, 2009
3:02 pm
14152
Try F12 in the IDE when you see your source in it. Jos ... From: "Rick Collins" <gnuarm.2006@...> To: <win32forth@yahoogroups.com> Sent: Sunday, January...
Jos v.d.Ven
josven2001
Offline Send Email
Jan 11, 2009
4:02 pm
14153
... the ... read ... It's defined as a Forth word in the the file, sock.f ... I ... steps ... Surely you can also put the start telnet in the file as well....
George Hubert
georgeahubert
Offline Send Email
Jan 11, 2009
6:09 pm
14154
... Yes, I tried typing it and Forth recognized it as a word, but it doesn't help the failure. ... How would I do that? The telnet program is a DOS command...
Rick Collins
gnuarm
Offline Send Email
Jan 11, 2009
8:15 pm
14155
The telnet code that Tom Dixon gave me works pretty well except for one problem. I am pretty sure the sockets code is providing a character echo somewhere. I...
Rick Collins
gnuarm
Offline Send Email
Jan 11, 2009
10:06 pm
Messages 14126 - 14155 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