My code works without FIX::FileLogFactory but I do not get any messages when
a fix connection is not logged on due to rejection by quickfix (Initiator or
Acceptor). Therefore, I added
FileLogPath=./fix_log
And nothing happen. Then I modified the code to
FIX::ThreadedSocketInitiator *initiator = 0;
FIX::FileLogFactory *file_log_factory = 0;
file_log_factory = new FIX::FileLogFactory(*settings);
initiator = new FIX::ThreadedSocketInitiator ( *this,
*storeFactory,
*settings,
*file_log_factory);
And I get
symbol lookup error:./quickfix-1.13.3/src/C++/.libs/libquickfix.so.14:
undefined symbol: _Z10
Same thing with ThreadedSocketAcceptor ?
I am using /quickfix-1.13.3/src/C++.
What seems to be the issue --
Is there a sample code that works for this?
Thanks
--
View this message in context: http://quickfix.13857.n7.nabble.com/symbol-lookup-error-quickfix-1-13-3-src-C-libs-libquickfix-so-14-undefined-symbol-Z10-tp6483.html
Sent from the QuickFIX - Dev mailing list archive at Nabble.com.
|