让Libnoise库在Visual Studio 2015上工作 [英] Getting Libnoise library to work on visual studio 2015

查看:74
本文介绍了让Libnoise库在Visual Studio 2015上工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,有...




$
有谁知道如何正确地让Libnoise图书馆工作在Visual Studio 2015 C ++中?我是视觉工作室的新手,不知道从哪里开始,没有任何最新的教程,包括这个图书馆与视觉2015年¥b $ b $



提前致谢

解决方案

 


欢迎来到MSDN论坛。


1。将标题目录添加到其他包含目录 (项目 - >属性 - >配置属性 - > C / C ++ - >常规 - >其他包含目录,在下拉菜单中选择 <编辑...> ;)


2。将.lib目录添加到附加库目录 (项目 - >属性 - >配置属性 - >链接器 - >一般 - >附加库目录,上面相同)


3。在构建项目之后,将.dll复制到项目的构建目录,通常是在解决方案的Debug 目录("解决方案路径"/调试)中,否则您将遇到* .dll缺失 错误。你也应该在那里找到"yourapp".exe
文件。


你可以从以下网址下载它们: http://libnoise.sourceforge.net/


致以最好的问候,


Joyce



Hi there,



Does anyone know how to properly get the Libnoise library to work in Visual Studio 2015 C++? I'm quite new to visual studio and don't know where to start with this, there aren't any up to date tutorials for including this library with visual 2015



Thanks in advance

解决方案

Hi, 

Welcome to MSDN forum.

1. Add the header directory to Additional Include Directories (PROJECT->Properties->Configuration Properties->C/C++->General->Additional Include Directories, on drop down select <Edit...>)

2. Add the .lib directory to Additional Library Directories (PROJECT->Properties->Configuration Properties->Linker->General->Additional Library Directories, same above)

3. After building your project, copy the .dll to your project's build directory, usually at your solution's Debug directory ("Solution Path"/Debug) or you would encounter *.dll is missing error. You should find "yourapp".exe file there as well.

You could download them from: http://libnoise.sourceforge.net/

Best regards,

Joyce


这篇关于让Libnoise库在Visual Studio 2015上工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆