[fpc-pascal] Why opening a file for write fails in fpc 2.6?

Jonas Maebe jonas.maebe at elis.ugent.be
Thu Nov 1 11:56:39 CET 2012


On 01 Nov 2012, at 11:50, Giuliano Colla wrote:

> Il 01/11/2012 01:07, Jonas Maebe ha scritto:
>> I'm personally not a big fan of having different behaviour across platforms when it can be avoided without too much trouble,
> In general I agree with you. I often debate with Lazarus team because, in order to provide "native behavior" they make it difficult to achieve consistent look and behavior on different platforms (which is just what I'm usually required from my customers).

In that case, using a framework that relies on a native widgetset is the wrong the approach. You would probably be happier with something like MSEGUI or fpGUI (well, apart from the fact that neither is VCL-compatible in any way). Trying to emulate Windows behaviour, or a mix of various platform-behaviours, on all platforms using native widget sets, now that would be a great example of the worst of all worlds.


Jonas


More information about the fpc-pascal mailing list