search for: vs2012_experimental

Displaying 3 results from an estimated 3 matches for "vs2012_experimental".

2014 Jun 19
0
Lets work towards a new version
...ate to VS2012. But as stated at <http://wiki.audacityteam.org/wiki/Developing_On_Windows>, "Audacity is currently a 32-bit only application". So it doesn't need 64-bit builds. Currently its trunk contains 'audacity.sln' made with Visual C++ Express 2008 and 'audacity-vs2012_EXPERIMENTAL.sln' made with Visual Studio Express 2012 for Windows Desktop. > My main concern about having multiple build systems is the maintenance > burden. As long as that burden is minor I'm happy to accept what people > are willing to contribute. I personally will support the autotools...
2014 Jun 19
5
Lets work towards a new version
lvqcl wrote: > 1) > Current MSVC solution (FLAC.sln and numerous .vcproj files) was made with > VC2005 Express and doesn't allow to build 64-bit files/libraries. > > IMHO it's time to add 64-bit support for MSVC builds, but AFAIK only Visual Studio > 2012/2013 Express are free and allow to build 64-bit files. > > VS 2005/2008 use .vcproj files, and VS
2014 Jun 19
4
Lets work towards a new version
...s stated at <http://wiki.audacityteam.org/wiki/Developing_On_Windows>, > "Audacity is currently a 32-bit only application". So it doesn't need > 64-bit builds. > Currently its trunk contains 'audacity.sln' made with Visual C++ Express 2008 > and 'audacity-vs2012_EXPERIMENTAL.sln' made with Visual Studio Express 2012 for Windows Desktop. Ok, Audacity is not a good example to follow. We need to find out what some other common used cross platform project is doing. Preferably more than one project. > > My main concern about having multiple build systems is the...