質問編集履歴
3
文章を修正しました。
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
Windows 10
|
|
10
10
|
Visual studio 2019
|
|
11
11
|
Debug 64ビットでビルドしています
|
|
12
|
+
ライブラリ OpenAL のみです : https://www.openal.org/downloads/
|
|
12
13
|
|
|
13
14
|
Github: https://github.com/Shigurechan/OpenAL
|
|
14
15
|
|
2
文章を修正しました。
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -4,6 +4,12 @@
|
|
|
4
4
|
LNK2019 未解決の外部シンボル "public: __cdecl Input_Key::Input_Key(void)" (??0Input_Key@@QEAA@XZ) が関数 "public: __cdecl Main_Screen::Main_Screen(void)" (??0Main_Screen@@QEAA@XZ) で参照されました
|
|
5
5
|
」
|
|
6
6
|
|
|
7
|
+
|
|
8
|
+
環境
|
|
9
|
+
Windows 10
|
|
10
|
+
Visual studio 2019
|
|
11
|
+
Debug 64ビットでビルドしています
|
|
12
|
+
|
|
7
13
|
Github: https://github.com/Shigurechan/OpenAL
|
|
8
14
|
|
|
9
15
|
|
1
文章を修正
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
LNK2019 未解決の外部シンボル "public: __cdecl Input_Key::Input_Key(void)" (??0Input_Key@@QEAA@XZ) が関数 "public: __cdecl Main_Screen::Main_Screen(void)" (??0Main_Screen@@QEAA@XZ) で参照されました
|
|
5
5
|
」
|
|
6
6
|
|
|
7
|
+
Github: https://github.com/Shigurechan/OpenAL
|
|
7
8
|
|
|
8
9
|
|
|
9
|
-
|
|
10
10
|
///////////ソース部
|
|
11
11
|
|
|
12
12
|
```cpp
|