... Thanks. ... It is indeed a bit quite. Note: I discouvered your msg online and was not send by mail to me. So this also a test too see if msg's are still...
... The solution is: Synonym &local &of Should &local be defined again or left out? Jos == 4ePost: 313 bytes in mail. Elapsed time to buffer: .000035 sec....
... Ok. Sockets.f is not in the distributionset. I think it might be a good idea to include it, since there is now and then some intrest for it. ( Off-topic:...
... What's the licence? I think it's GPL iirc, but worth checking. We're OK distributing this as long as the original comments section is retained. ... Good! ...
In the past I did not pay much attention at overclocking my PC. Recently this has been changed. Reasons: It is possible to run my PC at a lower speed when it...
HAPPY NEW YEAR to you too, Alex, and everyone out there monitoring this "blog". OK, so you want some stirring up chatter -- I just (finally) acquired a webcam...
... Thanks, I tested and extended it with CLIENT-OPEN- Then it was uploaded to the distribution set (CVS). Jos == 4ePost: 572 bytes in mail. Elapsed time to...
... Hi Dirk, Do you mean for sockets.f or CLIENT-OPEN- ? CLIENT-OPEN- was needed to be able to open a nntp-server in open-nntp-server in 4ePost without...
Just wondering if someone has an example of how to use bitmap.f for putting a bitmap in a window client area or could I be directed to an example that I...
Thanks for the help! Forget sometimes the tools that are there. I have not used Form editor since looking at win32forth. Yes I did get the bitmapped buttons...
... Hi Phillip, Try this: load-bitmap mybitmap "location_of_bitmap" bitmapobject this \ create object mybitmap setimage: this \ set the image for this ...
... When it's fine for you to use the Freeimage.dll than you should use the the "FreeImageWindow" class witch is defined in ImageWindow.f instead of Bitmap.f ...
One little correction to Ezras fine example, change SetImage: to SetBitmap: Then it will work as intended. Dick ... Hi Phillip, Try this: load-bitmap mybitmap...
While testing a benchmark in various W32F variants I uncovered a problem with words defined with 2CONSTANT in V4.2STC (V4.2 V6.xx and the official STC are all...
Some time early last year I gave up trying to call a C++ function within the Microsoft Win32API suite for soundcard I/O because I couldn't figure out what the...
... Andy Try looking at Paul Hsieh's assembly tutorial here; http://www.drpaulcarter.com/pcasm/pcasm-book-pdf.zip. The essence is; "A C++ class that has any...
... A local value and perhaps &of could do the trick for a simple experiment. When that works you could perhaps define some kind of class. It should be...