Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
General
»
[Solved] Uses clause item for Lcl > ExtCtrls
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Hashids that you need but...
by
Thaddy
[
Today
at 06:10:34 am]
Recommended way to build ...
by
TRon
[
Today
at 06:02:51 am]
C++ conversion : what is ...
by
Thaddy
[
Today
at 05:44:34 am]
Setting the fpc path
by
TRon
[
Today
at 05:30:14 am]
Game Music Emulator
by
Guva
[
Today
at 05:25:58 am]
Bitmap 16bit R5G6B5
by
JZS
[
Today
at 05:13:29 am]
Incorrect FPC/Lazarus bui...
by
TRon
[
Today
at 04:58:15 am]
"Show Compiler Dialog"
by
JuhaManninen
[
Today
at 02:04:04 am]
Loading text data from a ...
by
carl_caulkett
[
Today
at 01:10:53 am]
Is there a better web-bro...
by
QEnnay
[September 17, 2024, 11:50:29 pm]
LazReport / FreeReport qu...
by
dseligo
[September 17, 2024, 11:37:59 pm]
Complex objects and JsonO...
by
Flea
[September 17, 2024, 11:02:28 pm]
Best way to exchange data...
by
cdbc
[September 17, 2024, 10:16:27 pm]
TListView.OnChange Event ...
by
msintle
[September 17, 2024, 10:11:04 pm]
Broken Icon Display on ma...
by
msintle
[September 17, 2024, 10:09:18 pm]
Compiler error when check...
by
ASerge
[September 17, 2024, 08:57:07 pm]
how to convert pdf to png...
by
zeljko
[September 17, 2024, 08:35:54 pm]
Simple multithreading cod...
by
MarkMLl
[September 17, 2024, 08:31:05 pm]
Golang vs free pascal
by
gidesa
[September 17, 2024, 08:27:08 pm]
Extended Module Player
by
TRon
[September 17, 2024, 06:32:25 pm]
Listview how to custom or...
by
VisualLab
[September 17, 2024, 05:48:48 pm]
Non-OS dependent way to u...
by
carl_caulkett
[September 17, 2024, 05:27:57 pm]
Problems with case statem...
by
MarkMLl
[September 17, 2024, 03:02:33 pm]
Tessellated Pattern: How ...
by
Boleeman
[September 17, 2024, 02:15:20 pm]
macOS 11 Cocoa headers
by
Hansaplast
[September 17, 2024, 12:44:49 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [Solved] Uses clause item for Lcl > ExtCtrls (Read 446 times)
nikel
Full Member
Posts: 210
[Solved] Uses clause item for Lcl > ExtCtrls
«
on:
August 10, 2024, 05:32:37 am »
Hello, I'm trying to make a command line program which detects idle time and shutdown device using Pascal. I want to use TIdleTimer but it's giving me error:
Quote
detectidle.lpr(31,16) Error: Identifier not found "TIdleTimer"
How can I fix this error? How can I add TIdleTimer programmatically?
«
Last Edit: August 10, 2024, 07:23:52 am by nikel
»
Logged
tooldeveloper
Newbie
Posts: 4
Re: Uses clause item for Lcl > ExtCtrls
«
Reply #1 on:
August 10, 2024, 06:09:27 am »
Does your project options include the LCL as a requirement? To my knowledge, a new command line project does not automatically include the LCL as a requirement.
Logged
nikel
Full Member
Posts: 210
Re: Uses clause item for Lcl > ExtCtrls
«
Reply #2 on:
August 10, 2024, 06:12:39 am »
Thanks for the reply. I couldn't find any setting to include LCL.
Logged
tooldeveloper
Newbie
Posts: 4
Re: Uses clause item for Lcl > ExtCtrls
«
Reply #3 on:
August 10, 2024, 06:38:05 am »
Please try the following:
Open the "Project" menu and select "Project Inspector ..."
Click on the "Add" button
Select "New Requirement"
Type in "LCL"
Select the "LCL" item in the listbox
Press the OK button
Then try compiling your project.
Logged
nikel
Full Member
Posts: 210
Re: Uses clause item for Lcl > ExtCtrls
«
Reply #4 on:
August 10, 2024, 07:23:16 am »
It works now. Thanks a lot.
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
General
»
[Solved] Uses clause item for Lcl > ExtCtrls
TinyPortal
© 2005-2018