Compile problem
After installing FastReport 4.9.106 on Delphi 2010 Enterprise as test-version, I try to create a small simple project, but all I get is:
Even if the project is a console-project, the compiler stops on frxClass and shows above message:
Any suggestions?
Regards
/Stig
[DCC Fatal Error] Unit2.pas(6): F2051 Unit pngimage was compiled with a different version of ZLib.TZStreamRec
Even if the project is a console-project, the compiler stops on frxClass and shows above message:
program Project1;
{$APPTYPE CONSOLE}
uses
  SysUtils,  frxClass;
begin
  try
    { TODO -oUser -cConsole Main : Insert code here }
  except
    on E: Exception do
      Writeln(E.ClassName, ': ', E.Message);
  end;
end.
Any suggestions?
Regards
/Stig
Comments
Sry, found a ZLib.pas in the Tools->Options->Library Path ... which was old and outdated [img]style_emoticons/<#EMO_DIR#>/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> /Stig[/img]
I never found any, is there one?
Not the first place I usually look for this stuff (I was expecting an IDE option of some sorts)
there is 3 updates involving Delphi.
bye
Thanks gord