[Lazarus] Tprogressbar and positional info as ptrint.

Juha Manninen juha.manninen62 at gmail.com
Wed Dec 5 21:52:46 CET 2012


On Wed, Dec 5, 2012 at 9:48 PM, Andrew Brunner <atbrunner at aurawin.com> wrote:
> I'm getting overflow exceptions on values greater than integer.  Can someone revise all values from integer to ptrint so on 64 bit systems it will be valid.

You can scale the value in your code before using it for ProgressBar's Position.
Integer has 2^31 positive values which should be enough for all the
positions shown in a graphical component.

Juha




More information about the Lazarus mailing list