08/10/10 20:37:34 2FtGxrmW
MyGameLib.obj : error LNK2019: 未解決の外部シンボル __imp__DispatchMessageA@4 が関数 "bool __cdecl checkMessage(void)" (?checkMessage@@YA_NXZ) で参照されました。
MyGameLib.obj : error LNK2019: 未解決の外部シンボル __imp__PeekMessageA@20 が関数 "bool __cdecl checkMessage(void)" (?checkMessage@@YA_NXZ) で参照されました。
(中略)
MyGameLib.obj : error LNK2019: 未解決の外部シンボル __imp__CoCreateInstance@20 が関数 "void __cdecl initSound(void)" (?initSound@@YAXXZ) で参照されました。
MyGameLib.obj : error LNK2019: 未解決の外部シンボル __imp__TranslateMessage@4 が関数 "void __cdecl playMovie(char const *)" (?playMovie@@YAXPBD@Z) で参照されました。
MyGameLib.obj : error LNK2019: 未解決の外部シンボル __imp__GetClientRect@8 が関数 "void __cdecl playMovie(char const *)" (?playMovie@@YAXPBD@Z) で参照されました。
test - エラー 22、警告 0
========== ビルド: 0 正常終了、1 失敗、0 更新、0 スキップ ==========
C++でdirectXを導入しようとしたらこんなエラーが・・・
どういうことなの・・・