Search found 2 matches

by Ppedro
Thu Nov 10, 2011 12:13 pm
Forum: Compiling Audacity
Topic: Building a plug-in DLL using VS 2010 Express
Replies: 3
Views: 2309

Re: Building a plug-in DLL using VS 2010 Express

I've read about this VS2010 issue, but I can compile the plug-in easily with VS2010 while Audacity itself cannot be compiled.
I would build the DLL with VC++ 2008 if I had downloaded it...
Does anybody know if VS2010 DLLs have general compatibility problems with VC++ 2008 applications?
by Ppedro
Wed Nov 09, 2011 8:32 am
Forum: Compiling Audacity
Topic: Building a plug-in DLL using VS 2010 Express
Replies: 3
Views: 2309

Building a plug-in DLL using VS 2010 Express

Dear Forum, I have build an DLL from Richard Furse's "sine.cpp" out of the Computer Music Toolkit - CMT. I've been using Visual Studio 2010 Express. After a very few modifications (casting math.pow) I could build the DLL. It's a WIN32 DLL and my machine is a Windows 7 64-bit. Unfortunately my plug-i...