I am building a DLL to do some bitwise operations and am calling exp() from math.h. Problem is that the linker can't find it. Seems to me like it should be able fo find all ANSI C functions.

Do I need to include a .obj, .lib or .dll to the project so it can link?