#1 2020-03-20 16:57:40

TCardinal
Member
Registered: 2017-03-17
Posts: 4

Problem compiling SynCrypto in Win64

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

Last edited by TCardinal (2020-03-20 17:01:52)

Offline

#2 2020-03-20 19:28:50

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,263
Website

Re: Problem compiling SynCrypto in Win64

I am not able to reproduce it here...

Which compiler do you use?

Offline

#3 2020-03-20 20:26:58

macfly
Member
From: Brasil
Registered: 2016-08-20
Posts: 374

Re: Problem compiling SynCrypto in Win64

Check the project options in Project -> Options -> Delphi Compiler -> Unit Scope Names.

Try to copy the values from a new project.

Offline

#4 2020-03-20 23:27:22

TCardinal
Member
Registered: 2017-03-17
Posts: 4

Re: Problem compiling SynCrypto in Win64

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

Offline

Board footer

Powered by FluxBB