Quote:
|
Originally Posted by 10intheCrunch
You'd get compiletime errors if you were missing declarations...sounds like you aren't calling Putdata(), but that would show up as a Code Error I believe. Have any error lights, or error from compiletime?
|
not necessarily - if you have variables in the other file with the same names it will compile, but if you had meant to be using the same variables your program would not run correctly.