未解析的外部simbol b3Clock

时间:2017-04-06 07:51:14

标签: c++ compiler-errors compilation clock bulletphysics

我收到了LNK 2019的着名错误。我一直在阅读很多关于它的信息。但是,我无法解决我的问题:

我有 .cpp ,其中包括:

#include "stdafx.h"
#include "GraphicSettings.h"

GraphicSetting.h

#include <stdio.h>
#include <math.h>
#include "../3rd-party/bullet3-2.86/examples/Utils/b3Clock.h"

一切似乎工作正常,但每当我尝试编译......

LNK ERROR

阅读解决方案,我终于添加 b3Clock.cpp到我的项目,但错误仍然出现。

enter image description here

我做得不好? 非常感谢。

1 个答案:

答案 0 :(得分:0)

您是否已将bullet lib与项目链接?

&#34;属性 - &gt;链接器 - &gt;通用 - &gt;其他库目录&#34; 和&#34;属性 - &gt;链接器 - &gt;输入 - &gt;其他依赖关系&#34;