[Lazarus] \lcl\interfaces\win32\win32wsfactory.pas(570, 45) Error: Identifier not found "TCDWSLazDeviceAPIs"
Marcos Douglas
md at delfire.net
Thu Jan 26 12:52:41 CET 2012
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
More information about the Lazarus
mailing list