You are not logged in.
Pages: 1
I deleted the project files and recreated them from scratch and pasted the dpr source in. That did the trick.
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
I uninstalled everything then reinstalled using Delphinus - all works now. thanks for looking.
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
Pages: 1