| http://www.w3.org/ns/prov#value | - Even better would be to include a statement in the appropriate pde file that says that something is defined somewhere else:Code: [Select]extern int something;This tells the current sketch that something is an int, and the the actual space for it is reserved somewhere else.Then, the order of compiling does not matter.
|