On Sat, 22 May 2010 16:09:10 +1000
Peter E Williams <[email protected]> wrote:

>     max_x := inttostr( max_x_param.text );
> //                     ^^^^^^^^^^^ it is a TEdit
> main_island.pas(270,41) Error: Incompatible type for arg no. 1: Got
> "TTranslateString", expected "QWord"

Use StrToInt or StrToIntDef(,0)

Mattias

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to