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...
Hi, I am trying to compile the `ArrayHelpers` sample for FPC but I get this error: Quick.Arrays.Helper.pas(99,3) Error: Identifier not found "TArrayUtil" I found that in `Quick.Arrays.Helper` unit, `TArrayUtil` is...
Just a thought.. A Non-Visual Control (or Controls) for Quicklib that you can drop on a Form/Data module that saves adding Uses entries ?
hi,hello: It happen error when runing ComplexObjects Example。JsonToObject method not success,for photo type field fail
The current generic memory cache serialize objetcs to JSON, but I'd like to store the object itself, like a TDictionary. Are there some way to do this?
Trying to use quicklib and compile to Linux 64bit with FPC 3.2.2 I am getting a lot of errors like the above
Quicklib can not be used for FPC in quicklib.threads as advertised.
Hi, The library is beautiful. I need to design a menu for Linux. But some classes are written for windows. like TConsoleMenu for example. The application I want to make...
Hi, To reproduce, please open "InterfacedLists" sample and add next line: `ListObj.Where('Name = ?',['Lee']).Delete;` before `cout('Press ENTER to Exit',ccYellow);`. Run the sample, and when ENTER is pressed, "Access violation" exception...
Hi, it seems that the yaml serializer doesnt deal with multiline values. Is this planned for a future release ? Regards
These two files are QuickLogger's dependency, but they currently don't compile with FPC 3.2.X. This pull request attempts to fix that. Tested on 64-bit Linux.