EgtCAM5 2.1h1 :

- richiesta versione licenza 21
- aggiunto comando ModifyText.
This commit is contained in:
Dario Sassi
2019-08-02 17:38:47 +00:00
parent cee9588cf7
commit a19b650675
6 changed files with 41 additions and 5 deletions
+2 -2
View File
@@ -326,8 +326,8 @@ Public Class MainWindowVM
EgtUILib.GetPrivateProfileString(S_LICENCE, K_KEY, "", sKey, sLicFile)
EgtSetKey(sKey)
' Recupero livello e opzioni della chiave
Dim bKey As Boolean = EgtGetKeyLevel(3279, 19, 1, IniFile.m_nKeyLevel) And
EgtGetKeyOptions(3279, 19, 1, IniFile.m_nKeyOptions)
Dim bKey As Boolean = EgtGetKeyLevel(3279, 21, 1, IniFile.m_nKeyLevel) And
EgtGetKeyOptions(3279, 21, 1, IniFile.m_nKeyOptions)
' Inizializzazione generale di EgtInterface
m_nDebug = GetPrivateProfileInt(S_GENERAL, K_DEBUG, 0)
IniFile.m_sLogFile = m_sTempDir & "\" & GENLOG_FILE_NAME.Replace("#", IniFile.m_nInstance.ToString())