Hi,
I want to start using processes but I am running into some issues.
I am probably doing something wrong but I can't figure it out...
I have a unit with all my XbeeAPI code in, I have imported that in the main unit like this:
And that all works fine.
now if i just add a process to the unit I get this compiler error:
Error: Unexpected end of file
And it shows that error on the Uses line of my main unit.
I tried everything even an almost empty process...
If I remove it it all compiles fine...
Best Regards,
Jeroen
I want to start using processes but I am running into some issues.
I am probably doing something wrong but I can't figure it out...
I have a unit with all my XbeeAPI code in, I have imported that in the main unit like this:
Code
uses
CPU, Display, PCA9685, PAC1710, MCP9801, XBeeAPI;
CPU, Display, PCA9685, PAC1710, MCP9801, XBeeAPI;
And that all works fine.
now if i just add a process to the unit I get this compiler error:
Error: Unexpected end of file
And it shows that error on the Uses line of my main unit.
I tried everything even an almost empty process...
If I remove it it all compiles fine...
Best Regards,
Jeroen