Search found 6 matches
- Sun Aug 26, 2018 2:21 pm
- Forum: Windows
- Topic: where is the code of Highlighting of tracks on mouse dragging
- Replies: 2
- Views: 230
Re: where is the code of Highlighting of tracks on mouse dragging
I want to have multiple selection and the selection rectangle should have dotted boundaries and each rectangle must be of different colors.
- Sat Aug 25, 2018 4:20 am
- Forum: Windows
- Topic: Unable to compile in Visual Studio 2013
- Replies: 7
- Views: 756
Re: Unable to compile in Visual Studio 2013
Thanks for the Reply
The error was that it was unable to find the setup.h from wxWidgets so I pass the absolute path of the wxWidgets setup.h and my problem is solved.
The error was that it was unable to find the setup.h from wxWidgets so I pass the absolute path of the wxWidgets setup.h and my problem is solved.
- Sat Aug 25, 2018 4:18 am
- Forum: Windows
- Topic: where is the code of Highlighting of tracks on mouse dragging
- Replies: 2
- Views: 230
where is the code of Highlighting of tracks on mouse dragging
I want to use audacity code in my Project
So I want to know the location of the code of HIGHLIGHTING OF THE TRACK when user select the region on mouse drag. Where is the drawing taking place that HIGHLIGHT the selected region.
So I want to know the location of the code of HIGHLIGHTING OF THE TRACK when user select the region on mouse drag. Where is the drawing taking place that HIGHLIGHT the selected region.
- Fri Aug 10, 2018 4:40 am
- Forum: Windows
- Topic: Unable to compile in Visual Studio 2013
- Replies: 7
- Views: 756
Re: Unable to compile in Visual Studio 2013
You are unlikely to receive helpful replies unless you provide sufficient information about what you are trying to do. I would suggest that you try following the instructions for building Audacity 2.2.2. Those instructions are complete and they work. I am trying to build Audacity in VS2017. That v1...
- Thu Aug 09, 2018 1:54 pm
- Forum: Windows
- Topic: Unable to compile in Visual Studio 2013
- Replies: 7
- Views: 756
Unable to compile in Visual Studio 2017
When I am compiling Audacity in VS2017 following type of errors are coming
Error LNK2001 unresolved external symbol "__declspec(dllimport) public: class wxColour & __thiscall wxColour::operator=(class wxColour &&)" ([email protected]@[email protected][email protected]@Z)
Error LNK2001 unresolved external symbol "__declspec(dllimport) public: class wxColour & __thiscall wxColour::operator=(class wxColour &&)" ([email protected]@[email protected][email protected]@Z)
- Thu Aug 09, 2018 11:04 am
- Forum: Windows
- Topic: Unable to compile in Visual Studio 2013
- Replies: 7
- Views: 756
Unable to compile in Visual Studio 2013
Getting this error Error 1 error MSB8020: The build tools for v141 (Platform Toolset = 'v141') cannot be found. To build using the v141 build tools, please install v141 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the sol...