Re: [fpc-pascal] Is it necessary to protect passed passwords in memory?

2006-11-04 Thread Tomas Hajny
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

Re: [fpc-pascal] Compiling problems

2006-11-04 Thread Marco van de Voort
< 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

Re: [fpc-pascal] How to fix - Hint: Type size mismatch

2006-11-04 Thread Michael Van Canneyt
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