... 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 ...
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...
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...
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...
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...
... 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...
... 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'...
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...
... 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...
... 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\...
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...
... 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...
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....
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...
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...
... 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...
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...
... 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...
... 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. ...
... 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 ...