#1 Re: Low level and performance » Delphi doesn't like multi-core CPUs (or the contrary) » 2011-01-27 11:27:51

Delphi 2007:
[DCC Error] smmFunctions.pas(96): E2107 Operand size mismatch
[DCC Error] smmFunctions.pas(119): E2107 Operand size mismatch
[DCC Error] smmLargeMemory.pas(45): F2063 Could not compile used unit 'smmFunctions.pas'

[ 96]  lock cmpxchg dword ptr [aDestination], aNewValue
...
[119]  BSF  EAX, aValue;

#4 Re: mORMot 1 » How to build SQLite3 framework in Delphi » 2010-07-02 21:46:24

I found error in unit SQLite3Commons in function TSQLRecord.FieldProp(PropName: PRawUTF8).
Line
        if IdemPropName(result^.Name,PropName) then
should be replaced with line
        if IdemPropName(result^.Name,PropName^) then

After thjs modification UpdateBlob and RetrieveBlob work for me. I use Delphi 2007.
Thank you.

#5 Re: mORMot 1 » How to build SQLite3 framework in Delphi » 2010-07-01 07:09:00

I wrote June 6 in blog:
Gimme please any example for working with blob fields.

Today is July 1.  Answer no found.
I think this is bug in Framework.

Board footer

Powered by FluxBB