Carlos German Tejero schreef:
Hi,my name is German Tejero, and my english is very bad.
I download the lazarus win64 release, and i test it on a Intel Core 2 Duo E6400. I install the lazdaemon package and i discover a bug, when add a TDaemon or a TDaemonMapper, the uses contains duplicated LResources unit: * uses
  Classes, SysUtils, LResources, LResources, daemonapp;
*
the bug is in the reglazdaemon unit:
...
function TDaemonFileDescriptor.GetInterfaceUsesSection: String;
begin
  Result:=inherited GetInterfaceUsesSection+', LResources, daemonapp';
end; ...
function TDaemonMapperDescriptor.GetInterfaceUsesSection: String;
begin
  Result:=inherited GetInterfaceUsesSection+', LResources, daemonapp';
end; ...

Thanks for the report. I wonder why nobody else noticed this before. Did anybody try out this component at all?

Fixed in r11249 (SVN).

Vincent

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to