andrewrk / libsoundio

C library for cross-platform real-time audio input and output
http://libsound.io/
MIT License
1.92k stars 229 forks source link

Add solutions and projects for "Visual Studio 2019" to debug on Windows. #216

Open regerege opened 5 years ago

regerege commented 5 years ago

◆ English (Google Translate) Add solutions and projects for "Visual Studio 2019" to debug on Windows.

Created 32-bit and 64-bit solutions and projects for Windows. Are you sure you want to add this change?

◆ Japanese Test Windows上でデバッグできるように "Visual Studio 2019"用のソリューションおよびプロジェクトを追加。

Windows 用に 32bit と 64bit のソリューションとプロジェクトを作成しました。 もしよろしければ追加を希望します。

Innokentiy-Alaytsev commented 5 years ago

I am not sure that it is a good idea to add CMake generated solution to the repository. Particularly because it uses system-dependent file paths.

regerege commented 5 years ago

◆ English (Google Translate) Please forgive me for being ignorant. I think I get it to CMake

Since C or C++ Language is outside of one's area of expertise, I spent about two weeks to be able to build. A CSharp or FSharp programmer like me threw a request thinking it would be helpful to have a Visual Studio solution file.

Thank you so much.

◆ Japanese Test 無知な私をお許しください。 CMakeについて少し理解できました。

C言語及びC++言語は私の専門外のためビルドできるようになるために2週間ほど費やしてしまった。 私のような CSharp or FSharp プログラマーには Visual Studio のソリューションファイルがあると助かると思いリクエストを投げました。

ありがとうございました。

GoaLitiuM commented 4 years ago

This isn't necessary, CMake can generate VS2019 project files just fine as is. You can build the library but some examples fails to build due to some unsupported compiler attributes and some Linux specified headers being included.