[Lazarus] GradientFill

2009-03-27 Thread Jóni Silva
Hi, I'm trying to implement the gradientfill function in WINCE. Altough it successfully calls the function is displays everything black. *Can anyone tell me what's wrong?* [image: Wacko] *GradientFill implementation* > TTriVertex = packed record > x: Longint; > y: Longint; > Red: Word; > G

[Lazarus] READXMLFILE WINCE/KOL

2009-02-04 Thread Jóni Silva
I'm trying to read an RSS feed using XMLread. This example works when i compile to Win32, however for winCE/KOL it shows me an acess violation. path := extractfilepath(Paramstr(0))+'tmp1.txt'; > h.SaveToFile(path); ReadXMLFile(Documento, path); Memo1.Clear; // usando as propriedades Fi