Search found 5 matches

by rpm61
Sat Apr 16, 2011 6:45 pm
Forum: Compiling Audacity
Topic: Visual Studio 2010 Pro
Replies: 13
Views: 6283

Re: Visual Studio 2010 Pro

Well, I gave in and compiled in VS 2008 Express, but I'm still working on getting it done in 2010 (I have 2010 Pro) since I got it down to 4 failures, just too close to stop now. If anyone else is trying to get Audacity compiled in VS 2010, post your experience and we'll compare notes.
by rpm61
Mon Apr 11, 2011 9:02 pm
Forum: Compiling Audacity
Topic: Visual Studio 2010 Pro
Replies: 13
Views: 6283

Re: Visual Studio 2010 Pro

Thank you for the insight into this environment, it may well do me good to step aside and polish my C++ until they are ready to move on. I have looked at other compilers and even downloaded netbeans and was looking at code::blocks as well, but my plate is fairly full as it is. I bought a couple of v...
by rpm61
Mon Apr 11, 2011 8:50 pm
Forum: Compiling Audacity
Topic: Visual Studio 2010 Pro
Replies: 13
Views: 6283

Re: Visual Studio 2010 Pro

This is a large sample of the build errors I received on my last attempt. I changed to a win32 target. There is alot here, most of the errors were inabilities to convert var types, seemingly incompatible functions and my neglect to include python and apparently reference wx correctly. I am going int...
by rpm61
Mon Apr 11, 2011 7:36 pm
Forum: Compiling Audacity
Topic: Visual Studio 2010 Pro
Replies: 13
Views: 6283

Re: Visual Studio 2010 Pro

Well, surprisingly enough, wxWidgets built fine with no errors in VS 2010 targeting x64. I have been unable to build Audacity so far though.What you desribe, Edgar, is basically what I got. 12 fails, 15 succeeds and 4 skips. Is that right? Does that mean 31 projects in the solution? Yeh, that's righ...
by rpm61
Mon Apr 11, 2011 3:24 am
Forum: Compiling Audacity
Topic: Visual Studio 2010 Pro
Replies: 13
Views: 6283

Visual Studio 2010 Pro

I got my copy of Visual Studio 2010 Pro last week and am rarin to compile audicity. I am using the instructions from the developing on windows page on tha audacityteam.org site. When I get to the part about building wxWidgets, I have downloaded it, I open the instructions and nowhere does it mention...