File not found: 'lxpTrayIcon.dcu'
File not found: 'lxpTrayIcon.dcu' 这是什么错误?是不是缺少某个控件 我搜索了lxpTrayIcon 却没找到
[解决办法]
你找找有没有 lxpTrayIcon.pas
如果没有的话, 在uses 里面去掉它
如果有的话 可以在 search path 里面 include
或者干脆把这个文件放到你的工程目录里面
[解决办法]
同样的问题,一般是你的程序单元引用到了这个pas文件,看看是不是Search Path路径没有引用,或者没有添加
不需要就拿掉重新编译。