質問編集履歴
2
タイトルを編集しました。
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
DXライブラリで実装したコード
|
1
|
+
DXライブラリで実装したコードEmscriptenでWebAssemblyに変換すると 'tchar.h' file not found
|
body
CHANGED
File without changes
|
1
コンパイルコマンドを追記しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -8,8 +8,11 @@
|
|
8
8
|
|
9
9
|
ご教示いただけますと幸いです。
|
10
10
|
|
11
|
-
|
11
|
+
コンパイルコマンド
|
12
12
|
```ここに言語を入力
|
13
|
+
emcc test.cpp -s WASM=1 -o test.html
|
14
|
+
```
|
15
|
+
```ここに言語を入力
|
13
16
|
test/DxDataTypeWin.h:14:10: fatal error: 'tchar.h' file not found
|
14
17
|
#include <tchar.h>
|
15
18
|
^
|