- Downloaded audacity from SVN http://audacity.googlecode.com/svn/audacity-src/trunk/
- Downloaded wxWidgets 2.8.12
- Set environment variables.
- Copied DLLs(wxbase28ud_net_vc_custom.dll, wxbase28ud_vc_custom.dll, wxmsw28ud_adv_vc_custom.dll, wxmsw28ud_core_vc_custom.dll, wxmsw28ud_html_vc_custom.dll) from wxWidget and pasted at location where audacity’s exe will be created.
- Set all configurations on http://www.rhyous.com/2009/12/16/how-to-compile-a-wxwidgets-application-in-visual-studio-2008/
- Now my code is built successfully but following error is occured
Possibly you built Audacity wrong. Current debug builds of HEAD should not do that. The instructions are here:
http://wiki.audacityteam.org/wiki/Developing_On_Windows .
As already explained, you don’t need to build Audacity to build an audio decoder.
You can also build release build instead of debug build. The release build will run faster.
Gale