undefined first referenced
symbol in file
--------- ----------------
_PARK_calc D:\\ti\\myprojects\\DQ\\Debug\\main.obj
>> error: symbol referencing errors - \'./Debug/DQ.out\' not built
#include \"IQmathLib.h\" // Include header for IQmath library
// Don\'t forget to set a proper GLOBAL_Q in \"IQmathLib.h\" file
#include \"dmctype.h\"
#include \"math.h\"
#include \"PARK.h\"
typedef PARK *PARK_handle;
/*-----------------------------------------------------------------------------
Default initalizer for the PARK object.
-----------------------------------------------------------------------------*/
#define PARK_DEFAULTS { 0, \\
0, \\
0, \\
0, \\
0, \\
0, \\
0, \\
(void (*)(Uint32))PARK_calc }
/*------------------------------------------------------------------------------
Prototypes for the functions in DQ convert.C
------------------------------------------------------------------------------*/
void PARK_calc(PARK_handle);