Hi,

I updated my Lazarus today to revision 34948.

When I tried to compile:

W:\md\dev\freepascal\ide\laz\0.9.31\lcl\interfaces\win32\win32wsfactory.pas(570,45)
Error: Identifier not found "TCDWSLazDeviceAPIs"

Here:
function RegisterLazDeviceAPIs: Boolean; alias : 'WSRegisterLazDeviceAPIs';
begin
  RegisterWSLazDeviceAPIs(TCDWSLazDeviceAPIs);   <<<<<<<<<<<
  Result := True;
end;


The TCDWSLazDeviceAPIs class belongs to the Custom Draw lib, don't?

Marcos Douglas

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to