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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 12799 - 12828 of 14480   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12799
... the ... shure ... For vocabularies then ALSO MYVOC would give the effect (and it's not easy to get the wid of a vocabulary anyway). Most of the time I ...
George Hubert
georgeahubert
Offline Send Email
Sep 1, 2007
9:11 am
12800
Anew -Gci.f \ Webserver extension \ Short manual: \ Save test.htm in the webpath ( content after the source ) \ Include Gci.f in the webserver after httpecho.f...
Jos van de Ven
josven2001
Offline Send Email
Sep 5, 2007
2:41 pm
12801
Hi Jos, I'm glad to see that you figured out how to write webserver extensions. I do have a couple of questions in regard to your example: - Did you find it...
Thomas Dixon
phenomenaltom
Offline Send Email
Sep 7, 2007
4:05 pm
12802
I have generated stand alone windows programs using win32forth. But I am not able to do it for a non window application. Maybe it is better if I do an...
Frank J. Russo
fjrusso
Online Now Send Email
Sep 7, 2007
5:45 pm
12803
Thomas Dixon wrote: Hi Tom, ... It took me about 1 day to get and extend it for what I need. The Forth part was the problem. The browser and the received...
Jos van de Ven
josven2001
Offline Send Email
Sep 7, 2007
6:41 pm
12804
... Should be: The Forth part was *NOT* the problem. The browser and the received packet was. That took me 2 days. Sorry, Jos....
Jos van de Ven
josven2001
Offline Send Email
Sep 7, 2007
6:45 pm
12805
... When you would like to use the console you should use: APPLICATION ( app-mem sys-mem app-cfa -<name>- ) \ create application "name" Try: 0 0 ' ENC...
Jos van de Ven
josven2001
Offline Send Email
Sep 7, 2007
6:47 pm
12806
... Encprog ; ' ENC APPLICATION Enc.exe \ create .exe [ELSE] cr .( Type: ENC to start ) cr When I load here is what I am now getting: FLOAD 'C:\Temp\test.f'...
Frank J. Russo
fjrusso
Online Now Send Email
Sep 7, 2007
6:59 pm
12807
Sorry I noticed an error I made and left out 2 required parameters. ... FLOAD 'C:\Temp\test.f' Entry point at 2AB4h (402AB4h) Segment Origin Size...
Frank J. Russo
fjrusso
Online Now Send Email
Sep 7, 2007
7:08 pm
12808
After much more searching I have determined it is 'Turnkey' that I truly want and not 'Application'. Obviously I am not getting console interface. Something...
Frank J. Russo
fjrusso
Online Now Send Email
Sep 7, 2007
7:37 pm
12809
... Take a look at the HELLO word (I think; somewhere in extend.f). You must make the console visible in your startup code; it's there, just not being shown. I...
Alex McDonald
alextangent
Offline Send Email
Sep 7, 2007
9:53 pm
12810
... You must override default-hello with some startup-code for the console window. There are two samples for console-apps in the folder: .\apps\Console-Games\...
Dirk Busch
dirkbuschde
Offline Send Email
Sep 8, 2007
6:36 am
12811
Hi all, Wondering if anyone else works on the Eternity 2 puzzle ? I try to solve it by a brute force method but that is terribly slow if i compare the speed...
Bruno Gauthier
betonnage
Offline Send Email
Sep 8, 2007
8:41 am
12812
... Why? Jos...
Jos van de Ven
josven2001
Offline Send Email
Sep 8, 2007
12:40 pm
12813
... If I understand it 'Application' give you access to forth while 'turnkey' does not and generates smaller code. Frank...
Frank J. Russo
fjrusso
Online Now Send Email
Sep 8, 2007
7:25 pm
12814
Looking for a Hex editor. Didn't see one in the files section. If not know of one? Frank...
Frank J. Russo
fjrusso
Online Now Send Email
Sep 8, 2007
8:53 pm
12815
... Indeed, but you have to pay a price for that. When turnkey is used the number of words that you still can use of Win32Forth is reduced. The whole console...
Jos van de Ven
josven2001
Offline Send Email
Sep 8, 2007
9:10 pm
12816
There is a "no window" application example written in Win32Forth by J.v.d.Ven which calls the WIn32API PlaySound function and creates a very small executable....
Andrew Korsak
kr6dd
Online Now Send Email
Sep 9, 2007
5:09 am
12817
... It is still there in: http://home.wxs.nl/~josv/small.zip Note: I never tested it in version 6.xx.xx Jos...
Jos van de Ven
josven2001
Offline Send Email
Sep 9, 2007
10:06 am
12818
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
Sep 9, 2007
6:40 pm
12819
Thank you one and All. I was able to generate the standalone using the examples in tetris.f games of Win32forth 6.12.x The program I was attempting to make...
Frank J. Russo
fjrusso
Online Now Send Email
Sep 9, 2007
6:43 pm
12820
What does the following do? only forth also definitions forth definitions also hidden Frank...
Frank J. Russo
fjrusso
Online Now Send Email
Sep 9, 2007
6:47 pm
12821
Ignore me I figured it out. Sorry. Frank...
Frank J. Russo
fjrusso
Online Now Send Email
Sep 9, 2007
6:57 pm
12822
... Hi Bruno, When I compile it I get Error(-13): IN/OUT is undefined Where is IN/OUT defined? Jos...
Jos van de Ven
josven2001
Offline Send Email
Sep 10, 2007
6:29 am
12823
... Hello Jos, i forgot to mention that, that runs with win32forth-stc. IN/OUT tells to the compiler number of arguments in and out as ( adr n -- flag ) do but...
betonnage
Offline Send Email
Sep 10, 2007
9:04 am
12824
I had the same problem, but I did not even have enough experience in Forth to write a solver in that language, so I had to teach myself C++ to be able to...
kronjuvel
Offline Send Email
Sep 10, 2007
9:57 am
12825
... IN/OUT can be defined as synonym in/out 2drop for the ITC version (should we add it to V6.12.01 ?). In the files supplied I noticed 2 problems; 1) IN/OUT...
George Hubert
georgeahubert
Offline Send Email
Sep 10, 2007
12:30 pm
12826
... Err... thanks... ... You're right, IN/OUT is intended to supply the compiler with information about the stack effects when it can't work it out itself. ...
Alex McDonald
alextangent
Offline Send Email
Sep 10, 2007
1:04 pm
12827
... hello kron, yes, member of that forum too, + an other french forum devoted to eternity2 i got on eternity2.net the example of pieces files ( made by ...
Bruno Gauthier
betonnage
Offline Send Email
Sep 10, 2007
1:22 pm
12828
Hello All, I have uploaded a Secure Sockets Layer, SSL, library to my user folder (SSL.zip). It uses OpenSSL, an open source TLS/SSL library. See...
Thomas Dixon
phenomenaltom
Offline Send Email
Sep 10, 2007
3:07 pm
Messages 12799 - 12828 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