Call of nonfunction

Hello everyone,
I'm currently creating a program. I've created my own header files. I can call most of the functions into the main(). only two of them i cannot. it says call of nonfunction. Does anyone know what this means?
It probably means you're calling something that is not a function.
But i'm really sure that there is a function... is there any kind of rules to call a function when called from library?
You might have a variable sharing the same name with those functions.
show us a sample at least
Topic archived. No new replies allowed.