The code you posted here compiles without a problem.
You need to post or email one of us your whole project as a zip file.
Strip out the project and .o files before you Winzip it if you need to keep the size down.
All right guys, it seems to be working now. I just deleted all #include “userutilities.c” directives and replaced them with #include “userutilities.h” directive where necessary.
So… now I am no longer getting the “multiple definition” errors that were driving me insane. Thanks for your help!!!