View Single Post
Old Jan 13th, 2007, 5:51 PM   #3
iradic
Programmer
 
Join Date: Feb 2006
Posts: 36
Rep Power: 0 iradic is on a distinguished road
This was the case of multiple include problem it seems...

Here is the problem:
Function pointer is in header file which gets included by multiple source files and then in linking process I get "multiple definition" error.

How do I put the definition of function pointer in header file without geting the linker error?

Bye
iradic is offline   Reply With Quote