社区问答

欢迎来到 Audiokinetic 社区问答论坛。在此,Wwise 和 Strata 用户可互帮互助。如需我们团队直接提供协助,请前往技术支持申请单页面。若要报告问题,请在 Audiokinetic Launcher 中选择“报告错误”选项(注意,问答论坛并不会接收错误报告)。我们内部设有专门的错误报告系统,会有专人查看报告并设法解决问题。

要想尽快得到满意的解答,请在提问时注意以下几点:

  • 描述尽量具体:比如,想达到什么样的目的,或者具体哪里有问题。
  • 包含关键细节:比如,Wwise 和游戏引擎版本以及所用操作系统等等。
  • 阐明所做努力:阐明自己为了排除故障都采取了哪些措施。
  • 聚焦问题本身:聚焦于问题本身的相关技术细节,以便别人可以快速找到解决方案。

0 投票

Hello, I've been working on a text adventure that uses nothing but Wwise and a homemade game engine I'm writing in Visual Studio C++, Windows 10. I was able to integrate Wwise successfully into my project in Visual Studio 2017 and was able to play back sound as expected.

Recently however, I've upgraded to Visual Studio 2019 and I'm having some really frustrating LNK2001 errors regarding the sample CAkDefaultIOHookBlocking that I would greatly appreciate any help with! Is there something I'm doing wrong or forgetting to do here? As you can see in the 2nd picture, I am including the SDK\samples\SoundEngine\Common and *\Win32 directories which contain both the header files and the CPP source files for the symbols that are apparently unable to be resolved by the linker. 

I'll show you the following information in the order listed here:

  1. Start with the errors I'm getting
  2. I'll show my project properties for both include directories and linker options
  3. Sample directories just to prove I'm not insane
  4. I'll show my implementation code.

My Visual Studio project is set to Debug x86. 

Errors:

ErrorList

VS Project Properties

General

Additional Include Directories

Language

Additional Library Directories

Linker Input

Sample Directories (Common & Win32)

Common

Win32

Code:

(pastebin links:)

wwise.h

wwise.cpp

 

Cheers, thanks for looking at all this! 

分类:General Discussion | 用户: Mike P. (520 分)
Were you ever able to resolve this Mike? I am having the same issue...

Please sign-in or register to answer this question.

...