[Quickfix-developers] ConfigError exception on startup
Brought to you by:
orenmnero
|
From: Keith M. <km...@us...> - 2007-04-27 08:50:09
|
Hi I'm developing a GUI which uses QuickFIX and I've come across a problem = when the host defined by SocketConnectHost is unavailable. What appears = to happen is QuickFIX then tries SocketConnectHost0 (which is undefined) = and throws a ConfigError exception "SocketConnectHost0 not defined". = Trouble is, because the SocketInitiator is running in a different = thread, the application never gets to catch that exception. Has anyone = found a way round this, or as is most likely, have I've missed something = simple? Using MS Visual Studio 2005 on WinXP and QuickFIX Version 1.12.4 Thanks and regards Keith |