Pathfinding icon indicating copy to clipboard operation
Pathfinding copied to clipboard

Graph.obj : error LNK2019: 无法解析的外部符号 "public: __cdecl Mat4D::CVector4D::CVector4D(class Mat4D::CVector4D const &)"

Open bboysteed opened this issue 5 years ago • 1 comments

Graph.obj : error LNK2019: 无法解析的外部符号 "public: __cdecl Mat4D::CVector4D::CVector4D(class Mat4D::CVector4D const &)"

bboysteed avatar Aug 11 '20 06:08 bboysteed

Hi, the project was previously configured to work only with x86 and I assume you were trying to compile for x64. I made some updates to the project to make it work with both versions, please update to latest and try again.

Gerard097 avatar Aug 11 '20 17:08 Gerard097