MitLib v3.0.0.12 (VS10)

main v3.0.0.12
Jenkins 10 years ago
parent e18960cf47
commit ef030e2a08

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -995,8 +995,8 @@ VS_VERSION_INFO$(VERSION_CONTROL) VERSIONINFO
#else
VS_VERSION_INFO VERSIONINFO
#endif
FILEVERSION 3,0,0,11
PRODUCTVERSION 3,0,0,11
FILEVERSION 3,0,0,12
PRODUCTVERSION 3,0,0,12
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -1014,12 +1014,12 @@ BEGIN
VALUE "Comments", "1. Added Cleanup After Delete Package during deleting of package for application to do any other clean up.\r\n"
VALUE "CompanyName", "MIT "
VALUE "FileDescription", "GuiDLL"
VALUE "FileVersion", "3.0.0.11\0"
VALUE "FileVersion", "3.0.0.12\0"
VALUE "InternalName", "GuiDLL"
VALUE "LegalCopyright", "Copyright ? 2015"
VALUE "OriginalFilename", "GuiDLL.dll"
VALUE "ProductName", "MIT GuiDLL"
VALUE "ProductVersion", "3.0.0.11\0"
VALUE "ProductVersion", "3.0.0.12\0"
END
END
BLOCK "VarFileInfo"

@ -150,7 +150,7 @@ private:
bool SendStartWaitMotionDoneThread(HANDLEDMC handle, int nMotorNo);
bool SendCommandGetResponse(HANDLEDMC handle, char *pResponse, char *format, ...);
bool SendCommandGetResponse(HANDLEDMC handle, char *pResponse, size_t size, char *format, ...);
bool SendHomeSensorLogic(HANDLEDMC handle, int nLogic);

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -110,8 +110,8 @@ VS_VERSION_INFO$(VERSION_CONTROL) VERSIONINFO
#else
VS_VERSION_INFO VERSIONINFO
#endif
FILEVERSION 3,0,0,11
PRODUCTVERSION 3,0,0,11
FILEVERSION 3,0,0,12
PRODUCTVERSION 3,0,0,12
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x21L
@ -129,15 +129,15 @@ BEGIN
VALUE "Comments", "1. Reduce opening and closing of MitLanguage.mdb\0"
VALUE "CompanyName", "MIT \0"
VALUE "FileDescription", "Utility\0"
VALUE "FileVersion", "3.0.0.11\0"
VALUE "FileVersion", "3.0.0.12\0"
VALUE "InternalName", "Utility\0"
VALUE "LegalCopyright", "Copyright © 2015\0"
VALUE "LegalTrademarks", " \0"
VALUE "OriginalFilename", "Utility.dll\0"
VALUE "PrivateBuild", " \0"
VALUE "ProductName", "MIT Utility\0"
VALUE "ProductVersion", "3.0.0.11\0"
VALUE "SpecialBuild", "mitlib-release-3-11\0"
VALUE "ProductVersion", "3.0.0.12\0"
VALUE "SpecialBuild", "mitlib-release-3-12\0"
END
END
BLOCK "VarFileInfo"

@ -72,8 +72,8 @@ VS_VERSION_INFO$(VERSION_CONTROL) VERSIONINFO
#else
VS_VERSION_INFO VERSIONINFO
#endif
FILEVERSION 3,0,0,11
PRODUCTVERSION 3,0,0,11
FILEVERSION 3,0,0,12
PRODUCTVERSION 3,0,0,12
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -91,15 +91,15 @@ BEGIN
VALUE "Comments", "1. Do not process clear warning if warning did not exist\r\n2. Do not process warning if already process\r\n3. Clear run module warning when end of lot completed\0"
VALUE "CompanyName", "MIT \0"
VALUE "FileDescription", "mcctrdll\0"
VALUE "FileVersion", "3.0.0.11\0"
VALUE "FileVersion", "3.0.0.12\0"
VALUE "InternalName", "mcctrdll\0"
VALUE "LegalCopyright", "Copyright © 2015\0"
VALUE "LegalTrademarks", " \0"
VALUE "OriginalFilename", "mcctrdll.dll\0"
VALUE "PrivateBuild", " \0"
VALUE "ProductName", "MIT mcctrdll\0"
VALUE "ProductVersion", "3.0.0.11\0"
VALUE "SpecialBuild", "mitlib-release-3-11\0"
VALUE "ProductVersion", "3.0.0.12\0"
VALUE "SpecialBuild", "mitlib-release-3-12\0"
END
END
BLOCK "VarFileInfo"

Loading…
Cancel
Save