TestEGr 1.5i3 :
- modifiche per chiave di protezione.
This commit is contained in:
+6
-4
@@ -99,9 +99,13 @@ CTestEGrApp::InitInstance( void)
|
||||
SetEExLogger( &logGen) ;
|
||||
SetEGrLogger( &logGen) ;
|
||||
|
||||
// imposto la chiave di protezione
|
||||
string sKey = GetPrivateProfileStringUtf8( "General", "Key", "", m_pszProfileName) ;
|
||||
SetEGkKey( sKey) ;
|
||||
|
||||
// inizializzo il font manager
|
||||
string sNfeFontDir = GetPrivateProfileStringUtf8( "GeomDB", "NfeFontDir", "", sFileIni.c_str()) ;
|
||||
string sDefaultFont = GetPrivateProfileStringUtf8( "GeomDB", "DefaultFont", "", sFileIni.c_str()) ;
|
||||
string sNfeFontDir = GetPrivateProfileStringUtf8( "GeomDB", "NfeFontDir", "", m_pszProfileName) ;
|
||||
string sDefaultFont = GetPrivateProfileStringUtf8( "GeomDB", "DefaultFont", "", m_pszProfileName) ;
|
||||
InitFontManager( sNfeFontDir, sDefaultFont) ;
|
||||
|
||||
// inizio programma
|
||||
@@ -147,8 +151,6 @@ string
|
||||
GetExeNameVer( void)
|
||||
{
|
||||
string sVer ;
|
||||
|
||||
|
||||
GetModuleVersion( NULL, sVer) ;
|
||||
return string( STR_EXE " ver." + sVer) ;
|
||||
}
|
||||
|
||||
BIN
Binary file not shown.
Reference in New Issue
Block a user