Code:
Error 1 error LNK2019: unresolved external symbol "int __cdecl dubins_init(double * const,double * const,double,struct DubinsPath *)" (?dubins_init@@YAHQEAN0NPEAUDubinsPath@@@Z) referenced in function "public: int __cdecl TimeAStar::FindPath(class CObject *,class PathTileNodeTypeEx *,class PathTileNodeTypeEx *,double,struct FINFO * &,int)" (?FindPath@TimeAStar@@QEAAHPEAVCObject@@PEAVPathTileNodeTypeEx@@1NAEAPEAUFINFO@@H@Z) D:\Projects\C++\pinter2\TimeAStar.obj pinter
And it compiles, but it couldn't link, why?
I've tried to make DLL debug multi-threaded, and static debug multi-threaded
DLL release multi-threaded and static release multi-threaded
to no avail?
When I run the find definition in Visual Studio, it can find the definition..
It has no duplicates but I do find 2 entries in the object browser
Thanks
Jack