[fpc-pascal]Mouse Unit

2003-02-06 Thread Mark Emerson
The mouse unit appears to support resolution only at "character" granularity. What about pixels? ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal]Unit Graph with Linux (Knoppix) or alternative unit

2003-02-06 Thread Michael Van Canneyt
On Thu, 6 Feb 2003, Holger Peters wrote: > Hi, > are there any alternatives? > I think of a simple Graphic Unit, or a Widget for GTK with some simple > drawing functions. I'm satisfied with a simple PutPixel procedure. You may want to have a look at the 4th or 5th GTK article on the website. Th

Re: [fpc-pascal]Unit Graph with Linux (Knoppix) or alternative unit

2003-02-06 Thread Anton Tichawa
Hello, Holger Peters! I hvae a unit that sits on top of X and allows run-time switching between normal and DGA mode, and - in DGA mode - fast painting. There are almost no widgets, but some examples (two fonts, balls, rainbows, ..). Currently, it does NOT run under proprietary OS's. Also, it is

Re: [fpc-pascal]Unit Graph with Linux (Knoppix) or alternative unit

2003-02-06 Thread Holger Peters
Hi, are there any alternatives? I think of a simple Graphic Unit, or a Widget for GTK with some simple drawing functions. I'm satisfied with a simple PutPixel procedure. Holger ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/m

Re: [fpc-pascal]Linking to Windows

2003-02-06 Thread Anton Tichawa
Hello, Hans! You may use the GetProcAddress (Win32 API function) to retrieve the procedure's START-ADDRESS, wehre the input parameter is EITHER an index, I think of limited size, OR a name, that must be SPELLED CORRECTLY. If you try both, and look for MATCHING ADDRESSES, you should be able to g