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...
Jul 2, 2006 6:23 pm
11443
PictureViewer is an MDI application to view the various formats of picture files that FreeImage supports. I have uploaded my latest version which has lots of...
... picture files that FreeImage supports. I have uploaded my latest version which has lots of new features and bug fixes. By default, files are opened in...
Hello, I just got the latest version of the Win32Forth IDE from the CVS and it's brocken. When I resize the main window it hangs. BTW who has changed the...
... Not on my XP machine. Did you also rebuild Win32Forth? Note: Sometimes I delete all the *.F files to be sure that I have the right version. ... I did not...
... I haven't had any problems under XP. ... I added the TCS_BUTTONS style to the TabConctrolEx class in the On_Init: method (I think). Simply remove it if you...
... I was actually referring to combining it with TCS_VERTICAL so the tabs were down the left hand side, but when I tried it I found the sideways text a pain. ...
... I just downloaded a fresh copy of the complete w32f system from the CVS and the IDE still hangs on my w2k-system when I try to resize the main window :-( ...
Does Win32Forth have support for reading and writing the IO space on a PC? I see the IN and OUT assembler words, but I was wondering if there were any...
... Well you can't read/write to the IO space under windows directly. Only driver's are allowed to access the hardware, so there are no words in w32f to do...
Hi bergy_50us & Dirk, There is also GiveIO.sys which enables port I/O under WinXP. ( Win95 and Win98 will let you access I/O ports directly ). Take a look at...
... You can (do IO space input/output) under 98, but not NT based systems (eg XP). I already have a port tool (I'm using PortTalk) so I really do want to...
Got a better, more efficient way to do this? I thought about using 'Case' but don't think it fits here because of the '>' test: I @ 0= IF 0 spike ! THEN I @...
I 5 / dup 5 > if 14 + else dup if 2 * 2+ then spike ! off the top of my tongue... ... __________________________________________________ Do You Yahoo!? Tired...
If you don't prefer the mathematical approach, at least reverse the order of your IFs and add EXIT or use ELSE's. That way you can at least minimize the tests...
... I have taken a closer look on this problem. It seem's that it has something to do with background task's for filling in the classes and the vocabularies...
... Curious. According to the Windows docs the main task (which owns the Foreground Window; neither of the background tasks own any windows) should be boosted...
... You could use a kind of jump table in which the value of spike are associated. Jos == 4ePost: 820 bytes in mail. Elapsed time to buffer: .000047 sec....
I Jos, When you made multiple search path's posible and changed the file's paths.f SUB_DIRS.F and Filelister.f Unfortunatly Win32ForthIDE.exe has stopped...
screen-size . . 864 1152 ok.. screen-width . 644 ok.. screen-height . 484 ok.. This is nice but how do I get this to characters per line & lines per screen....
Hello, I am a very beginner in Win32Forth programming. I am writing a Win32Forth(V6.11.09)program that will have to produce a clean and exhaustive Entry Form...
Have I got this right? \ ... reload [if] INCLUDE ENBOOT.F [then] ; \ *********************************************************************** Thanks Frank...