#1 Re: mORMot 1 » Problem compiling SynCrypto in Win64 » 2020-03-20 23:27:22

I deleted the project files and recreated them from scratch and pasted the dpr source in. That did the trick.

#2 mORMot 1 » Problem compiling SynCrypto in Win64 » 2020-03-20 16:57:40

TCardinal
Replies: 3

When I try to compile the SynCrypto source for the Win64 platform I get the error "[dcc64 Fatal Error] SynCrypto.pas(112): F2613 Unit 'Windows' not found." at line 111:

uses
{$ifdef MSWINDOWS}
  Windows, <<<<<<<
{$else}
......

Actually it's weird, I have another Win64 app that does compile.

Any ideas? Thanks

#3 Re: mORMot 1 » Win64 won't compile » 2019-04-16 15:42:18

I uninstalled everything then reinstalled using Delphinus - all works now. thanks for looking.

#4 mORMot 1 » Win64 won't compile » 2019-04-16 09:48:59

TCardinal
Replies: 2

Hi

When I try to compile my application, which uses SynCrypto, for Win64 (no problem in Win 32) it fails on SwapEndian. Is there a directive I need set?

Thanks

Board footer

Powered by FluxBB