Re: [fpc-pascal] SetLength warnings - request

2018-12-29 Thread Derek Edson
Surely the point of a hint/warning is to point out a potential issue that the programmer may wish to correct. It should therefore be possible to change your code such a way that the hint/warning can be resolved so that it is no longer printed. This should not entail redundant or unnecessary code.

Re: [fpc-pascal] Question about System.Move()

2021-01-27 Thread Derek Edson via fpc-pascal
; And perhaps there could be a special attribute to mark which kind of >> moving is needed, e.g.. >> type [moveable] TA = record >> type [referencecounted] TA = record >> type [nonmoveable] TA = record >> > > No, thank you. > > Regards, > Sven > > ___ > fpc-pascal maillist - > fpc-pascal@lists.freepascal.orghttps://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal > > ___ > fpc-pascal maillist - fpc-pascal@lists.freepascal.org > https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal > -- Derek Edson ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Question about System.Move()

2021-01-29 Thread Derek Edson via fpc-pascal
other thread involved. > If there was another thread, there would be a reference in this thread and > in the other thread, so the reference count would be at least 2 > > > It is exactly as thread safe as the unoptimized function. If the reference > count was 1, the unoptimized f

Re: [fpc-pascal] Signing applications, how?

2024-08-10 Thread Derek Edson via fpc-pascal
I have been using signtool for a number of years for apps built with Delphi and/or FPC. The question of whether you need a expensive CA based certification will depend on your IT department. Any certificate from any certification authority will work to sign an app, but it needs to be trusted by W