45c2e7a8b1
- aggiunta impostazione handle finestra principale dell'exe per dialoghi della dll.
30 lines
979 B
C++
30 lines
979 B
C++
//----------------------------------------------------------------------------
|
|
// EgalTech 2014-2015
|
|
//----------------------------------------------------------------------------
|
|
// File : EXE.h Data : 05.05.15 Versione : 1.6e2
|
|
// Contenuto : Dichiarazioni locali per moduli EXE.
|
|
//
|
|
//
|
|
//
|
|
// Modifiche : 01.09.14 DS Creazione modulo.
|
|
//
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#pragma once
|
|
|
|
#include "GseContext.h"
|
|
#include "/EgtDev/Include/EgtILogger.h"
|
|
|
|
//-----------------------------------------------------------------------------
|
|
HWND ExeGetMainWindowHandle( void) ;
|
|
|
|
//----------------------------------------------------------------------------
|
|
const std::string& ExeGetIniFile( void) ;
|
|
|
|
//----------------------------------------------------------------------------
|
|
ILogger* GetLogger( void) ;
|
|
ILogger* GetCmdLogger( void) ;
|
|
bool SetCmdLog( bool bVal) ;
|
|
bool IsCmdLog( void) ;
|