Re: [Quickfix-developers] FileLogPath required when MySQL is used
Brought to you by:
orenmnero
From: Marc St-J. <mst...@de...> - 2011-11-18 15:20:13
|
Thanks. It worked great. Le 2011-11-17 18:09, Djalma Rosa dos Santos Filho a écrit : > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > > You need to replace in your code FileLogFactory with MySQLLogFactory. > > On Thu, Nov 17, 2011 at 8:19 PM, Marc St-Jacques > <mst...@de... <mailto:mst...@de...>> wrote: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > I'm sure this is a FAQ, I see numerous requests on the Net on various > forums without a clear answer. > > I'm using VC++ 2003. > I would have thought that rebuilding QuickFix with MySQL support > (#define HAVE_MYSQL 1) was sufficient for enable MySQL logging. > > The rebuild was successful. > > After completing all the mandatory MySQLLog... and MySQLStore... > entries > in the configuration file (and put them in either [DEFAULT] or > [SESSION] > in case I'm doing this wrong), the program still asks for a valid > FileLogPath. > > Any hint ? > > Regards. > > Marc St-Jacques. > > > |