========================================================================
       A Sample User Interfaces for Algolab Raster to Vector Engines
========================================================================

 General Information.

 These are sample applications UItoSDK and UItoCom that call functions of dlls 
 of r2v SDK. This SDK implements the functionality of Algolab Raster to Vector 
 Conversion Toolkit. Download and install Toolkit for references.

 ATTENTION! 
 UItoSDK.exe and UItoCom.exe do not draw the result vector graphics on the 
 screen but only provide output in the output file specified in the settings.

 There are following types of API for use of Algolab Raster to Vector 
 Conversion Engines. 

 1) Dlls  
 
 To use direct calls of functions of dlls see the sample application 
 UItoSDK in Dev=>Src=>apps with the source code. This application generates 
 executables in Release and Debug modes. These executables are located in 
 Dev=>r2vSDK and Dev=>r2vSDKd respectively. 
 See ReadMeSDK.txt in Dev=>Src=>apps=>UItoSDK for further details.
 Test UItoSDK: run Dev=>r2vSDK=>UItoSDK.exe
 
 2) Com  

 Even if using Com it is necessary to read ReadMeSDK.txt in Dev=>Src=>apps=>UItoSDK
 as it contains explanations regarding settings and log file which are the same
 for UItoSDK and UItoCom.
 
 The dll of the Com component is in Dev=>r2vCom. 

 The Excel file with VB code to call the component is in Dev=>ExcelFiles.
 To test it open the file in MS Excel and read instructions.  

 The source of the sample MS Visual C++ application is in Dev=>Src=>apps=>UItoCom.
 The executable of C++ application for the Release mode is in Dev=>UItoCom. 

 The source of Com is in Dev=>Src=>coms=>vecom.
 For these who wish to build Com project for debug mode: 
	a) Unicode build mode was not used;
	b) Make sure the directory with vecom.dll contains all required dlls
	   and other files which for release mode are located in 
	   Dev=>r2vCom directory or make dlls accessible in another way.(One 
	   may want simply copy all the files from Dev=>r2vCom 
	   to Dev=>Src=>coms=>vecom=>Debug)
 Com is simply an interface to the same dlls that are used in the application 
 UItoSDK. So see the file ReadMeSDK.txt in Dev=>Src=>apps=>UItoSDK for details 
 regarding parameters and function calls.  
 
 Test UItoCom:

 Before running the component it should be registered. It can be done with the 
 call of regsvr32 PATH . Here PATH is the path to vecom.dll located
 in Dev=>r2vCom. Then run the executable UItoCom.exe in Dev=>UItoCom directory. 


 Contact Algolab Inc. with any questions.
******************************************************

Contact: support@algolab.com
http://www.algolab.com
/////////////////////////////////////////////////////////////////////////////
