VectorDraw Developer Framework
DLLs

Current version 6

 

The new engine's DLLs are located in a folder like %Program Files%\VectorDraw\Common.

The files that you can add to your VS 2005 projects are :
 

  VDrawBaseControl.dll
 
  Is the simple drawing area with no other components
 
  vdScrollableControl.dll
 
  Is the drawing area with vertical and horizontal scroll bars and also a Layout tab
 
  vdFramedControl.dll
 
  A full component that contains the vdScrollableControl and also a Properties Grid and a command line component
 
  VectorDraw.Professional.dll
 
  If this is added to a project a vdDocument component can be inserted and used as drawing explorer without any Graphical interface
 
  vdraw.ocx 
(VdProControl.dll)
 
  These are the wrapper components. Recommended is the vdraw.ocx that looks like the Version 5.x component and should be used as an ActiveX component like the version 5.x and is recommended only for Visual Studio 6 and Delphi 7 and prior. It is used for 5.x projects migration. If you want to start a new project in an environment different from VS6 and Delphi 7 then you should use one of the above components. vdProControl.dll is recommended to be used  in VS2005 environment instead of vdraw.ocx.
  
  vdPropertyGrid.dll
 
  This is the Property list component that can be used in combination with one of the above components
 
  vdCommandLine.dll
 
  This is the Command Line component that can be used in combination with one of the above components