前提・実現したいこと
私は2週間前にC++を始めたばかりの初心者です。できればかみ砕いて説明してくださると助かります...。
Cinderというフレームワークの導入方法がわかりません。
#####使用したもの
- Windows10
- VisualStudio2019
- Cinderフレームワーク(https://libcinder.org/)
発生している問題・エラーメッセージ
Cinderをダウンロードし、次のファイルをVS2019で開きます。Cinder-master → samples → BasicApp → vc2019 → BasicApp.sln
開いたのちに次を行いました。
#####ビルド
BasicAppをビルドすると以下のメッセージが出てきました。
1>------ ビルド開始: プロジェクト: BasicApp, 構成: Debug x64 ------ 1>LINK : fatal error LNK1104: ファイル 'cinder.lib' を開くことができません。 1>プロジェクト "BasicApp.vcxproj" のビルドが終了しました -- 失敗。 ========== ビルド: 0 正常終了、1 失敗、0 更新不要、0 スキップ ==========
当然ながらexeが生成されないので実行できません。
どのようにすればこのフレームワークを使うことが出来るのでしょうか。
###追記
この方法でライブラリを参照させました。
すると以下の様にポップが表示され、エラーが出力されます。
'BasicApp.exe' (Win32): 'D:\users\Cinder-master\samples\BasicApp\vc2019\x64\Debug\BasicApp.exe' が読み込まれました。シンボルが読み込まれました。 'BasicApp.exe' (Win32): 'C:\Windows\System32\ntdll.dll' が読み込まれました。 'BasicApp.exe' (Win32): 'C:\Windows\System32\kernel32.dll' が読み込まれました。 'BasicApp.exe' (Win32): 'C:\Windows\System32\KernelBase.dll' が読み込まれました。 'BasicApp.exe' (Win32): 'C:\Windows\System32\ws2_32.dll' が読み込まれました。 'BasicApp.exe' (Win32): 'C:\Windows\System32\rpcrt4.dll' が読み込まれました。 'BasicApp.exe' (Win32): 'C:\Windows\System32\shlwapi.dll' が読み込まれました。 'BasicApp.exe' (Win32): 'C:\Windows\System32\msvcrt.dll' が読み込まれました。 'BasicApp.exe' (Win32): 'C:\Windows\System32\user32.dll' が読み込まれました。 'BasicApp.exe' (Win32): 'C:\Windows\System32\win32u.dll' が読み込まれました。 'BasicApp.exe' (Win32): 'C:\Windows\System32\gdi32.dll' が読み込まれました。 'BasicApp.exe' (Win32): 'C:\Windows\System32\opengl32.dll' が読み込まれました。 'BasicApp.exe' (Win32): 'C:\Windows\System32\gdi32full.dll' が読み込まれました。 'BasicApp.exe' (Win32): 'C:\Windows\System32\advapi32.dll' が読み込まれました。 'BasicApp.exe' (Win32): 'C:\Windows\System32\msvcp_win.dll' が読み込まれました。 'BasicApp.exe' (Win32): 'C:\Windows\System32\sechost.dll' が読み込まれました。 'BasicApp.exe' (Win32): 'C:\Windows\System32\ucrtbase.dll' が読み込まれました。 'BasicApp.exe' (Win32): 'C:\Windows\System32\combase.dll' が読み込まれました。 'BasicApp.exe' (Win32): 'C:\Windows\System32\comdlg32.dll' が読み込まれました。 'BasicApp.exe' (Win32): 'C:\Windows\System32\glu32.dll' が読み込まれました。 'BasicApp.exe' (Win32): 'C:\Windows\System32\SHCore.dll' が読み込まれました。 'BasicApp.exe' (Win32): 'C:\Windows\System32\shell32.dll' が読み込まれました。 'BasicApp.exe' (Win32): 'C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.19041.1_none_4b395a7b3c8e63ab\comctl32.dll' が読み込まれました。 'BasicApp.exe' (Win32): 'C:\Windows\System32\ole32.dll' が読み込まれました。 'BasicApp.exe' (Win32): 'C:\Windows\System32\oleaut32.dll' が読み込まれました。 'BasicApp.exe' (Win32): 'C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.19041.388_none_faefa0077613d9c8\GdiPlus.dll' が読み込まれました。 'BasicApp.exe' (Win32): 'C:\Windows\System32\IPHLPAPI.DLL' が読み込まれました。 'BasicApp.exe' (Win32): 'C:\Windows\System32\version.dll' が読み込まれました。 'BasicApp.exe' (Win32): 'C:\Windows\System32\wininet.dll' が読み込まれました。 スレッド 0x5604 はコード 0 (0x0) で終了しました。 スレッド 0x12d8 はコード -1073741515 (0xc0000135) で終了しました。 スレッド 0x57ec はコード -1073741515 (0xc0000135) で終了しました。 プログラム '[25332] BasicApp.exe' はコード -1073741515 (0xc0000135) '依存 dll は見つかりませんでした' で終了しました。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。