VisualPoint Download And Installation
From OO Lab
(Difference between revisions)
Rickychien (Talk | contribs) |
Rickychien (Talk | contribs) |
||
Line 25: | Line 25: | ||
#* At line 16, the content should be '''<Assembly>C:\Users\user\Documents\Visual Studio 2010\Addins\Visualize.dll</Assembly>''' | #* 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. | #* If the path is different from your file path, please modify it with the actual path. | ||
+ | |||
+ | |||
+ | =Program structure= | ||
+ | |||
+ | There is a document explain VSPlugin's program structure. You can find it at /xdiva/DIVA/VSPlugin/Visual Studio Visualization Addin 說明文件.pptx | ||
+ | |||
+ | |||
+ | =Improvements and Problems= | ||
+ | |||
+ | None |
Revision as of 19:57, 11 July 2014
Contents |
Source
The source code of VSPlugin put in xDIVA project, download xDIVA from oolab's gitlab bygit@140.115.53.53:oolab/xdiva.git
下載步驟請參考xDiva的下載教學: How to download xDIVA source code from version control server
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.
Program structure
There is a document explain VSPlugin's program structure. You can find it at /xdiva/DIVA/VSPlugin/Visual Studio Visualization Addin 說明文件.pptx
Improvements and Problems
None