Re: [Quickfix-developers] SocketInitiator Windows C++ bottleneck
Brought to you by:
orenmnero
|
From: Caleb E. <cal...@gm...> - 2006-04-21 17:51:14
|
On 4/21/06, George Damusis <mic...@co...> wrote: > I single stepped into the FIX::SocketIiniator () function only to end up > in an assembly code section deep within the bowels of the Microsoft and/o= r > QuickFix library code. Any time one gets in that deep looking for an > obscure exception, the problem is probably one that can be solved right a= way > only by an expert quickfix developer who knows from personal experience > that the cause is a certain library file or external dependency that is > missing. If any one of you out there has a clue please let me know. Thank > you=85 > You might try building a debug version of your application and looking at the stack when the exceptions are thrown. Linking with a debug version of the QuickFIX library might be helpful as well. For someone who claims to be an experienced developer, you seem to be expending very little effort debugging. -- Caleb Epstein caleb dot epstein at gmail dot com |