VisualPoint Download And Installation

From OO Lab
(Difference between revisions)
Jump to: navigation, search
 
Line 1: Line 1:
 
=Download=
 
=Download=
 +
 +
==Binary files==
 +
Download from [[File:VisualpointAddin.rar]]<br>
 +
 +
==Source files==
  
 
The source code of VSPlugin put in xDIVA project, download xDIVA from oolab's gitlab by <pre>git clone git@140.115.53.53:oolab/xdiva.git</pre>
 
The source code of VSPlugin put in xDIVA project, download xDIVA from oolab's gitlab by <pre>git clone git@140.115.53.53:oolab/xdiva.git</pre>
  
 
VisualPoint 放置於 xdiva\VisualpointAddin底下,在開發VisualpointAddin之前需要先進行Add-In相關設置才可進行開發。
 
VisualPoint 放置於 xdiva\VisualpointAddin底下,在開發VisualpointAddin之前需要先進行Add-In相關設置才可進行開發。
 
  
 
=Installation=
 
=Installation=

Latest revision as of 17:40, 14 July 2014

Contents

[edit] Download

[edit] Binary files

Download from File:VisualpointAddin.rar

[edit] Source files

The source code of VSPlugin put in xDIVA project, download xDIVA from oolab's gitlab by
git clone git@140.115.53.53:oolab/xdiva.git

VisualPoint 放置於 xdiva\VisualpointAddin底下,在開發VisualpointAddin之前需要先進行Add-In相關設置才可進行開發。

[edit] 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.

  1. Download The Zip File and Extract all of them. There should be a folder BT and two files.
    • BT
    • Visualize.Addin
    • Visualize.dll
  2. 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.
  3. Move Visualize.Addin and Visualize.dll to \Visual Studio 2010\Addins\
  4. 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.
Personal tools