Problems with inline functions

samad_lotia

2002-02-20 19:15:00

Has anybody been having problems calling inline functions in C++? When I do call an inline function, the linker can't find certain symbols. The inline functions are in separate files. What do you gues think?