Re: [fpc-pascal] Suggestion about ability to pass local procedures as variables

2010-11-30 Thread Max Vlasov
On Tue, Nov 30, 2010 at 12:26 PM, Vincent Snijders < vincent.snijd...@gmail.com> wrote: > 2010/11/30 Max Vlasov : > > So, I suppose that implementing closures is not in real plans (it's ok, I > > can live with that), but what about the second, is it possible? > > > > I will glad to hear different

Re: [fpc-pascal] Working Free Pascal android JNI example

2010-11-30 Thread Felipe Monteiro de Carvalho
On Wed, Nov 10, 2010 at 5:08 PM, Reimar Grabowski wrote: > Thanks for the tutorial, but as you surely have read (see comments) there are > problems using this approach. And I won't hardly call it officially supported > as it is a little hackish. I don't care about being officially supported or

Re: [fpc-pascal] Working Free Pascal android JNI example

2010-11-30 Thread Felipe Monteiro de Carvalho
On Tue, Nov 30, 2010 at 11:32 AM, Felipe Monteiro de Carvalho wrote: > Also, installing BeRoXM.apk failed in HTC Wildfire Android 2.1 I didn't check the log since I don't plan on using JNI anyway, but probably it was built for release but lacks the certificate. This issue confused me a bit. ant

[fpc-pascal] RE: fpc ide 2.4.2

2010-11-30 Thread Pierre Muller
There is indeed a bug in the text mode IDE. Nevertheless, you should be able to go past that restriction by quitting the IDE after the “Impossible to set COLSxLINES mode” error box, and re-enter the IDE just after. At least on my windows, the IDE after re-starting has changed its size to the

Re: [fpc-pascal] Working Free Pascal android JNI example

2010-11-30 Thread Felipe Monteiro de Carvalho
Hello, How do you compile BeRoXM? Using ant? Also, installing BeRoXM.apk failed in HTC Wildfire Android 2.1 Also, I couldn't find the source code for the Pascal part. thanks, -- Felipe Monteiro de Carvalho ___ fpc-pascal maillist - fpc-pascal@lists

Re: [fpc-pascal] Suggestion about ability to pass local procedures as variables

2010-11-30 Thread Max Vlasov
On Tue, Nov 30, 2010 at 12:26 PM, Vincent Snijders < vincent.snijd...@gmail.com> wrote: > 2010/11/30 Max Vlasov : > > Hi, > > > > it appears recently several pieces if knowledge came to me, I understood > how > > anonymous functions (aka closures) work :) and the fact that GNU Pascal > > allows pa

Re: [fpc-pascal] Suggestion about ability to pass local procedures as variables

2010-11-30 Thread Vincent Snijders
2010/11/30 Max Vlasov : > Hi, > > it appears recently several pieces if knowledge came to me, I understood how > anonymous functions (aka closures) work :) and the fact that GNU Pascal > allows passing local procedure as variables. I mentioned them together > because as many I don't like the closur

[fpc-pascal] Suggestion about ability to pass local procedures as variables

2010-11-30 Thread Max Vlasov
Hi, it appears recently several pieces if knowledge came to me, I understood how anonymous functions (aka closures) work :) and the fact that GNU Pascal allows passing local procedure as variables. I mentioned them together because as many I don't like the closures as they implemented everywhere i