[fpc-devel] fpc_popaddrstack ()

2013-09-07 Thread dev . dliw
Hi, Improving my bindings for CEF3, I often have crashes with the following message: Program received signal SIGSEGV, Segmentation fault. 0x004ba41a in fpc_popaddrstack () The backtrace looks similar every time: #0 0x004ba3aa in fpc_popaddrstack () #1 0x7fffef704a28 in ??

Re: [fpc-devel] for-in-index loop

2013-01-25 Thread dev . dliw
Hi, though not a fpc developer, I strongly want to support Michaels opinion (not specifically addressing this feature). For me Pascal is the language of choice because of its readability and strictness and simple / clean syntax. IMO C++ actually evolved C in exactly this direction. Therefore it

[fpc-devel] Re: Strings - the fun part [very off-topic]

2013-01-07 Thread dev . dliw
Hi, this is very off-topic, no serious responses expected... Everytime I read anything about strings here, this comes into my mind: http://www.rigsofrods.com/entries/155-the-chaos-of-character-encodings Strings seem to be a general problem for numeric machines :D d.l.i.w