質問編集履歴
2
エラー内容の更新
title
CHANGED
File without changes
|
body
CHANGED
@@ -19,4 +19,46 @@
|
|
19
19
|
```
|
20
20
|
当然ながらexeが生成されないので実行できません。
|
21
21
|
|
22
|
-
どのようにすればこのフレームワークを使うことが出来るのでしょうか。
|
22
|
+
どのようにすればこのフレームワークを使うことが出来るのでしょうか。
|
23
|
+
|
24
|
+
|
25
|
+
###追記
|
26
|
+
[この方法](http://rudora7.blog81.fc2.com/blog-entry-966.html)でライブラリを参照させました。
|
27
|
+
すると以下の様にポップが表示され、エラーが出力されます。
|
28
|
+

|
29
|
+

|
30
|
+
```
|
31
|
+
'BasicApp.exe' (Win32): 'D:\users\Cinder-master\samples\BasicApp\vc2019\x64\Debug\BasicApp.exe' が読み込まれました。シンボルが読み込まれました。
|
32
|
+
'BasicApp.exe' (Win32): 'C:\Windows\System32\ntdll.dll' が読み込まれました。
|
33
|
+
'BasicApp.exe' (Win32): 'C:\Windows\System32\kernel32.dll' が読み込まれました。
|
34
|
+
'BasicApp.exe' (Win32): 'C:\Windows\System32\KernelBase.dll' が読み込まれました。
|
35
|
+
'BasicApp.exe' (Win32): 'C:\Windows\System32\ws2_32.dll' が読み込まれました。
|
36
|
+
'BasicApp.exe' (Win32): 'C:\Windows\System32\rpcrt4.dll' が読み込まれました。
|
37
|
+
'BasicApp.exe' (Win32): 'C:\Windows\System32\shlwapi.dll' が読み込まれました。
|
38
|
+
'BasicApp.exe' (Win32): 'C:\Windows\System32\msvcrt.dll' が読み込まれました。
|
39
|
+
'BasicApp.exe' (Win32): 'C:\Windows\System32\user32.dll' が読み込まれました。
|
40
|
+
'BasicApp.exe' (Win32): 'C:\Windows\System32\win32u.dll' が読み込まれました。
|
41
|
+
'BasicApp.exe' (Win32): 'C:\Windows\System32\gdi32.dll' が読み込まれました。
|
42
|
+
'BasicApp.exe' (Win32): 'C:\Windows\System32\opengl32.dll' が読み込まれました。
|
43
|
+
'BasicApp.exe' (Win32): 'C:\Windows\System32\gdi32full.dll' が読み込まれました。
|
44
|
+
'BasicApp.exe' (Win32): 'C:\Windows\System32\advapi32.dll' が読み込まれました。
|
45
|
+
'BasicApp.exe' (Win32): 'C:\Windows\System32\msvcp_win.dll' が読み込まれました。
|
46
|
+
'BasicApp.exe' (Win32): 'C:\Windows\System32\sechost.dll' が読み込まれました。
|
47
|
+
'BasicApp.exe' (Win32): 'C:\Windows\System32\ucrtbase.dll' が読み込まれました。
|
48
|
+
'BasicApp.exe' (Win32): 'C:\Windows\System32\combase.dll' が読み込まれました。
|
49
|
+
'BasicApp.exe' (Win32): 'C:\Windows\System32\comdlg32.dll' が読み込まれました。
|
50
|
+
'BasicApp.exe' (Win32): 'C:\Windows\System32\glu32.dll' が読み込まれました。
|
51
|
+
'BasicApp.exe' (Win32): 'C:\Windows\System32\SHCore.dll' が読み込まれました。
|
52
|
+
'BasicApp.exe' (Win32): 'C:\Windows\System32\shell32.dll' が読み込まれました。
|
53
|
+
'BasicApp.exe' (Win32): 'C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.19041.1_none_4b395a7b3c8e63ab\comctl32.dll' が読み込まれました。
|
54
|
+
'BasicApp.exe' (Win32): 'C:\Windows\System32\ole32.dll' が読み込まれました。
|
55
|
+
'BasicApp.exe' (Win32): 'C:\Windows\System32\oleaut32.dll' が読み込まれました。
|
56
|
+
'BasicApp.exe' (Win32): 'C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.19041.388_none_faefa0077613d9c8\GdiPlus.dll' が読み込まれました。
|
57
|
+
'BasicApp.exe' (Win32): 'C:\Windows\System32\IPHLPAPI.DLL' が読み込まれました。
|
58
|
+
'BasicApp.exe' (Win32): 'C:\Windows\System32\version.dll' が読み込まれました。
|
59
|
+
'BasicApp.exe' (Win32): 'C:\Windows\System32\wininet.dll' が読み込まれました。
|
60
|
+
スレッド 0x5604 はコード 0 (0x0) で終了しました。
|
61
|
+
スレッド 0x12d8 はコード -1073741515 (0xc0000135) で終了しました。
|
62
|
+
スレッド 0x57ec はコード -1073741515 (0xc0000135) で終了しました。
|
63
|
+
プログラム '[25332] BasicApp.exe' はコード -1073741515 (0xc0000135) '依存 dll は見つかりませんでした' で終了しました。
|
64
|
+
```
|
1
表題の誤字修正
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
|
1
|
+
フレームワークを用いたVisualStudio2019の使用方法がわからない
|
body
CHANGED
File without changes
|