I saw the TBufDataSet.ApplyUpdates and it calls ApplyRecUpdate.
The ApplyRecUpdate just raises an exception...
Yes it is virtual method, which can be overriden by descendants
There is some implementation, in some place, to work with ApplyUpdates
(like a Delphi's TClientDataSet)?
Yes,
Hi,
I saw the TBufDataSet.ApplyUpdates and it calls ApplyRecUpdate.
The ApplyRecUpdate just raises an exception...
There is some implementation, in some place, to work with ApplyUpdates
(like a Delphi's TClientDataSet)?
Thanks
Marcos Douglas
___
fpc-pa
On 02 May 2012, at 18:19, Reinier Olislagers wrote:
> Seem to be having some problems compiling FPC trunk r21192 x86 windows
> (see below).
> However, x64 build does work.
>
> Is this a known problem?
Yes: http://bugs.freepascal.org/view.php?id=21880
Jonas
On 2-5-2012 18:26, Marco van de Voort wrote:
> In our previous episode, Reinier Olislagers said:
>>
>> Seem to be having some problems compiling FPC trunk r21192 x86 windows
>> (see below).
>> However, x64 build does work.
>>
>> Is this a known problem?
>> Should I keep pestering the list with thes
In our previous episode, Reinier Olislagers said:
>
> Seem to be having some problems compiling FPC trunk r21192 x86 windows
> (see below).
> However, x64 build does work.
>
> Is this a known problem?
> Should I keep pestering the list with these kinds of mails (I can put
> them up in the bugtrac
Hi List,
Seem to be having some problems compiling FPC trunk r21192 x86 windows
(see below).
However, x64 build does work.
Is this a known problem?
Should I keep pestering the list with these kinds of mails (I can put
them up in the bugtracker or just wait and be patient as well ;)
What's the ans
Hello all,
I am trying to port a small library previously written for Delphi and
Kylix to FPC. This library contains an "event" object that has similar
functionality to a windows kernel event. This object is supposed to
have a method that lets you wait for the event object with a timeout
and retur
On Wed, May 2, 2012 at 4:34 PM, Sven Barth wrote:
> Your code triggers a different bug in the compiler than the mentioned report
> though the presented error is the same. Please open a new bug report with a
> example that should compile.
Done, #0021921.
___
Am 02.05.2012 12:44 schrieb "kyan" :
>
> Hello all,
>
> I am trying to compile a program that contains the following code
consturct:
>
> type
> THashEntry = record
>Key: string;
>Value: T;
>class function Create(const AKey: string; const AValue: T):
> THashEntry; static; inline;
> end
Hello all,
I am trying to compile a program that contains the following code consturct:
type
THashEntry = record
Key: string;
Value: T;
class function Create(const AKey: string; const AValue: T):
THashEntry; static; inline;
end;
in Lazarus with FPC version 2.7.1 built from the tr
10 matches
Mail list logo