Re: [Quickfix-users] RES: Trouble compiling, linker errors
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2006-10-19 19:15:07
|
You should trap the ConfigError and print out the message. QuickFIX is trying to tell you that their is an error with the configuration that prevents it from running. Perhaps a file that can't be open, or a directory that cannot be created. You will need to trap and print out the exception to find the exact reason. --oren On Oct 19, 2006, at 2:06 PM, Gre...@Ca... wrote: > > Yes, that's correct. I confused myself and picked the non-DLL > multithreaded runtime library. > > Unfortunately, while I can now compile, my code crashes with a > memory error: > > Unhandled exception at 0x7c812a5b in fix-test-connection.exe: > Microsoft C++ exception: FIX::ConfigError at memory location > 0x0012f610 > > and it breaks at line 107 in the C:\Program Files\Microsoft Visual > Studio 8\VC\crt\src\xutility and trying to continue just leads to > stack overflow errors |