Compile problem

edited 10:11PM in FastReport 4.0
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:
[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

  • gpigpi
    edited 10:11PM
    Did you install all updates for D2010?
  • edited 10:11PM
    gpi wrote: »
    Did you install all updates for D2010?

    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]
  • Anu de DeusAnu de Deus Hampshire, UK
    edited 10:11PM
    gpi, what D2010 updates?
    I never found any, is there one?
  • gordkgordk St.Catherines On. Canada.
    edited 10:11PM
    Yes there is currently 1 that i know about.
  • Anu de DeusAnu de Deus Hampshire, UK
    edited August 2010
    Ah ok, I found a Windows start menu link to Delphi Update.
    Not the first place I usually look for this stuff (I was expecting an IDE option of some sorts)
  • gordkgordk St.Catherines On. Canada.
    edited 10:11PM
    Glad you found it, was just going to tell you where the link was.
    there is 3 updates involving Delphi.
    bye
  • Anu de DeusAnu de Deus Hampshire, UK
    edited 10:11PM
    I already had Update 4 and 5 Installed (automatically maybe?).
    Thanks gord

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.