Include :
- modifiche per chiave di protezione.
This commit is contained in:
@@ -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) ;
|
||||
|
||||
@@ -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) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user