Page 1 of 1

Problems with inline functions

PostPosted: Wed Feb 20, 2002 7:15 pm
by samad_lotia
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?