Compiler Help Needed

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.

I don’t know. It looks like the only defs are the prototype and the actual code. I would say try putting the prototype in the same file as the sub.

I second the motion. There must be something going behind the scenes of what you’ve shown us.

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!!! :smiley:

That makes sense.

Now that you’re no longer being driven insane, how are you getting there?:wink:

Good Luck!