Posted by NR on July 16, 2001 at 23:58:47:
In Reply to: undefined ref error posted by head-case on July 16, 2001 at 23:50:16:
I would make sure the function signatures are exactly the same, before looking into anything else/
: for some reason I'm getting an "undefined reference to 'create_handler(void)' " when I try to compile test.cpp, but create_handler is defined within my foohandler, which is included in test.cpp.
: can anyone relate to this? offer suggestions?