TestEGk 1.5i3 :

- modifiche per chiave di protezione.
This commit is contained in:
Dario Sassi
2014-09-15 07:06:39 +00:00
parent fa380e499b
commit a8a9c84022
2 changed files with 4 additions and 0 deletions
+4
View File
@@ -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
View File
Binary file not shown.