VisualPoint Download And Installation
From OO Lab
Contents |
Download
Binary files
Download from File:VisualpointAddin.rar
Source files
The source code of VSPlugin put in xDIVA project, download xDIVA from oolab's gitlab bygit clone git@140.115.53.53:oolab/xdiva.git
VisualPoint 放置於 xdiva\VisualpointAddin底下,在開發VisualpointAddin之前需要先進行Add-In相關設置才可進行開發。
Installation
The tool is an Addin for visual studio 2010 so MAKE SURE that the Visual Studio Version installed on your PC is 2010.
The following steps has been tried on Visual Studio 2010 with Windows7 x64 Platform.
- Download The Zip File and Extract all of them. There should be a folder BT and two files.
- BT
- Visualize.Addin
- Visualize.dll
- Find the Visual Studio Data Directory
- The Directory is usually in /Documents. For Example C:\Users\user\Documents\Visual Studio 2010
- In the Visual Studio Data Directory, there should be a Directory named Addins. If not, Create The directory Manually.
- Move Visualize.Addin and Visualize.dll to \Visual Studio 2010\Addins\
- Using Text Editor to open Visualize.Addin (this is an XML file)
- At line 16, the content should be <Assembly>C:\Users\user\Documents\Visual Studio 2010\Addins\Visualize.dll</Assembly>
- If the path is different from your file path, please modify it with the actual path.