Include :

- modifiche per chiave di protezione.
This commit is contained in:
Dario Sassi
2014-09-15 07:06:04 +00:00
parent dacb205b73
commit 65ffe82e74
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -30,5 +30,7 @@ class ILogger ;
EGK_EXPORT const char* GetEGkVersion( void) ;
// permette di impostare il logger per la Dll
EGK_EXPORT void SetEGkLogger( ILogger* pLogger) ;
// imposta la chiave di protezione
EGK_EXPORT void SetEGkKey( const std::string& sKey) ;
// permette di inizializzare il font manager
EGK_EXPORT void InitFontManager( const std::string& sNfeFontDir, const std::string& sDefaultFont) ;
+1
View File
@@ -33,6 +33,7 @@ extern "C" {
// General
EIN_EXPORT BOOL __stdcall EgtInit( int nDebug, const wchar_t* sLogFile) ;
EIN_EXPORT BOOL __stdcall EgtExit( void) ;
EIN_EXPORT BOOL __stdcall EgtSetKey( const wchar_t* sKey) ;
EIN_EXPORT BOOL __stdcall EgtSetFont( const wchar_t* sNfeFontDir, const wchar_t* sDefaultFont) ;
EIN_EXPORT BOOL __stdcall EgtFreeMemory( void* pMem) ;