Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
saramibreak committed Apr 1, 2017
0 parents commit c657721
Show file tree
Hide file tree
Showing 10 changed files with 668 additions and 0 deletions.
22 changes: 22 additions & 0 deletions License.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Microsoft Public License (MS-PL)

This license governs use of the accompanying software. If you use the software, you
accept this license. If you do not accept the license, do not use the software.

1. Definitions
The terms "reproduce," "reproduction," "derivative works," and "distribution" have the
same meaning here as under U.S. copyright law.
A "contribution" is the original software, or any additions or changes to the software.
A "contributor" is any person that distributes its contribution under this license.
"Licensed patents" are a contributor's patent claims that read directly on its contribution.

2. Grant of Rights
(A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.
(B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.

3. Conditions and Limitations
(A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks.
(B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.
(C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.
(D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.
(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
30 changes: 30 additions & 0 deletions ReadMe.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
==============================What is this tool?===============================
*Summary
This program creates a wav file from multiple bin (redump.org format).
It works on Windows PC (WinXP or higher).

*Usage
Start cmd.exe & run exe. for more information, run in no arg.

*Development Tool
** first release - 2014-05-16
Visual Studio 2013
** 2017-04-01
Visual Studio 2015

*License
See License.txt.

*Disclaimer
Use this tool at own your risk.
Trouble in regard to the use of this tool, I can not guarantee any.

==================================Change Log===================================
*2014-05-15
first release

*2014-05-16
Fixed: read size (2352byte)

*2017-04-01
Supported: gdi file
22 changes: 22 additions & 0 deletions bin2wav.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2015
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bin2wav", "bin2wav\bin2wav.vcxproj", "{83D862BA-61EE-4438-8167-7599A6111C72}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{83D862BA-61EE-4438-8167-7599A6111C72}.Debug|Win32.ActiveCfg = Debug|Win32
{83D862BA-61EE-4438-8167-7599A6111C72}.Debug|Win32.Build.0 = Debug|Win32
{83D862BA-61EE-4438-8167-7599A6111C72}.Release|Win32.ActiveCfg = Release|Win32
{83D862BA-61EE-4438-8167-7599A6111C72}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
30 changes: 30 additions & 0 deletions bin2wav/ReadMe.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
========================================================================
コンソール アプリケーション: bin2wav プロジェクトの概要
========================================================================

この bin2wav アプリケーションは、AppWizard により作成されました。

このファイルには、bin2wav アプリケーションを構成する各ファイルの内容の概要が含まれています。


bin2wav.vcxproj
これは、アプリケーション ウィザードを使用して生成された VC++ プロジェクトのメイン プロジェクト ファイルです。ファイルを生成した Visual C++ のバージョンに関する情報と、アプリケーション ウィザードで選択されたプラットフォーム、構成、およびプロジェクト機能に関する情報が含まれています。

bin2wav.vcxproj.filters
これは、アプリケーション ウィザードで生成された VC++ プロジェクトのフィルター ファイルです。このファイルには、プロジェクト内のファイルとフィルターとの間の関連付けに関する情報が含まれています。この関連付けは、特定のノードで同様の拡張子を持つファイルのグループ化を示すために IDE で使用されます (たとえば、".cpp" ファイルは "ソース ファイル" フィルターに関連付けられています)。

bin2wav.cpp
これは、メインのアプリケーション ソース ファイルです。

/////////////////////////////////////////////////////////////////////////////
その他の標準ファイル :

StdAfx.h, StdAfx.cpp
これらのファイルは、bin2wav.pch という名前のプリコンパイル済みヘッダー (PCH) ファイルと、StdAfx.obj という名前のプリコンパイル済みの型ファイルをビルドするために使用されます。

/////////////////////////////////////////////////////////////////////////////
その他のメモ :

AppWizard では "TODO:" コメントを使用して、ユーザーが追加またはカスタマイズする必要のあるソース コードを示します。

/////////////////////////////////////////////////////////////////////////////
Loading

0 comments on commit c657721

Please sign in to comment.