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
>> 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
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
>>> 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
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
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
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
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
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