From 6226e68524cf481046e736f2c3b56e08a3d9cc6b Mon Sep 17 00:00:00 2001 From: DarioS Date: Thu, 23 Dec 2021 15:39:41 +0100 Subject: [PATCH] KeyGenerator 2.3l1 : - aggiunta versione 24 - aggiunto prodotto Slicer 5583. --- KeyGenerator.cpp | 2 +- KeyGenerator.rc | Bin 29904 -> 29908 bytes KeyGeneratorDlg.cpp | 5 +++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/KeyGenerator.cpp b/KeyGenerator.cpp index 8d064b9..1d98805 100644 --- a/KeyGenerator.cpp +++ b/KeyGenerator.cpp @@ -85,7 +85,7 @@ CKeyGeneratorApp::InitInstance( void) // verifico la protezione SetLockType( KEY_LOCK_TYPE_HW) ; string sKey = GetPrivateProfileStringUtf8( "General", "Key", "", m_pszProfileName) ; - if ( VerifyKey( sKey, 823, 2305, 10) != KEY_OK) { + if ( VerifyKey( sKey, 823, 2312, 10) != KEY_OK) { m_nExitCode = 1 ; return FALSE ; } diff --git a/KeyGenerator.rc b/KeyGenerator.rc index 85cefe627c01eafbe5efd3aee791954c6478e727..b1dbc0d20bdbd1abae429b6241b2b4ba70f18830 100644 GIT binary patch delta 62 zcmccclJUw*#trXm*bNzs7<3p6H@|mz%{2L*eE@R~kYnhulLbj8oEa+G%eeWP=PxY) D&Vv=b delta 66 zcmccelJUYz#trXmSWOvp7>qW5wXtSqPGvBf9B8k*Il-Za1up)YY4Sby93;5}#?7}p He`x^#CQuju diff --git a/KeyGeneratorDlg.cpp b/KeyGeneratorDlg.cpp index bee9c67..13fb49b 100644 --- a/KeyGeneratorDlg.cpp +++ b/KeyGeneratorDlg.cpp @@ -1,7 +1,7 @@ //---------------------------------------------------------------------------- // EgalTech 2013-2021 //---------------------------------------------------------------------------- -// File : KeyGeneratorDlg.cpp Data : 15.05.21 Versione : 2.3e2 +// File : KeyGeneratorDlg.cpp Data : 23.12.21 Versione : 2.3l1 // Contenuto : Implementazione della classe dialogo generatore chiavi. // // @@ -39,10 +39,11 @@ static const vector vsProd = { "1231", // SarmaxWall (vecchie librerie base) "3279", // EgtCAM5 "5327", // EgtBeamWall + "5583", // Slicer "9423" // OmagCUT } ; // altri valori : 463, 975, 1487, 2511, 3535, 4559, 5583 (max 9999 e deve contenere i bit di 207) static const vector vsVer = { - "23", "22", "21", "19", "18", "16", "15" + "24", "23", "22", "21", "19", "18", "16", "15" } ; static const vector vsSubVer = { "01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12", ""