Is there an Audacity .NET component or Active X Control that can be added to applications?
Audacity does not use .NET. Audacity is build with WxWidgets.
Found a .NET DLL version of the wxWidgets thru webpage http://www.wxwidgets.org/downloads/, which linked to SourceForge.
Grabbed this and installed wx.NET.dll along with wx-c.dll and added references to my VB.NET project. Ok so far.
However, when I build I get the following error:
The “ResolveManifestFiles” task could not be initialized with its input parameters.
The “ResolveManifestFiles” task failed unexpectedly. System.ArgumentException: Illegal characters in path.
If the reference for wx-c.dll is removed, no compile errors, but when the code needs to reference this DLL, there be a file not found error.
Have done extensive BINGing and Googling with no resolution yet.
Anyone used the wxWidgets in this manner or have suggestions on how to resolve.
Since audacity uses wxWidgets, not the .NET version though, I thought I could ask in this forum.
Also posted on wxWidgets Forum.
Thank you.