I have seen similar questions and I've examined them but I didn't solve any problem.
I have all the sources and the error is about two units I've written myself and they are both in the main directory of my app. I've been having the problem since I used the template method of writing classes.
Here's the situation with my app: I wrote a new unit for implementing link list for any kind of object so I wrote TLinkList<T> = class
which works perfectly fine. Since the time I wrote this class, I'm having this problem. It doesn't compile in normal situations and what I have to do is to comment some of the code in ApFileIO
unit and compile the program, and then uncomment the code again!
I'm tired of commenting and uncommenting my codes, so I was wondering if there is anyway to fix this error.
Thx in advance.
0
votes
F2051 error
reference didn't help ? – TLamaApCollections
in one of your packages? – David HeffernanApCollections.dcu
on your machine? – David Heffernan