TestEGk 1.5i3 :
- modifiche per chiave di protezione.
This commit is contained in:
@@ -107,6 +107,10 @@ wmain( int argc, wchar_t* argv[])
|
||||
SetEGkLogger( &logger) ;
|
||||
SetEExLogger( &logger) ;
|
||||
|
||||
// imposto la chiave di protezione
|
||||
string sKey = GetPrivateProfileStringUtf8( "General", "Key", "", sFileIni.c_str()) ;
|
||||
SetEGkKey( sKey) ;
|
||||
|
||||
// inizializzo il font manager
|
||||
string sNfeFontDir = GetPrivateProfileStringUtf8( "General", "NfeFontDir", "", sFileIni.c_str()) ;
|
||||
string sDefaultFont = GetPrivateProfileStringUtf8( "General", "DefaultFont", "", sFileIni.c_str()) ;
|
||||
|
||||
BIN
Binary file not shown.
Reference in New Issue
Block a user