Hi,
First of all, I did some research and found this:
http://free-pascal-general.1045716.n5.nabble.com/Compiler-Warning-Constructor-should-be-public-td2825747.html
But that did not convince me. So here is my situation and question.
I have the following case:
TBase = class
public
constructor
With the new namespace support feature, will the fpc standard and base
units be structured into packages?
e.g types -> system.types; winsock -> windows.winsock; winmouse ->
windows.winmouse
2013/10/24 Michael Van Canneyt
>
>
> On Thu, 24 Oct 2013, Sven Barth wrote:
>
> Am 23.10.2013 16:34, sc
op 23-10-13 21:51, Florian Klämpfl schreef:
Am 23.10.2013 20:01, schrieb Michael Ring:
This article describes what build-id does:
https://fedoraproject.org/wiki/Releases/FeatureBuildId
your fix should get applied to trunk, the gnu-build section should end
up somewhere, best place is flash, it
silvioprog wrote / napísal(a):
Hello,
This morning, I compiled a code using FPC (Windows, rev. 2013/09/01),
after that, my tests using dataset.locate has stopped.
The Locate method locates record, even when it does not exists. The
problem occurs only with varchar fields, in integer fields i
On Thu, 24 Oct 2013, Sven Barth wrote:
Am 23.10.2013 16:34, schrieb Graeme Geldenhuys:
Michael, how Delphi-compatible is it? In Delphi I can use (maybe not the
best example) the reference
Forms.Application and in the project compiler settings I can say if it is
the VCL or the FM
Am 23.10.2013 16:34, schrieb Graeme Geldenhuys:
Michael, how Delphi-compatible is it? In Delphi I can use (maybe not
the best example) the reference Forms.Application and in the project
compiler settings I can say if it is the VCL or the FMX namespace, so
it knows at compile time which Applica
Michael, how Delphi-compatible is it? In Delphi I can use (maybe not
the best example) the reference Forms.Application and in the project
compiler settings I can say if it is the VCL or the FMX namespace, so
it knows at compile time which Application global variable to use. I
personally hav