pjrobin
pjrobin
The changes in Quick.Logger.Provider.Memory.pas of change request #103 are producing an exception: trying to free the critical section in finalization crashes because it's already freed. Reversing the changes works.
have a problem wenn testing the result of a messagebox doesn't work: result here should be true > > ``` > Line: 1 > **************************************************************** > Showing Messagebox > >...
I'm missing a style panel in your lib, something like this https://stackoverflow.com/questions/5755719/rounded-and-titled-tpanel-in-delphi-7
The function TParams.function ExistsParam(const aParam : string) will only search using the default ValueSeparator "=". My fix would be to add a second parameter to the function: ``` function TParameters.ExistsParam(const...