KeyGenerator 3.1a1 :

- aggiunta gestione versione 31.
This commit is contained in:
Dario Sassi
2026-01-02 12:35:49 +01:00
parent 34d8014904
commit 7594f23092
4 changed files with 17 additions and 12 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
//----------------------------------------------------------------------------
// EgalTech 2013-2024
// EgalTech 2013-2025
//----------------------------------------------------------------------------
// File : KeyGenerator.cpp Data : 16.01.24 Versione : 2.6a1
// File : KeyGenerator.cpp Data : 02.01.26 Versione : 3.1a1
// Contenuto : Implementazione della classe applicazione generatore chiavi.
//
//
@@ -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, 2701, 10) != KEY_OK) {
if ( VerifyKey( sKey, 823, 3101, 10) != KEY_OK) {
m_nExitCode = 1 ;
return FALSE ;
}