[Lazarus] Setting a cursor from resource

Paul Ishenin ip at kmiac.ru
Thu Mar 24 10:39:34 CET 2011


24.03.2011 16:17, patspiper wrote:

> Can you pls give details as I have no idea about manifests (aren't they
> Windows specific?)

They are windows specific but this is not important because FPC includes 
all requested resources (no matter how windows specific they are) into 
the final executable.

> What should I check?

Check that all the .res files which are involved into the IDE building 
process (except lazarus.res) does not contain windows manifest resource.

Maybe you include a res file which IDE made for a project (it usually 
has a manifest resource) into a package? If you made your .res files 
from .rc please check them if they contain resources with type RT_MANIFEST.

Best regards,
Paul Ishenin





More information about the Lazarus mailing list