[Quickfix-users] RE: Quickfix-users digest, Vol 1 #112 - 2 msgs
Brought to you by:
orenmnero
From: Craig, L. <leo...@cs...> - 2003-12-17 15:01:45
|
Much obliged for the swift reply, I have since managed to resolve this problem. The post build settings in the quickfix.lib project have a /Y switch on the XCOPY command. On my PC there is no /Y switch for xcopy and consequently the xcopy fails. I have removed this switch and all the header files are xcopied into the relevant directories. Unfortunately I now have linker errors, it appears that the STD library is missing. Any ideas? quickfix.lib(Message.obj) : warning LNK4049: locally defined symbol ??_7logic_error@std@@6B@ (const std::logic_error::`vftable') imported quickfix.lib(Log.obj) : warning LNK4049: locally defined symbol ??1logic_error@std@@UAE@XZ (public: virtual __thiscall std::logic_error::~logic_error(void)) imported quickfix.lib(FileLog.obj) : warning LNK4049: locally defined symbol ??1logic_error@std@@UAE@XZ (public: virtual __thiscall std::logic_error::~logic_error(void)) imported quickfix.lib(Dictionary.obj) : warning LNK4217: locally defined symbol ??1logic_error@std@@UAE@XZ (public: virtual __thiscall std::logic_error::~logic_error(void)) imported in function "public: double __thiscall FIX::Dictionary::getDouble(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)const " (?getDouble@Dictionary@FIX@@QBENABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) 0logic_error@std@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z (public: __thiscall std::logic_error::logic_error(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)) imported quickfix.lib(Session.obj) : warning LNK4217: locally defined symbol ??0logic_error@std@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z (public: __thiscall std::logic_error::logic_error(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)) imported in function _$E145 quickfix.lib(Initiator.obj) : warning LNK4049: locally defined symbol ?? -----Original Message----- From: qui...@li... [mailto:qui...@li...] Sent: 17 December 2003 04:10 To: qui...@li... Subject: Quickfix-users digest, Vol 1 #112 - 2 msgs Send Quickfix-users mailing list submissions to qui...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/quickfix-users or, via email, send a message with subject or body 'help' to qui...@li... You can reach the person managing the list at qui...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of Quickfix-users digest..." Today's Topics: 1. Vacation/release (Miller, Oren) 2. Compilation problems for Windows Version 1.60 (Craig, Leo) --__--__-- Message: 1 Date: Tue, 16 Dec 2003 09:39:07 -0600 From: "Miller, Oren" <OM...@ri...> To: <qui...@li...>, <qui...@li...> Subject: [Quickfix-users] Vacation/release I will be out of town until the 28th of december. After my return, I = plan to get out the new release, likely to be versioned as 1.7. Among = other thing, there will be full 4.4 support for .NET. =20 We have had more contributors to this version than ever before. thank = you to everyone who has helped out. Although it is impossible to know how many installations of QuickFIX are = out there, it appears to be very signifigant. The big execution = providers are taking notice as more and more people connect to them with = QuickFIX.=20 The popularity of QF can be attributed almost completely to word of = mouth. Keep it up! Combined with the growing acceptance of open source = within the business community, I believe our so called "market share" = will continue to grow. I hope this next year will bring a new evolution to quickfix. There are = several big projects on the plate which I hope will either be = inroporated into an eventual 2.0 release, or be spunoff into new = projects. Thank you for your support and have a happy holiday. --oren -------------------------- Sent from my BlackBerry Wireless Handheld --__--__-- Message: 2 From: "Craig, Leo" <leo...@cs...> To: "'qui...@li...'" <qui...@li...> Date: Tue, 16 Dec 2003 16:08:37 -0000 Subject: [Quickfix-users] Compilation problems for Windows Version 1.60 The C++ library for this download compiles without any problems, the .NET version however does not compile:- Compiling... Stdafx.cpp Compiling... quickfix_net.cpp z:\Utils\QuickFix\src\.NET\Exceptions.h(57) : fatal error C1083: Cannot open include file: 'quickfix/exceptions.h': No such file or directory Session.cpp z:\Utils\QuickFix\src\.NET\Exceptions.h(57) : fatal error C1083: Cannot open include file: 'quickfix/exceptions.h': No such file or directory ScreenLog.cpp z:\Utils\QuickFix\src\.NET\SessionID.h(57) : fatal error C1083: Cannot open include file: 'quickfix/SessionID.h': No such file or directory MySQLMessageStore.cpp MySQLLog.cpp MessageStoreFactory.cpp And true to life there is no file called exceptions.h in the 'quickfix' directory. It would appear that the 1.60 zipped .NET version for windows is not packaged correctly, can anybody tell me if they have resolved this or found a way around it. ============================================================================== This message is for the sole use of the intended recipient. If you received this message in error please delete it and notify us. If this message was misdirected, CSFB does not waive any confidentiality or privilege. CSFB retains and monitors electronic communications sent through its network. Instructions transmitted over this system are not binding on CSFB until they are confirmed by us. Message transmission is not guaranteed to be secure. ============================================================================== --__--__-- _______________________________________________ Quickfix-users mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-users End of Quickfix-users Digest ============================================================================== This message is for the sole use of the intended recipient. If you received this message in error please delete it and notify us. If this message was misdirected, CSFB does not waive any confidentiality or privilege. CSFB retains and monitors electronic communications sent through its network. Instructions transmitted over this system are not binding on CSFB until they are confirmed by us. Message transmission is not guaranteed to be secure. ============================================================================== |