[Lazarus] ManualDock and HWND change

And3mD and3md at gmail.com
Fri Oct 16 22:35:55 CEST 2009


Stijn Sanders schreef:
> I've installed 0.9.28 over 0.9.26 to upgrade.
> I noticed most things still linked to 2.2.2, I tried to change that manually, but fouled up, so I deleted environmentoptions.xml and ran the 0.9.28 installer again.
> 
> Now, If I start a new blank project and compile it, I get this. What's wrong? Is it a bug or should I correct something in the settings?
> 
> windres: no resources
> Hint: Start of reading config file C:\Lazarus\fpc\2.2.4\bin\i386-win32\fpc.cfg
> Hint: End of reading config file C:\Lazarus\fpc\2.2.4\bin\i386-win32\fpc.cfg
> Free Pascal Compiler version 2.2.4 [2009/09/29] for i386
> Copyright (c) 1993-2008 by Florian Klaempfl
> Target OS: Win32 for i386
> Compiling project1.lpr
> Compiling unit1.pas
> Compiling resource C:\Data\R&D\WinCE\P2\project1.rc
> C:\Lazarus\fpc\2.2.4\bin\i386-win32\windres.exe: no resources
> project1.lpr(20,1) Error: Error while linking
> project1.lpr(20,1) Fatal: There were 1 errors compiling module, stopping

It might be that windres trips over the & in the path 
C:\Data\R&D\WinCE\P2\project1.rc. Can you try a path without &?

Vincent




More information about the Lazarus mailing list