Back

// This file contains all possible definitions and references
// that need to be updated when changing the software version;

// IPSLSystem Class ID
#define PSL_ClassID "4B3E21FE-9D02-4b7a-8840-6D41922A75D0"

// Type library ID
#define PSL_TypeLib "D287F1F3-B9F9-40b4-B94C-9711E13016BD"

// Interface of class IPSLSystem:
#define PSL_Interface "220F3039-0F76-4a34-9EEA-274DC39D31BF"

// Application ID:
#define PSL_AppID "{FCC0D33D-F072-4e61-8873-97C490F14BDB}"

// Type Library Version
#define PSL_HiVersion 0
#define PSL_LoVersion 6
#define PSL_Version 0.6

// Type Library Name
#define PSL_TLName "ProSysLib v0.6"

// Below is the list of things that are necessary to
// change manually in order to finish the version upgrade

// 1. Increment version information within the DLL Resources;
// 2. Increment version in 3 places in file PSLSystem.rgs;
// 3. Replace GUID-s in four places in file PSLSystem.rgs;
// 4. Rename DLL into format PSL32v##.DLL or PSL64v##.DLL

Top