Include :
- Aggiunta costante KEYOPT_EMK_NC_OF (disabilitazione generazione CN da bit licenza).
This commit is contained in:
+4
-2
@@ -1,7 +1,7 @@
|
||||
//----------------------------------------------------------------------------
|
||||
// EgalTech 2015-2019
|
||||
// EgalTech 2015-2020
|
||||
//----------------------------------------------------------------------------
|
||||
// File : EgtKeyCodes.h Data : 01.08.19 Versione : 2.1h1
|
||||
// File : EgtKeyCodes.h Data : 22.02.19 Versione : 2.2b4
|
||||
// Contenuto : Costanti per codici di protezione librerie di base.
|
||||
//
|
||||
//
|
||||
@@ -12,6 +12,7 @@
|
||||
// 18.08.17 DS Portato a 18 KEY_BASELIB_VER.
|
||||
// 07.08.18 DS Portato a 19 KEY_BASELIB_VER.
|
||||
// 01.08.19 DS Portato a 21 KEY_BASELIB_VER.
|
||||
// 22.02.20 DS Aggiunta costante KEYOPT_EMK_NC_OFF.
|
||||
//
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
@@ -33,3 +34,4 @@ const int KEYOPT_EEX_EXPADV = 0x00040 ; // EgtExchange export avanzato
|
||||
const int KEYOPT_EMK_BASE = 0x00080 ; // EgtMachKernel lavorazioni base
|
||||
const int KEYOPT_EMK_ADV = 0x00100 ; // EgtMachKernel lavorazioni avanzate
|
||||
const int KEYOPT_ENS_BASE = 0x00200 ; // EgtNesting automatico base
|
||||
const int KEYOPT_EMK_NC_OFF = 0x00400 ; // EgtMachKernel disabilita generazione part-program
|
||||
|
||||
Reference in New Issue
Block a user