[fpc-devel] Extract the color data and alpha from a PNG image

2013-02-05 Thread silvioprog
Hello friends, I'm trying to extract the color data and alpha from a PNG image. In PHP it is very easy to implement, but in FPC I don't know how to do it. I tried to do it via chunk.data, ZData etc., but, without success. Attached two files to test it. To test the PHP code run this command in

Re: [fpc-devel] Extract the color data and alpha from a PNG image

2013-02-05 Thread Mattias Gaertner
On Tue, 5 Feb 2013 12:37:24 -0200 silvioprog silviop...@gmail.com wrote: Hello friends, I'm trying to extract the color data and alpha from a PNG image. In PHP it is very easy to implement, but in FPC I don't know how to do it. I tried to do it via chunk.data, ZData etc., but, without

[fpc-devel] Image size is too big for target even if external debug file is used

2013-02-05 Thread Sven Barth
Hello together! I have a arm-wince project (using LCL) where I have a stacktrace and I'd like to resolve the symbol information. As I'm not cross debugging I'm using an offline (post mortem) process for which I compile my application with debug information, but also -Xg to get a seperate

Re: [fpc-devel] Image size is too big for target even if external debug file is used

2013-02-05 Thread Sergei Gorelkin
05.02.2013 19:32, Sven Barth пишет: Hello together! I have a arm-wince project (using LCL) where I have a stacktrace and I'd like to resolve the symbol information. As I'm not cross debugging I'm using an offline (post mortem) process for which I compile my application with debug information,

Re: [fpc-devel] Image size is too big for target even if external debug file is used

2013-02-05 Thread Sven Barth
Am 05.02.2013 17:31, schrieb Sergei Gorelkin: 05.02.2013 19:32, Sven Barth пишет: Hello together! I have a arm-wince project (using LCL) where I have a stacktrace and I'd like to resolve the symbol information. As I'm not cross debugging I'm using an offline (post mortem) process for which I

[fpc-devel] I have created a openocd debugger-interface for lazarus, now some questions

2013-02-05 Thread Michael Ring
In the last days I have had a nice fight with lazarus-trunk, but it seems I succeeded in the end ;-) I have integrated openocd debugger class as a child of the gdbmi debugger classes, basic code upload debugging now works for me in lazarus, still has some rough edges, this is why I am

Re: [fpc-devel] I have created a openocd debugger-interface for lazarus, now some questions

2013-02-05 Thread Martin
On 05/02/2013 22:14, Michael Ring wrote: I have integrated openocd debugger class as a child of the gdbmi debugger classes, basic code upload debugging now works for me in lazarus, still has some rough edges, this is why I am seeking for support by the arm-embedded hackers here in fpc-devel.

Re: [fpc-devel] I have created a openocd debugger-interface for lazarus, now some questions

2013-02-05 Thread Sven Barth
On 05.02.2013 23:14, Michael Ring wrote: In the last days I have had a nice fight with lazarus-trunk, but it seems I succeeded in the end ;-) I have integrated openocd debugger class as a child of the gdbmi debugger classes, basic code upload debugging now works for me in lazarus, still has