03.03.2013 2:22, Sven Barth пишет:
On 02.03.2013 20:55, Sven Barth wrote:
Also there are open questions which require brainstorm:
1. Does Pascal needs other implementation of closures which is different
from anonymous methods implementation?
I would say no. After all the method implementation
24.02.2012 0:43, Amir пишет:
The performance of FillChar is not my problem, The main issue in my case
is that my class has a big array defined inside it. I developed my code
such that this array does not need to be initialized with zero initially
(I have not assumed anything about the content of
23.02.2012 22:25, Amir пишет:
On 02/23/2012 01:20 AM, Alexander Shishkin wrote:
1) You can override TObject.NewInstance, w|o calling inherited. (Init
instance is called from NewInstance) and do whatever you want
What does each of the follwoing lines do? It looks like they are setting
the
23.02.2012 11:47, Amir пишет:
Hi,
I have a code, developed in object pascal, with many classes. The
project is working fine.
Today, I used callgrind (valgrind --tool=calgrind) to see which
function consumes the most execution time and I noticed that the most of
time in my project is consumed by
18.01.2012 15:39, kyan пишет:
Hello everyone.
I am trying to port a set of Delphi libraries to FPC and during
compilation from the Lazarus IDE I get a "Compilation aborted" without
any other explanation. Doing the build from a command prompt I get
this:
Compiling unit1.pas
Compiling C:\Projects
20.12.2011 4:00, Paul Ishenin пишет:
18.12.2011 20:45, Jonas Maebe wrote:
And final fields.
Final methods can't be overriden in the descendants. But what are final
fields for?
Best regards,
Paul Ishenin
___
fpc-devel maillist - fpc-devel@lists.fre
14.11.2011 7:02, Alexander Shishkin пишет:
Currently assigning UnicodeString to variant converts string to
WideString and makes variant of type varOleStr.
I think it should be varUString and w|o any conversion (also this is
delphi compatible). But the question is which type should be if
Currently assigning UnicodeString to variant converts string to
WideString and makes variant of type varOleStr.
I think it should be varUString and w|o any conversion (also this is
delphi compatible). But the question is which type should be if
WideString=UnicodeString?
07.11.2011 4:39, Jonas Maebe пишет:
Hi,
I've put a new FPC JVM snapshot online (corresponding to svn r19598 of the
jvmbackend branch), linked from http://wiki.freepascal.org/FPC_JVM
Changes since the previous snapshot include:
* the compiler will now implicitly convert between all Pascal strin
27.10.2011 17:26, Alexander Shishkin пишет:
I`ve got this with 2.5.1 & 2.7.1
1) unable to clean reproduce (real code is
https://github.com/alexvins/dwscript/tree/628669df8fd349968e7498ab1da617be6c4f3977)
Fatal: Compilation aborted
An unhandled exception occurred at $0043
27.10.2011 23:11, Sven Barth пишет:
On 27.10.2011 17:45, Alexander Shishkin wrote:
27.10.2011 18:52, Sven Barth пишет:
Am 27.10.2011 16:49, schrieb Alexander Shishkin:
Wrong message:
...\Source\dwsSymbols.pas(264,20) Fatal: Internal error 200512115
Real place:
\Source\dwsUtils.pas(263,20
27.10.2011 18:52, Sven Barth пишет:
Am 27.10.2011 16:49, schrieb Alexander Shishkin:
Wrong message:
...\Source\dwsSymbols.pas(264,20) Fatal: Internal error 200512115
Real place:
\Source\dwsUtils.pas(263,20)
Patch for workaround:
[snip]
Thanks. As this is a bug related to Delphi-style
27.10.2011 18:36, Sven Barth пишет:
Am 27.10.2011 16:19, schrieb Alexander Shishkin:
27.10.2011 17:40, Jonas Maebe пишет:
On 27 Oct 2011, at 15:26, Alexander Shishkin wrote:
I`ve got this with 2.5.1 & 2.7.1
1) unable to clean reproduce (real code is
https://github.com/alexvins/dwsc
27.10.2011 17:40, Jonas Maebe пишет:
On 27 Oct 2011, at 15:26, Alexander Shishkin wrote:
I`ve got this with 2.5.1 & 2.7.1
1) unable to clean reproduce (real code is
https://github.com/alexvins/dwscript/tree/628669df8fd349968e7498ab1da617be6c4f3977)
2) error reported in the middle of E
I`ve got this with 2.5.1 & 2.7.1
1) unable to clean reproduce (real code is
https://github.com/alexvins/dwscript/tree/628669df8fd349968e7498ab1da617be6c4f3977)
2) error reported in the middle of EMPTY line.
3) no ideas how to to make workaround
Can anyone help?
15 matches
Mail list logo