QuickLib
QuickLib copied to clipboard
Quick development library (AutoMapper, LinQ, IOC Dependency Injection, MemoryCache, Scheduled tasks, Json and Yml Config and Options pattern, Serializers, etc) with crossplatform support for Delphi/Fi...
Hello, would you have a chance to add your project to the Boss dependency manager? Basically, we just need to add a JSON to the Boss pattern, so we can...
Hello. There is many error compiling QuickLib.lpk on fpc322/lazarus224. So many errors and incompatibilities.
There does not appear to be any way to encode a double quote (`"`) `scalar` value (or any special character) with this library. The YAML specification allows special characters to...
unit Quick.Threads; function TThreadedQueueCS.PopItem(var AQueueSize: Integer; var AItem: T): TWaitResult; before the line AItem := FQueue[FQueueOffset]; need to add array size check if (FQueueOffset >= Length(FQueue)) then Exit; otherwise an...
The module and class names do not match in the example. The project is not going
Added a default for Quick.RTTI.Utils.pas TRTTI.CreateInstance(const Args: array of TValue): T; since Delphi 12 now has a warning. Likely the use of generics prevented the 'return value of function might...
I tested the GetLoggedUserName and found that it is possebly not implemented the right way as for me getlogin reurns a $0000000000000000 (empty string) I left the original code ,...
Hello ,I have complier Console Menu project, Compiler not happen error, but run Error(hint: Access Volation error error code locate to :menuop.OnKeyPressed := Test.Option1;
When compiling with delphi 12.1 I get the following error: [dcc64 Error] Quick.Logger.Intf.pas(71): E2266 Only one of a set of overloaded methods can be published Adding public seems to fix...
The bug in the unit Appservice, according to the example you provided, I executed it and indeed installed the service. However, during the installation of the service, all events were...