Re: [fpc-devel] graphh.inc - few questions.

2007-07-18 Thread Evgeniy Ivanov
Thanks, Jonas. I will deep inside it. 2007/7/16, Jonas Maebe <[EMAIL PROTECTED]>: On 14 Jul 2007, at 16:01, Evgeniy Ivanov wrote: > I'm doing sdlgraph - so I put my self to packages/base/graph. graph probably has to be moved to packages/extra, so it can easily use things like sdl and the (Ma

Re: [fpc-devel] graphh.inc - few questions.

2007-07-16 Thread Jonas Maebe
On 14 Jul 2007, at 16:01, Evgeniy Ivanov wrote: I'm doing sdlgraph - so I put my self to packages/base/graph. graph probably has to be moved to packages/extra, so it can easily use things like sdl and the (Mac OS X) universal interfaces. I can't understand the method (where are they used

[fpc-devel] graphh.inc - few questions.

2007-07-14 Thread Evgeniy Ivanov
Hi! I'm doing sdlgraph - so I put my self to packages/base/graph. I can't understand the method (where are they used?) using routines in TModeInfo (from graphh.inc). In custom graph modules it's used in such way: mode.PutPixel:={$ifdef [EMAIL PROTECTED]; But in windows and go32v2 ther