BatchEncoder is an audio files conversion software (wxWidgets Demo).
Перейти к файлу
Wiesław Šoltés 9249836506 Remove 2021-07-18 18:00:25 +02:00
.github Create stale.yml 2021-05-19 07:41:31 +02:00
config Ported code 2018-04-13 18:33:54 +02:00
screenshots Updated screenshots 2018-04-02 17:44:21 +02:00
setup Ported code 2018-04-13 18:33:54 +02:00
src Save and restore list properties 2018-04-18 10:16:11 +00:00
tests/BatchEncoder.Core.UnitTests Ported code 2018-04-13 18:33:54 +02:00
wx@8e33c693e5 Updated submodules 2018-04-13 19:25:11 +02:00
.gitattributes Initial import 2018-04-02 12:27:21 +02:00
.gitignore Initial import 2018-04-02 12:27:21 +02:00
.gitmodules Added submodule 2018-04-13 18:09:20 +02:00
BatchEncoder.sln Ported code 2018-04-13 18:33:54 +02:00
LICENSE.TXT Create LICENSE.TXT 2021-04-19 12:01:52 +02:00
README.md Update README.md 2019-04-03 08:37:53 +02:00
build.cake Update patterns 2018-04-13 19:40:50 +02:00

README.md

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:

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.

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

Update wxWidgets submodule.

git submodule update --init --recursive

Building the executable.

.\build.ps1 -Target "Build"

RuntimeLibrary

Patch RuntimeLibrary:

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

Restore RuntimeLibrary:

.\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:

core
net
xml
adv
html
gl
qa
xrc
aui
propgrid
ribbon
richtext
media
stc
webview

using the following configurations:

Debug|Win32
Debug|x64
Release|Win32
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