Google Code Exporter
Google Code Exporter
``` Any chance you have had a chance to look at the demos? They compile but none of them run "out of the box". They all have some problem that...
``` delphi-orm will access mongoDB? I think delphi-orm access mongoDB, a NoSQL DB ``` Original issue reported on code.google.com by `[email protected]` on 16 Aug 2012 at 2:11
``` What steps will reproduce the problem? 1. Put classes TPerson and TLaptop (from the example project) to different units and change mapping file accordingly. 2. Call TSession.LoadRelations with an...
``` There isn't a MappingCreator for SQLServer (EMBT dbxExpress driver) ``` Original issue reported on code.google.com by `[email protected]` on 5 Jan 2012 at 8:52
``` What steps will reproduce the problem? 1. Unable to load library in Lazarus due to bad definition of QueryInterface function QueryInterface(const IID: TGUID; out Obj) to make the function...
``` What steps will reproduce the problem? 1. do a full build What is the expected output? What do you see instead? -> I want to see no errors, warnings,...
``` Add PKCS11 handler to the module 1.Save a mother key into secure module (HSM) 2.compute diversified key based on user serial number using OpenSSL pkcs11 engine 3.retreive the diversified...
``` libnfc is using the old libusb-0.1 API. Maybe you can switch to libusb-1.0 instead? ``` Original issue reported on code.google.com by `[email protected]` on 12 May 2012 at 8:22
``` NFC device have different capabilities: some are able to do one or more of these features: - HW emulation of ISO/IEC 14443-4 - Initiate an ISO/IEC 14443-B communication -...
``` In order to improve compatibility with others devices and ease packager's job, we should switch from a statically built-in drivers to dynamically loaded ones. This could implemented using dynamic...