This is probably an obvious question, but where do I put the dll for a .NET wrapper class, SoundTouchNet, to use in a C# project? I copied the .dll into Windows/Microsoft.NET/assembly/GAC_MSIL, but when I type in “using SoundTouchNet,” the compiler can’t find it. Here’s the site: http://code.google.com/p/soundtouchnet/
I downloaded the dll’s for the C++ SoundTouch library and put the .lib in VC/lib, .h in VC/include, and the .dll in System32. Is that also right?
Thanks!
Edit: Does anyone know also how to connect the SoundTouchNet library with the C++ SoundTouch? As mentioned, I have now successfully added the SoundTouchNet reference to the project. Now what? Do I need to do anything with the SoundTouch library, or is this independent from it? Thanks so much for all of your responses!
i think you have missed to add reference of that DLL into project. Add reference to your project
for more information see this link