From 2f30dbfdbda3947c7dedb50f63263f5e15311e6d Mon Sep 17 00:00:00 2001 From: DarioS Date: Tue, 3 Jan 2023 08:58:50 +0100 Subject: [PATCH] KeyGenerator 2.5a1 : - aggiunta gestione Icarus. --- KeyGenerator.cpp | 4 ++-- KeyGenerator.rc | Bin 29908 -> 29904 bytes KeyGenerator.vcxproj | 4 ++-- KeyGeneratorDlg.cpp | 11 ++++++----- KeyMaker.cpp | 6 +++--- 5 files changed, 13 insertions(+), 12 deletions(-) diff --git a/KeyGenerator.cpp b/KeyGenerator.cpp index 1d98805..e3521ca 100644 --- a/KeyGenerator.cpp +++ b/KeyGenerator.cpp @@ -1,7 +1,7 @@ //---------------------------------------------------------------------------- -// EgalTech 2013-2020 +// EgalTech 2013-2023 //---------------------------------------------------------------------------- -// File : KeyGenerator.cpp Data : 26.12.20 Versione : 2.2l1 +// File : KeyGenerator.cpp Data : 02.01.23 Versione : 2.5a1 // Contenuto : Implementazione della classe applicazione generatore chiavi. // // diff --git a/KeyGenerator.rc b/KeyGenerator.rc index b1dbc0d20bdbd1abae429b6241b2b4ba70f18830..aa920d65ceed4b000b7599b4925d3f2ab596d3d0 100644 GIT binary patch delta 125 zcmccelJUYz#tjObjK-T4IZqn1nlk7x7*76ZqswTzS>BePnc0*fak8Pqb!KA*g~^8Q z@|(3BqZk=YCkNV#Z=U1i!-S^cAk*Y~?pf%XCTlrPn|#aj2t?oHIZiJ&&+|6Z1OP+) BCu#ry delta 117 zcmccclJUw*#tjObjE0*PIZqn18#CxI7%~`5es818XuMh0mYtrue Unicode Dynamic - v120_xp + v141_xp Application @@ -30,7 +30,7 @@ true Unicode Dynamic - v120_xp + v141_xp diff --git a/KeyGeneratorDlg.cpp b/KeyGeneratorDlg.cpp index 13fb49b..4b47391 100644 --- a/KeyGeneratorDlg.cpp +++ b/KeyGeneratorDlg.cpp @@ -1,7 +1,7 @@ //---------------------------------------------------------------------------- -// EgalTech 2013-2021 +// EgalTech 2013-2023 //---------------------------------------------------------------------------- -// File : KeyGeneratorDlg.cpp Data : 23.12.21 Versione : 2.3l1 +// File : KeyGeneratorDlg.cpp Data : 02.01.23 Versione : 2.5a1 // Contenuto : Implementazione della classe dialogo generatore chiavi. // // @@ -9,6 +9,7 @@ // Modifiche : 11.09.14 DS Creazione modulo. // 08.05.19 DS Portate Opzioni2 a 24. // 15.05.21 DS Aggiunto EgtBeamWall. +// 02.01.23 DS Aggiunto Icarus. // //---------------------------------------------------------------------------- @@ -39,11 +40,11 @@ static const vector vsProd = { "1231", // SarmaxWall (vecchie librerie base) "3279", // EgtCAM5 "5327", // EgtBeamWall - "5583", // Slicer + "5583", // Icarus "9423" // OmagCUT -} ; // altri valori : 463, 975, 1487, 2511, 3535, 4559, 5583 (max 9999 e deve contenere i bit di 207) +} ; // altri valori : 463, 975, 1487, 2511, 3535, 4559 (max 9999 e deve contenere i bit di 207) static const vector vsVer = { - "24", "23", "22", "21", "19", "18", "16", "15" + "25", "24", "23", "22", "21", "19", "18", "16", "15" } ; static const vector vsSubVer = { "01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12", "" diff --git a/KeyMaker.cpp b/KeyMaker.cpp index e2d59b1..e17902a 100644 --- a/KeyMaker.cpp +++ b/KeyMaker.cpp @@ -1,7 +1,7 @@ //---------------------------------------------------------------------------- -// EgalTech 2013-2014 +// EgalTech 2013-2023 //---------------------------------------------------------------------------- -// File : KeyProcess.cpp Data : 11.09.14 Versione : 1.5i2 +// File : KeyProcess.cpp Data : 02.01.23 Versione : 2.5a1 // Contenuto : Implementazione funzioni costruzione chiave. // // @@ -276,4 +276,4 @@ KeyMaker::WriteLicence( const char* szSec, const char* szFile, bool bAll) WritePrivateProfileInt( szSec, "OptExpDays", m_nOptExpDays, szFile) ; WritePrivateProfileStringUtf8( szSec, "Key", m_sKey.c_str(), szFile) ; return true ; -} \ No newline at end of file +}