search for: developing_on_windows

Displaying 5 results from an estimated 5 matches for "developing_on_windows".

2014 May 04
1
Bug: incompatibility with MSVS 2005
...ot;. > > Does the rest of FLAC actually support those compilers? Yes. I removed this #include and all projects were successfully built with MSVS 2005 Express. > Is it worth > continuing to support them? * At least Audacity team still uses VS 2008: http://wiki.audacityteam.org/wiki/Developing_On_Windows * Also the latest version of Winamp was built with VS 2008. But then Winamp was sold to Radionomy, so who knows what tools they use now... -------------- Why MSVS can compile memory.c when "#include <stdint.h>" was removed: memory.c includes "private/memory.h", it ind...
2014 Jun 19
0
Lets work towards a new version
...task, and will help where I can. > > As for what versions of MSVC we should support, I am not really > qualified to say. What do other similar projects do? Eg Audacity? Audacity still uses VS2008 and slowly tries to migrate 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. &...
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 May 03
4
Bug: incompatibility with MSVS 2005
src/libFLAC/memory.c cannot be compiled with MSVS 2005 (and probably VS2008 too) after this commit: http://git.xiph.org/?p=flac.git;a=commitdiff;h=7cbecbae9f70be770f7651d09531fec0de6f9cf5 because MSVS2005 doesn't provide stdint.h. According to MSDN, uintptr_t is defined in "STDDEF.H and other include files".
2014 Jun 19
4
Lets work towards a new version
lvqcl wrote: > Audacity still uses VS2008 and slowly tries to migrate 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 W...