项目作者: wieslawsoltes

项目描述 :
BatchEncoder is an audio files conversion software (wxWidgets Demo).
高级语言: C++
项目地址: git://github.com/wieslawsoltes/BatchEncoderWx.git
创建时间: 2018-03-24T14:17:54Z
项目社区:https://github.com/wieslawsoltes/BatchEncoderWx

开源协议:MIT License

下载


BatchEncoder wxWidgets Demo

Build status

Screenshots

File list

File List

Conversion progress

File List Converting

Configure presets

Configure Presets

Configure formats

Configure Formats

Configure tools

Configure Tools

Edit paths

Edit paths

UI

Download and install wxFormBuilder:

  1. https://github.com/wxFormBuilder/wxFormBuilder/releases/download/v3.6.2/wxFormBuilder_v3.6.2.exe

Open and edit src\ui\UI.fbp project and then got to File > Generate Code and Tools > Generated Inherited Class.

Build

Sources

Clone the BatchEncoder source code repository.

  1. git clone https://github.com/wieslawsoltes/BatchEncoderWx.git

Update wxWidgets submodule.

  1. git submodule update --init --recursive

Building the executable.

  1. .\build.ps1 -Target "Build"

RuntimeLibrary

Patch RuntimeLibrary:

  1. .\build.ps1 -Target "Patch-RuntimeLibrary"

Restore RuntimeLibrary:

  1. .\build.ps1 -Target "Restore-RuntimeLibrary"

wxWidgets

Currently used wxWidgets version is 3.1.1.

Open wx\build\msw\wx_vc15.sln solution.

Build the following projects:

  1. core
  2. net
  3. xml
  4. adv
  5. html
  6. gl
  7. qa
  8. xrc
  9. aui
  10. propgrid
  11. ribbon
  12. richtext
  13. media
  14. stc
  15. webview

using the following configurations:

  1. Debug|Win32
  2. Debug|x64
  3. Release|Win32
  4. Release|x64

You can use Build > Batch Build... tool to batch build all projects and configurations.

BatchEncoder

Use Visual Studio 2017 Community Edition to open BatchEncoder.sln solution and Build.

Docs

Wiki

Forums

Tools

Books

Articles