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 b1dbc0d..aa920d6 100644 Binary files a/KeyGenerator.rc and b/KeyGenerator.rc differ diff --git a/KeyGenerator.vcxproj b/KeyGenerator.vcxproj index 406c83d..bf2b21f 100644 --- a/KeyGenerator.vcxproj +++ b/KeyGenerator.vcxproj @@ -22,7 +22,7 @@ true 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 +}