質問編集履歴

2

エラー内容の更新

2020/08/13 07:42

投稿

harekyon
harekyon

スコア17

test CHANGED
File without changes
test CHANGED
@@ -41,3 +41,87 @@
41
41
 
42
42
 
43
43
  どのようにすればこのフレームワークを使うことが出来るのでしょうか。
44
+
45
+
46
+
47
+
48
+
49
+ ###追記
50
+
51
+ [この方法](http://rudora7.blog81.fc2.com/blog-entry-966.html)でライブラリを参照させました。
52
+
53
+ すると以下の様にポップが表示され、エラーが出力されます。
54
+
55
+ ![エラーポップ](ad50ae4f01161ce618e8042e06cbc2fd.png)
56
+
57
+ ![エラーポップ2](01970c9ef0c9e24178b2ced8be839922.png)
58
+
59
+ ```
60
+
61
+ 'BasicApp.exe' (Win32): 'D:\users\Cinder-master\samples\BasicApp\vc2019\x64\Debug\BasicApp.exe' が読み込まれました。シンボルが読み込まれました。
62
+
63
+ 'BasicApp.exe' (Win32): 'C:\Windows\System32\ntdll.dll' が読み込まれました。
64
+
65
+ 'BasicApp.exe' (Win32): 'C:\Windows\System32\kernel32.dll' が読み込まれました。
66
+
67
+ 'BasicApp.exe' (Win32): 'C:\Windows\System32\KernelBase.dll' が読み込まれました。
68
+
69
+ 'BasicApp.exe' (Win32): 'C:\Windows\System32\ws2_32.dll' が読み込まれました。
70
+
71
+ 'BasicApp.exe' (Win32): 'C:\Windows\System32\rpcrt4.dll' が読み込まれました。
72
+
73
+ 'BasicApp.exe' (Win32): 'C:\Windows\System32\shlwapi.dll' が読み込まれました。
74
+
75
+ 'BasicApp.exe' (Win32): 'C:\Windows\System32\msvcrt.dll' が読み込まれました。
76
+
77
+ 'BasicApp.exe' (Win32): 'C:\Windows\System32\user32.dll' が読み込まれました。
78
+
79
+ 'BasicApp.exe' (Win32): 'C:\Windows\System32\win32u.dll' が読み込まれました。
80
+
81
+ 'BasicApp.exe' (Win32): 'C:\Windows\System32\gdi32.dll' が読み込まれました。
82
+
83
+ 'BasicApp.exe' (Win32): 'C:\Windows\System32\opengl32.dll' が読み込まれました。
84
+
85
+ 'BasicApp.exe' (Win32): 'C:\Windows\System32\gdi32full.dll' が読み込まれました。
86
+
87
+ 'BasicApp.exe' (Win32): 'C:\Windows\System32\advapi32.dll' が読み込まれました。
88
+
89
+ 'BasicApp.exe' (Win32): 'C:\Windows\System32\msvcp_win.dll' が読み込まれました。
90
+
91
+ 'BasicApp.exe' (Win32): 'C:\Windows\System32\sechost.dll' が読み込まれました。
92
+
93
+ 'BasicApp.exe' (Win32): 'C:\Windows\System32\ucrtbase.dll' が読み込まれました。
94
+
95
+ 'BasicApp.exe' (Win32): 'C:\Windows\System32\combase.dll' が読み込まれました。
96
+
97
+ 'BasicApp.exe' (Win32): 'C:\Windows\System32\comdlg32.dll' が読み込まれました。
98
+
99
+ 'BasicApp.exe' (Win32): 'C:\Windows\System32\glu32.dll' が読み込まれました。
100
+
101
+ 'BasicApp.exe' (Win32): 'C:\Windows\System32\SHCore.dll' が読み込まれました。
102
+
103
+ 'BasicApp.exe' (Win32): 'C:\Windows\System32\shell32.dll' が読み込まれました。
104
+
105
+ 'BasicApp.exe' (Win32): 'C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.19041.1_none_4b395a7b3c8e63ab\comctl32.dll' が読み込まれました。
106
+
107
+ 'BasicApp.exe' (Win32): 'C:\Windows\System32\ole32.dll' が読み込まれました。
108
+
109
+ 'BasicApp.exe' (Win32): 'C:\Windows\System32\oleaut32.dll' が読み込まれました。
110
+
111
+ 'BasicApp.exe' (Win32): 'C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.19041.388_none_faefa0077613d9c8\GdiPlus.dll' が読み込まれました。
112
+
113
+ 'BasicApp.exe' (Win32): 'C:\Windows\System32\IPHLPAPI.DLL' が読み込まれました。
114
+
115
+ 'BasicApp.exe' (Win32): 'C:\Windows\System32\version.dll' が読み込まれました。
116
+
117
+ 'BasicApp.exe' (Win32): 'C:\Windows\System32\wininet.dll' が読み込まれました。
118
+
119
+ スレッド 0x5604 はコード 0 (0x0) で終了しました。
120
+
121
+ スレッド 0x12d8 はコード -1073741515 (0xc0000135) で終了しました。
122
+
123
+ スレッド 0x57ec はコード -1073741515 (0xc0000135) で終了しました。
124
+
125
+ プログラム '[25332] BasicApp.exe' はコード -1073741515 (0xc0000135) '依存 dll は見つかりませんでした' で終了しました。
126
+
127
+ ```

1

表題の誤字修正

2020/08/13 07:42

投稿

harekyon
harekyon

スコア17

test CHANGED
@@ -1 +1 @@
1
- 外部フレームワークを用いたVisualStudio2019の使用方法がわからない
1
+ フレームワークを用いたVisualStudio2019の使用方法がわからない
test CHANGED
File without changes