Re: [fpc-pascal] More Win CE

2010-11-20 Thread Frank Peelo
On 20/11/10 13:48, Fantomas wrote: ... Sorry, but what do think is awesome? That you can only write .NET applications for Windows Phone 7? That's what I call terrible (which is basically the contrary of "awesome"). Of course, I meant that it's terrible and horrible, for I like WM and FreePasca

Re[2]: [fpc-pascal] More Win CE

2010-11-20 Thread Fantomas
>> Then, it is awesome, is not it? As for me, WM and its API was quite >> comprehensible and convenient to develope applications in my favourite >> Pascal. There was large number of devices running under WM. Fotunately, there >> is a lot of ones so far. > Sorry, but what do think is awesome? That

Re: [fpc-pascal] More Win CE

2010-11-20 Thread Sven Barth
On 20.11.2010 13:43, Fantomas wrote: Free Pascal applications won't run on Windows Phone 7, but they might run on "pure" Windows CE 6 and 7 systems (not tested though). Will not they really run under Windows Phone? At least not on unhacked devices, cause they only allow .NET applications (mo

Re[2]: [fpc-pascal] More Win CE

2010-11-20 Thread Fantomas
>>> Free Pascal applications won't run on Windows Phone 7, but they might run on >>> "pure" Windows CE 6 and 7 systems (not tested though). >> >> Will not they really run under Windows Phone? > At least not on unhacked devices, cause they only allow .NET > applications (more precise: Silverlight

Re: [fpc-pascal] Initialize/Finalize with count, is it possible?

2010-11-20 Thread Max Vlasov
On Sat, Nov 20, 2010 at 1:29 PM, Sven Barth wrote: > On 20.11.2010 10:07, Honza wrote: > >> 2010/11/20 Max Vlasov: >> >>> FillChar(Section^, Count*ElementSize, 0); >>> Initialize(TNameValueRec(Section^), Count); >>> >>> Is possible for such syntax to be supported? Probably I'm one

Re: [fpc-pascal] Initialize/Finalize with count, is it possible?

2010-11-20 Thread Michael Van Canneyt
On Sat, 20 Nov 2010, Sven Barth wrote: On 20.11.2010 10:07, Honza wrote: 2010/11/20 Max Vlasov: FillChar(Section^, Count*ElementSize, 0); Initialize(TNameValueRec(Section^), Count); Is possible for such syntax to be supported? Probably I'm one of those rare developer usin

Re: [fpc-pascal] Initialize/Finalize with count, is it possible?

2010-11-20 Thread Sven Barth
On 20.11.2010 10:07, Honza wrote: 2010/11/20 Max Vlasov: FillChar(Section^, Count*ElementSize, 0); Initialize(TNameValueRec(Section^), Count); Is possible for such syntax to be supported? Probably I'm one of those rare developer using it, and maybe because of this I just have

Re: [fpc-pascal] Initialize/Finalize with count, is it possible?

2010-11-20 Thread Max Vlasov
On Sat, Nov 20, 2010 at 12:07 PM, Honza wrote: > 2010/11/20 Max Vlasov : > > FillChar(Section^, Count*ElementSize, 0); > > Initialize(TNameValueRec(Section^), Count); > > > > Is possible for such syntax to be supported? Probably I'm one of those > rare > > developer using it, and

Re: [fpc-pascal] Initialize/Finalize with count, is it possible?

2010-11-20 Thread Honza
2010/11/20 Max Vlasov : >     FillChar(Section^, Count*ElementSize, 0); >     Initialize(TNameValueRec(Section^), Count); > > Is possible for such syntax to be supported? Probably I'm one of those rare > developer using it, and maybe because of this I just have to make some patch > by mysel