I'm working on a emulator for an old calculator (P101 Olivetti). This calculator has internal 22 digits. The output is in normal notation with a maximum of 15...
I seem to remember that this is an ongoing problem, so I'm cross posting to win32forth@yahoogroups.com. They will have the correct answer. DaR ... From:...
Oops! I forgot to include two files for ForthForm, which will be needed if you want to compile your forms. They can be found in controls.zip in the Files...
Hello, I need to construct an array of string, with dimension 128*3. Thus 128 lines with 3 characters. Can someone give me some help with this? Cheers, Jan...
Hello, Please I need some help. The winser.f is working well with my Arduino. To check I wont to write the characters send from the Arduino on a fixed position...
Recently I decided to get back into learning to program in Forth and downloaded Win32Forth. Lately however all Win32Forth components are registering virus...
Hi, I just released a new version of the program Julia. New the program Julia44: 1) The speed is increased thanks to parallel plotting using assembler to a...
Anyone doing any coding involving accesing USB ports? A search of MSDN library gets me to the communications references but does not clearly talk about USB. ...
Hi Jos, I am glad you showed me that it is possible to add buttons into Win32Console and how to change the menus. I am still working on it, because the CR/LF...
I am learning FORTH using Brodie's book and Win32Forth 6.14.00 The following is taken fron Brodie's "Starting FORTH" page 200. variable counts 10 allot counts...
The Win32Forth IDE has integrated everything useful - except Win32Forth itself. Would it be possible to have the Win32Forth console inside the IDE? Answers...
Hi there, Is it possible to put buttons and pictures inside a splitterwindow pane? And how is it possible to apply mouse commands? Thanks a lot in advance! ...
Hi there, Form Designer has a great tool to define Menus. I tried to get a menu for a new form with the Define Menu tool, but the menu doesn't show up, despite...
Hi I want a Win32Forth window to be hosted in a window of an external program, the handle of which is known. How to make that resizing the external window make...
(I changed the subject ;) Hi Dirk, Very nice to see that I am not alone thinking "I would seem crazy"! So, maybe we are not so crazy ... I think we have...
Hi everybody, I wonder how the IDE can produce "modern looking" windows, eg bumped tabs in tab controls or "a bit rounded" buttons in dialog boxes plus the...
There is a difference in "EMIT" between Win32Forth version 6.12 and 6.14. - in version 6.14 EMIT will insert $A EMIT before executing $D EMIT. I recognized...
I am using WINSER.F since it was available, but with Win32Forth version 6.14 it doesn't work properly any more. Looks like there are delays in receiving...
Happy new year to you all forth Fanatics I have uploaded a file called java.f in directory Yves of this group. It may give you ideas about using java modules...
Hello, I just released JukeboxIn4Th version 2.0 New in this version: - Extended the multitask part for indexed tasks. The tasks are defined in an object (2...
The other day I downloaded PDFCreator (from source Forge) and came across this in the help file: My Anti-Virus Program says that PDFCreator contains a virus....
A group at work is already entering data into a Windows-based application. Now they are also supposed to be putting in much the same data into a 2nd...
Hi, While extending the jukebox I got a bit confused with the current Paths.f ... \ *G Defines a directory search path. \n \ ** The first cell holds a pointer...
Hello, It seems there are the following inconveniences in the editor of the IDE: When you search a string in a source using <Ctrl+f> and you move the cursor ...
Since FIND is vectored, I assume that case sensitivity of the interpreter is a supported configuration. However, I am having trouble figuring out what...
Hello What could be the code of a method IsIvar?: ( add len -- t/f ) that returns yes if add len is the name of an instance variable? Thanks in advance Yves...