Talk:The ISAAC cipher: Difference between revisions

Line 21:
(The IDE does not allow copy / paste :-(
Any advice?? --[[User:Walterpachl|Walterpachl]] ([[User talk:Walterpachl|talk]]) 10:35, 23 July 2014 (UTC)
:Odd, but you have a default Lazarus install, I think(?). I'm compiling mine on the command line with
 
::fpc isaac.pas
 
:and I am using Standard FPC, ie. no extra $defines. It's possible you're in Delphi mode, as you seem to be getting errors in the area of function return parameters. Delphi uses <result := VAR>, standard Pascal uses the name of the function, like <Vernam := VAR>. Please use the most recently amended copy (edited today) and also try the C version. You may have to delve into your fpc.cfg file and check what compile options you have set. --[[User:BlaiseP|BlaiseP]] ([[User talk:BlaiseP|talk]]) 10:58, 23 July 2014 (UTC)
Anonymous user