MitLib v1.40.03

Change-Id: Ib4c94373d12828a34aa862e86c60ca864e71fd30
v1.40.03
Peter Bruin 11 years ago
parent 3989a3f9c8
commit 85b151984d

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -1226,7 +1226,7 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "MitLib 1.40.02"
VALUE "Comments", "MitLib 1.40.03"
VALUE "CompanyName", "MIT\0"
VALUE "FileDescription", "GuiDLL\0"
VALUE "FileVersion", VERSION_INFO_STR

@ -46,7 +46,7 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "MitLib 1.40.02"
VALUE "Comments", "MitLib 1.40.03"
VALUE "CompanyName", "MIT "
VALUE "FileDescription", "IODll"
VALUE "FileVersion", VERSION_INFO_STR

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

@ -46,7 +46,7 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "MitLib 1.40.02"
VALUE "Comments", "MitLib 1.40.03"
VALUE "CompanyName", "MIT"
VALUE "FileDescription", "SecsGem"
VALUE "FileVersion", VERSION_INFO_STR

@ -133,7 +133,7 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "MitLib 1.40.02"
VALUE "Comments", "MitLib 1.40.03"
VALUE "CompanyName", "MIT "
VALUE "FileDescription", "Utility"
VALUE "FileVersion", VERSION_INFO_STR

@ -52,8 +52,8 @@ END
//
// Version
//
#define VERSION_INFO 1,0,13,0
#define VERSION_INFO_STR "1.0.13.0"
#define VERSION_INFO 1,0,13,1
#define VERSION_INFO_STR "1.0.13.1"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VERSION_INFO
@ -72,7 +72,7 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "MitLib 1.40.02"
VALUE "Comments", "MitLib 1.40.03"
VALUE "CompanyName", "MIT "
VALUE "FileDescription", "CommDll"
VALUE "FileVersion", VERSION_INFO_STR

@ -20,10 +20,10 @@
#define END_TERMINATOR '\r'
#define MAX_GP_STATION 10
#define MAX_GP_STATION 20
enum NEXT_SOT
{
{
REF_AUTO_CALIBRATION=2,
RESOLUTION_AUTO_CALIBRATION,
MANUAL_TEACH,
@ -111,7 +111,7 @@ protected:
HANDLE m_hAck;
HANDLE m_hStatusReady;
HANDLE m_hResultReady[MAX_GP_STATION];
HANDLE m_hTeachValidReady[MAX_GP_STATION];
HANDLE m_hTeachValidReady[MAX_GP_STATION];
stGPDoubleDataResult m_stResult[MAX_GP_STATION];
CStringArray m_csaResult;

@ -94,7 +94,7 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "MitLib 1.40.02"
VALUE "Comments", "MitLib 1.40.03"
VALUE "CompanyName", "MIT "
VALUE "FileDescription", "mcctrdll"
VALUE "FileVersion", VERSION_INFO_STR

@ -1,5 +1,12 @@
== Upgrading from MitLib v1.39.15 and below ==
From MitLib 1.39.16 onwards the library requires the use of Visual Studio 6 runtime library MSVCP60D.DLL. Place this file in your System folder when upgrading to later versions of MitLib or
run the MFC Distributable installer: K:\TDG - Software (DO NOT DELETE)\MFC Distributable\MFC Distributable V1.00.01.exe
== MitLib 1.40.03 19-SEP-2014 ==
* Increase the maximum number of GPVision stations from 10 to 20, related to ({{bug|560||})
== MitLib 1.40.02 09-SEP-2014 ==
* ticket:557 Check stop button is not activated before starting system after GUI start button is pressed
* ({{bug|557||) Check stop button is not activated before starting system after GUI start button is pressed
== MitLib 1.40.01 28-AUG-2014 ==
* Enhancement to MotionNet compare trigger with pulse with set to 1ms.
@ -22,6 +29,7 @@ Changes in MitLib 1.40.00:
* {{done}} Fixed some memory leaks where <code>auto_ptr</code> was used with arrays
* {{done}} Fixed some memory leaks where <code>delete</code> was used with <code>new[]</code> instead of <code>delete []</code>
== Configuration Changes ==
=== GuiDll.ini ===
* Option to stop the machine after the user has re-authenticated, see ({{bug|416}})

Loading…
Cancel
Save