Re: [fpc-pascal] Namespaces Support

2013-10-24 Thread 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 Application global variable to use. I personally

Re: [fpc-pascal] Namespaces Support

2013-10-24 Thread Sven Barth
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

Re: [fpc-pascal] Namespaces Support

2013-10-24 Thread Michael Van Canneyt
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

Re: [fpc-pascal] DataSet.Locate: different behaviour between FPC 2.6.2 and 2.7.1 (rev. 2013/09/01)

2013-10-24 Thread LacaK
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

Re: [fpc-pascal] Using arm-embedded-fpc

2013-10-24 Thread Koenraad Lelong
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

Re: [fpc-pascal] Namespaces Support

2013-10-24 Thread Fabrício Srdic
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 mich...@freepascal.org On Thu, 24 Oct 2013, Sven Barth wrote: Am

[fpc-pascal] WHY compiler should be public?

2013-10-24 Thread Xiangrong Fang
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