[ace-users] Init for svc
JR Andreassen
janrune at io.com
Mon Sep 24 14:33:04 CDT 2007
Hi All...
Quick question for you....
But first...
ACE VERSION: 5.5.9
HOST MACHINE and OPERATING SYSTEM: Win XP, sp1
TARGET MACHINE and OPERATING SYSTEM, if different from HOST:
COMPILER NAME AND VERSION: VC++ 8.0(MSVC 2005) & VC6
CONTENTS OF $ACE_ROOT/ace/config.h
#if !defined (_WIN32_WCE)
# define ACE_ENABLE_SWAP_ON_WRITE
//# define ACE_DISABLE_SWAP_ON_READ
# define ACE_DISABLE_WIN32_ERROR_WINDOWS
# define ACE_HAS_STANDARD_CPP_LIBRARY 1
#endif
#include "ace/config-win32.h"
I'm using my onw Exception handling and need to initialize it for the
svc thread.
Where whould it be best to hook in the initialization ???
Thanks
JR
More information about the Ace-users
mailing list