Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Free Pascal
»
Beginners
(Moderators:
FPK
,
Tomas Hajny
) »
unit1.pas(71,17) Error: Identifier not found "TNames"
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
IRC channel
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
Problem with Lazarus icon...
by
wp
[
Today
at 10:14:26 am]
Get notified when monitor...
by
artem101
[
Today
at 09:49:13 am]
pdfium.dll loadfromfile f...
by
domasz
[
Today
at 09:45:22 am]
SQL - looks easy but I ca...
by
Zvoni
[
Today
at 09:40:57 am]
Code-Review Request: Alte...
by
Zvoni
[
Today
at 09:28:07 am]
How to display barcode co...
by
Jonvy
[
Today
at 07:12:55 am]
Examples of third-party p...
by
dbannon
[
Today
at 06:09:07 am]
Pasar punteros de DLL C a...
by
edgarrod71
[
Today
at 03:45:00 am]
WebLaz corrections
by
edgarrod71
[
Today
at 03:32:14 am]
Q: System code for Indy S...
by
Remy Lebeau
[
Today
at 02:10:57 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: unit1.pas(71,17) Error: Identifier not found "TNames" (Read 3369 times)
CrazyRam
New Member
Posts: 13
unit1.pas(71,17) Error: Identifier not found "TNames"
«
on:
March 25, 2015, 09:38:37 pm »
I'm working my way through 'Getting started with Lazarus and Free Pascal'
I've hit a problem that I can't figure out.
I am getting the above error.
File source attached
FIA
Ram.
Logged
wp
Hero Member
Posts: 10645
Re: unit1.pas(71,17) Error: Identifier not found "TNames"
«
Reply #1 on:
March 25, 2015, 09:44:25 pm »
TNames is not properly declared: There is a superfluous "end" after "procedure loaddata", or remove the following lines "private", "public", "end"
Logged
CrazyRam
New Member
Posts: 13
Re: unit1.pas(71,17) Error: Identifier not found "TNames"
«
Reply #2 on:
March 25, 2015, 10:05:03 pm »
Cheers wp,
It wasn't a superfluous 'end' per se. It was just my layout. I had to put the 2 type end blocks from the book in the type end block from the form declaration, instead of after it..
Sorted now.
Thx again.
Ram.
«
Last Edit: March 25, 2015, 11:06:48 pm by CrazyRam
»
Logged
User137
Hero Member
Posts: 1791
Re: unit1.pas(71,17) Error: Identifier not found "TNames"
«
Reply #3 on:
March 26, 2015, 12:24:46 am »
You are also repeating the word "type". It is not a required word before every type, it just marks start of a type-section sort of. "var" does same thing.
Logged
CrazyRam
New Member
Posts: 13
Re: unit1.pas(71,17) Error: Identifier not found "TNames"
«
Reply #4 on:
March 26, 2015, 12:32:37 am »
Cheers for that.
I was following the book, never thought of dropping the additional Type and Ends.
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Free Pascal
»
Beginners
(Moderators:
FPK
,
Tomas Hajny
) »
unit1.pas(71,17) Error: Identifier not found "TNames"
TinyPortal
© 2005-2018