Thread: Re: [Quickfix-developers] (no subject)
Brought to you by:
orenmnero
|
From: <OM...@th...> - 2002-03-11 05:34:14
|
David, Setting your run-time library to Debug Multithreaded may be your problem. Try changing this to Debug Multithreaded DLL. This is documented in the Setting Up Your Project page at http://quickfix.sourceforge.net/documentation/project.html. If you would like to use Debug Multithreaded you can, however you will need to build quickfix with the same run-time library. I hope this helps. --oren |---------+-----------------------------------------------> | | "David Kennedy" | | | <ke...@ho...> | | | Sent by: | | | qui...@li...| | | ceforge.net | | | | | | | | | 03/10/02 09:21 AM | | | | |---------+-----------------------------------------------> >----------------------------------------------------------------------------------------------| | | | To: qui...@li... | | cc: | | Subject: [Quickfix-developers] (no subject) | >----------------------------------------------------------------------------------------------| I started playing with your quckfix engine. I have a problem which is probably related more to MSVC then anything but wonder if someone can give me a hand. I create a new console app, put in the code from at_client or at_server, fix the includes, set debug multithreaded and compile. No errors warnings but a whole bunch of 'link errors' which come from putting quickfix_debug.lib in the linker options. Without the lib, I get erros (understandably). Here is a samle of what I get. Any ideas would be appreciated. removing libcpmtd.lib or msvcprtd.lib doesn't seem to help. Oddly enough, the sample project supplied compiles/links fine. I have looked at the difference between my project and at_server and can't see anything. msvcprtd.lib(MSVCP60D.dll) : error LNK2005: "public: __thiscall std::ios_base::Init::Init(void)" (??0Init@ios_base@std@@QAE@XZ) already defined in libcpmtd.lib(iostream.obj) msvcprtd.lib(MSVCP60D.dll) : error LNK2005: "public: __thiscall std::ios_base::Init::~Init(void)" (??1Init@ios_base@std@@QAE@XZ) already defined in libcpmtd.lib(iostream.obj) msvcprtd.lib(MSVCP60D.dll) : error LNK2005: "public: __thiscall std:: _Winit::_Winit(void)" (??0_Winit@std@@QAE@XZ) already defined in libcpmtd.lib(wiostrea.obj) msvcprtd.lib(MSVCP60D.dll) : error LNK2005: "public: __thiscall std:: _Winit::~_Winit(void)" (??1_Winit@std@@QAE@XZ) already defined in libcpmtd.lib(wiostrea.obj) msvcprtd.lib(MSVCP60D.dll) : error LNK2005: "public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(class std::allocator<char > const &)" ( ??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@ABV?$allocator@D@1@@Z ) already defined in NewClient.obj msvcprtd.lib(MSVCP60D.dll) : error LNK2005: "public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::~basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(void)" (??1?$basic_strin g@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ) already defined in NewClient.obj Chat with friends online, try MSN Messenger: Click Here _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |
|
From: Mike S. <MS...@rj...> - 2006-06-14 21:28:07
|
David, I ran into similar issues. You need to get ntwdblib.dll and put it in your system32 directory. Either google for it or do an MSDN search. Also, Depending on what kind of sql server install you did, you might need to add the following directory, C:\Program Files\Microsoft SQL Server\80\Tools\devtools\include, which for me has the sqlfront.h and sqldb.h files. Again, either google for it or do an MSDN search. That should get you past this issue. -mike -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of David Padgitt Sent: Wednesday, June 14, 2006 3:36 PM To: qui...@li... Subject: [Quickfix-developers] (no subject) QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html |
|
From: <or...@qu...> - 2006-06-14 21:31:59
|
FYI. I mentioned this to David already. In subversion there is an ODBC implementation. We are looking for people to try it out and provide feedback. Does anyone know if the old C api for SQL server still works with 2005? I'm not very clear on that.<BR> <DIV id=wmMessageComp name="wmMessageComp"> </DIV> <DIV name="wmMessageComp">--oren<BR><BR> <BLOCKQUOTE style="PADDING-LEFT: 8px; MARGIN-LEFT: 8px; BORDER-LEFT: blue 2px solid">-------- Original Message --------<BR>Subject: Re: [Quickfix-developers] (no subject)<BR>From: "Mike Smith" <MS...@rj...><BR>Date: Wed, June 14, 2006 4:27 pm<BR>To: "David Padgitt" <dpa...@pd...>,<BR><qui...@li...><BR><BR>QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html<BR>QuickFIX Support: http://www.quickfixengine.org/services.html<BR><BR>David,<BR><BR>I ran into similar issues. You need to get ntwdblib.dll and put it in<BR>your system32 directory. Either google for it or do an MSDN search.<BR><BR>Also, Depending on what kind of sql server install you did, you might<BR>need to add the following directory, C:\Program Files\Microsoft SQL<BR>Server\80\Tools\devtools\include, which for me has the sqlfront.h and<BR>sqldb.h files. Again, either google for it or do an MSDN search.<BR><BR>That should get you past this issue.<BR><BR>-mike<BR><BR>-----Original Message-----<BR>From: qui...@li...<BR>[mailto:qui...@li...] On Behalf Of<BR>David Padgitt<BR>Sent: Wednesday, June 14, 2006 3:36 PM<BR>To: qui...@li...<BR>Subject: [Quickfix-developers] (no subject)<BR><BR>QuickFIX Documentation:<BR>http://www.quickfixengine.org/quickfix/doc/html/index.html<BR>QuickFIX Support: http://www.quickfixengine.org/services.html<BR><BR><BR><BR>_______________________________________________<BR>Quickfix-developers mailing list<BR>Qui...@li...<BR>https://lists.sourceforge.net/lists/listinfo/quickfix-developers </BLOCKQUOTE></DIV> |
|
From: Mark T. K. <mke...@di...> - 2006-06-15 13:40:35
|
not sure which "old C" API you mean, but freeTDS works against sql server 2005 (at least for basic queries) under redhat/fedora. /mark or...@qu... wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > > ------------------------------------------------------------------------ > > FYI. I mentioned this to David already. In subversion there is an ODBC > implementation. We are looking for people to try it out and provide > feedback. Does anyone know if the old C api for SQL server still works > with 2005? I'm not very clear on that. > > --oren > > -------- Original Message -------- > Subject: Re: [Quickfix-developers] (no subject) > From: "Mike Smith" <MS...@rj...> > Date: Wed, June 14, 2006 4:27 pm > To: "David Padgitt" <dpa...@pd...>, > <qui...@li...> > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > David, > > I ran into similar issues. You need to get ntwdblib.dll and put it in > your system32 directory. Either google for it or do an MSDN search. > > Also, Depending on what kind of sql server install you did, you might > need to add the following directory, C:\Program Files\Microsoft SQL > Server\80\Tools\devtools\include, which for me has the sqlfront.h and > sqldb.h files. Again, either google for it or do an MSDN search. > > That should get you past this issue. > > -mike > > -----Original Message----- > From: qui...@li... > [mailto:qui...@li...] On Behalf Of > David Padgitt > Sent: Wednesday, June 14, 2006 3:36 PM > To: qui...@li... > Subject: [Quickfix-developers] (no subject) > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > > ------------------------------------------------------------------------ > > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers This communication and any attachments may contain confidential/proprietary information and is intended for information purposes only. It is not an invitation or offer to purchase interests from Diamondback. Any representation to the contrary is unintentional. This communication is intended only for the person(s) to whom it is addressed. If you are not the intended recipient you are hereby notified that you have received this document in error and that any review, dissemination, distribution, or copying of this message or any attachments is not permitted. If you have received this in error, please notify the sender immediately by e-mail and delete this message. All e-mails sent to or received from this address will be received by Diamondback Capital Management's company e-mail system and is subject to archival and possible review by someone other than the recipient. This notice is automatically appended to each e-mail message leaving Diamondback Capital Management. |
|
From: Marco N. <sg...@ya...> - 2011-06-02 14:15:02
|
http://grupocei.net/indexz29X.php |
|
From: Sameer S. <tog...@ya...> - 2012-01-04 22:11:40
|
...Don’t wait! You can get everything you need! Right now! Really! http://excelencia.edu.pe/new-year.link.php?ifehotmailID=51eh0 |
|
From: Sameer S. <tog...@ya...> - 2012-01-17 22:22:22
|
...I truly want you to be happy! So I advice you to visit this on-line pharmacy! http://miscelaneagriega.com/new-year.link.php?uzGIS=17bo0 |