On 1 Nov 06, at 18:13, Johannes Nohl wrote:
> > And where do you think the phrase 'My Secret Password' would be stored
> > other than memory?
>
> so you have to override variables after use? like
>
> var pwd: array[0..15] of char;
> xpwd: string;
>
> [...]
>
> readln(pwd);
> xpwd := encry
< Charset 251 unsupported, skipping... >
Btw, what is that charset 251 in your header for a charset? :-)
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
On Sat, 4 Nov 2006, Graeme Geldenhuys wrote:
> Hi,
>
> I am trying to clean up the fpGFX code and trying to get rid of all
> compiler warnings.
> I get the following compiler hint on every line in the RectToXRect
> function. Using FPC 2.1.1 under Linux.
>
> Hint: Type size mismatch, possible l