Part Number: TMS320F28335 Tool/software: TI C/C++ Compiler Hello, I made a class member function inline and now I am getting undefined symbols for two iq functions that I use in that function: _IQ27cos(long) and _IQ27toF(long). Of course, I had to move the class member function to the class header file to make it inline. I also copied the following includes to the header file: extern "C" { #include "IQmathLib.h" } #include "IQmathCPP.h" How can I correct this issue? Thanks, Stephen
↧