Posted: Tue Aug 22, 2006 3:02 pm Post subject: SystemCallRetriever Error
I have been failing at all my attempts to make a UCE so I have decided to take it one step at a time. I am currently compiling the original source and have found an error in the SystemCallRetriever file. Just for reference I am using the 5.3.226 beta source code.
Error:
Code:
Error in module : Declaration of class TForm1 is missing or incorrect.
Normally that would make sense, but I see nothing wrong with it. Here is my SystemCallRetriever file where the error is coming from:
Code:
type
TForm1 = class(TForm)
Timer1: TTimer;
Image1: TImage;
....
If anybody could help me with this error I would greatly appreciate it.
Edit: In case that part isnt the problem I have posted the parts of TForm1 that could cause the problem.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum