quickfix-users Mailing List for QuickFIX (Page 81)
Brought to you by:
orenmnero
You can subscribe to this list here.
2002 |
Jan
|
Feb
(4) |
Mar
(6) |
Apr
(2) |
May
(4) |
Jun
(1) |
Jul
(1) |
Aug
(2) |
Sep
(11) |
Oct
(3) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(7) |
Feb
(3) |
Mar
(10) |
Apr
(40) |
May
(63) |
Jun
(12) |
Jul
(26) |
Aug
(13) |
Sep
(6) |
Oct
(13) |
Nov
(17) |
Dec
(28) |
2004 |
Jan
(13) |
Feb
(6) |
Mar
(9) |
Apr
(20) |
May
(15) |
Jun
(29) |
Jul
(22) |
Aug
(11) |
Sep
(32) |
Oct
(34) |
Nov
(22) |
Dec
(33) |
2005 |
Jan
(17) |
Feb
(8) |
Mar
(3) |
Apr
(20) |
May
(19) |
Jun
(29) |
Jul
(30) |
Aug
(10) |
Sep
(24) |
Oct
|
Nov
(17) |
Dec
(11) |
2006 |
Jan
(32) |
Feb
(54) |
Mar
(34) |
Apr
(43) |
May
(14) |
Jun
(11) |
Jul
(10) |
Aug
(43) |
Sep
(37) |
Oct
(44) |
Nov
(16) |
Dec
(11) |
2007 |
Jan
(26) |
Feb
(5) |
Mar
(23) |
Apr
(3) |
May
(22) |
Jun
(17) |
Jul
(22) |
Aug
(34) |
Sep
(17) |
Oct
(18) |
Nov
(4) |
Dec
(8) |
2008 |
Jan
(28) |
Feb
(28) |
Mar
(23) |
Apr
(37) |
May
(53) |
Jun
(20) |
Jul
(30) |
Aug
(12) |
Sep
(19) |
Oct
(16) |
Nov
(15) |
Dec
(10) |
2009 |
Jan
(19) |
Feb
(8) |
Mar
(21) |
Apr
(8) |
May
(15) |
Jun
(22) |
Jul
(34) |
Aug
(18) |
Sep
(23) |
Oct
(26) |
Nov
(16) |
Dec
(13) |
2010 |
Jan
(38) |
Feb
(17) |
Mar
(39) |
Apr
(34) |
May
(5) |
Jun
(15) |
Jul
(7) |
Aug
(18) |
Sep
(4) |
Oct
(16) |
Nov
(3) |
Dec
(17) |
2011 |
Jan
(28) |
Feb
(12) |
Mar
(36) |
Apr
(9) |
May
(26) |
Jun
(27) |
Jul
(6) |
Aug
(10) |
Sep
(6) |
Oct
(1) |
Nov
(1) |
Dec
|
2012 |
Jan
(3) |
Feb
(4) |
Mar
|
Apr
(7) |
May
(9) |
Jun
(4) |
Jul
(2) |
Aug
(1) |
Sep
|
Oct
(9) |
Nov
(10) |
Dec
(8) |
2013 |
Jan
(3) |
Feb
(2) |
Mar
(7) |
Apr
(2) |
May
|
Jun
(7) |
Jul
(22) |
Aug
(5) |
Sep
(3) |
Oct
(3) |
Nov
(3) |
Dec
(2) |
2014 |
Jan
(4) |
Feb
|
Mar
(7) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(7) |
Sep
(1) |
Oct
|
Nov
|
Dec
(1) |
2015 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
(4) |
Nov
(4) |
Dec
|
2016 |
Jan
(1) |
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
(5) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
(5) |
Nov
(1) |
Dec
|
2019 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Dominique J. <jun...@ho...> - 2004-02-10 19:12:53
|
Hi, Could someone tell me why I can't use the MessageCracker for Admin messages? I'm still using C#, I added the following line within the fromApp method : crack( message, sessionID ); and then overloaded the OnMessage callback : public override void onMessage( QuickFix42.Logon logonMessage, SessionID sessionID ) I checked in the FIX42.XML file, "Logon" is obviously defined... I always get the following message back form the complier : "No method found for OnMessage..." Do I have to use the "More Type Safe" for Admin Messages? The "Most Type Safe" works perfectly for Application messages.. Thanks. Junker Dominique _________________________________________________________________ Dialoguez en direct et gratuitement avec vos amis sur http://g.msn.fr/FR1001/866 MSN Messenger ! |
From: Dominique J. <jun...@ho...> - 2004-02-09 16:01:26
|
Hi, I changed from VB.NET to C# for other reasons...I don't think that there is a problem to do it through VB.NET. At least I can tell you that the problem that I had with VB.NET is not linked to the language. Junker Dominique >From: "Paul Bradbury" <pau...@wo...> >To: <qui...@li...> >Subject: RE: [Quickfix-users] SendingTime accuracy problem >Date: Mon, 9 Feb 2004 11:51:45 -0000 > >Does this mean it is not possible to write a socket acceptor in VB.Net ? >I thought the naming issue that prevented VB.Net from being used (case >sensitivity) was fixed a while back ? >Or is there some generic problem with VB.Net, but it is only shown when >writing an acceptor ? > >Thanks in advance, > >Paul. > > > -----Original Message----- > > From: qui...@li... > > [mailto:qui...@li...] On Behalf > > Of Dominique Junker > > Sent: 08 February 2004 21:05 > > To: qui...@li... > > Subject: [Quickfix-users] SendingTime accuracy problem > > > > Hi all, > > > > After a couple of tests and the use of C# instead of VB.NET, > > I'm able to start an acceptor. > > But now the connection with a FIX initiator ends immediatly > > after I send the Logon : > > > > "SendingTime accuracy problem" > > > > Tag 52 is filled with "20040208-21:51:24" for example : this > > is the same format of the Logon sent by QuickFIX... > > > > Can someone tellme what does QF understand by "accuracy > > problem"? What's wrong in my Tag 52? > > > > Thanks a lot > > > > Junker Dominique > > > > _________________________________________________________________ > > Hotmail : un compte GRATUIT qui vous suit partout et tout le temps ! > > http://g.msn.fr/FR1000/9493 > > > > > > > > ------------------------------------------------------- > > The SF.Net email is sponsored by EclipseCon 2004 Premiere > > Conference on Open Tools Development and Integration See the > > breadth of Eclipse activity. February 3-5 in Anaheim, CA. > > http://www.eclipsecon.org/osdn > > _______________________________________________ > > Quickfix-users mailing list > > Qui...@li... > > https://lists.sourceforge.net/lists/listinfo/quickfix-users > > > > > > > > >------------------------------------------------------- >The SF.Net email is sponsored by EclipseCon 2004 >Premiere Conference on Open Tools Development and Integration >See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. >http://www.eclipsecon.org/osdn >_______________________________________________ >Quickfix-users mailing list >Qui...@li... >https://lists.sourceforge.net/lists/listinfo/quickfix-users _________________________________________________________________ Hotmail : un compte GRATUIT qui vous suit partout et tout le temps ! http://g.msn.fr/FR1000/9493 |
From: Paul B. <pau...@wo...> - 2004-02-09 11:51:33
|
Does this mean it is not possible to write a socket acceptor in VB.Net ? I thought the naming issue that prevented VB.Net from being used (case sensitivity) was fixed a while back ? Or is there some generic problem with VB.Net, but it is only shown when writing an acceptor ? Thanks in advance, Paul. > -----Original Message----- > From: qui...@li... > [mailto:qui...@li...] On Behalf > Of Dominique Junker > Sent: 08 February 2004 21:05 > To: qui...@li... > Subject: [Quickfix-users] SendingTime accuracy problem > > Hi all, > > After a couple of tests and the use of C# instead of VB.NET, > I'm able to start an acceptor. > But now the connection with a FIX initiator ends immediatly > after I send the Logon : > > "SendingTime accuracy problem" > > Tag 52 is filled with "20040208-21:51:24" for example : this > is the same format of the Logon sent by QuickFIX... > > Can someone tellme what does QF understand by "accuracy > problem"? What's wrong in my Tag 52? > > Thanks a lot > > Junker Dominique > > _________________________________________________________________ > Hotmail : un compte GRATUIT qui vous suit partout et tout le temps ! > http://g.msn.fr/FR1000/9493 > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 Premiere > Conference on Open Tools Development and Integration See the > breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > > |
From: Dominique J. <jun...@ho...> - 2004-02-08 21:15:40
|
Thanks Oren. It works perfectly now. My frst heart beats.. Great. Thanks again! Junker Dominique >From: Oren Miller <ore...@ya...> >To: Dominique Junker <jun...@ho...>, >qui...@li... >Subject: Re: [Quickfix-users] SendingTime accuracy problem >Date: Sun, 8 Feb 2004 13:09:54 -0800 (PST) > >This means the clocks on the two machines are not synchronized. Either >synchronize them or use the CheckLatency=N setting. > >--oren > >Dominique Junker <jun...@ho...> wrote: >Hi all, > >After a couple of tests and the use of C# instead of VB.NET, I'm able to >start an acceptor. >But now the connection with a FIX initiator ends immediatly after I send >the >Logon : > >"SendingTime accuracy problem" > >Tag 52 is filled with "20040208-21:51:24" for example : this is the same >format of the Logon sent by QuickFIX... > >Can someone tellme what does QF understand by "accuracy problem"? What's >wrong in my Tag 52? > >Thanks a lot > >Junker Dominique > >_________________________________________________________________ >Hotmail : un compte GRATUIT qui vous suit partout et tout le temps ! >http://g.msn.fr/FR1000/9493 > > > >------------------------------------------------------- >The SF.Net email is sponsored by EclipseCon 2004 >Premiere Conference on Open Tools Development and Integration >See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. >http://www.eclipsecon.org/osdn >_______________________________________________ >Quickfix-users mailing list >Qui...@li... >https://lists.sourceforge.net/lists/listinfo/quickfix-users > >--------------------------------- >Do you Yahoo!? >Yahoo! Finance: Get your refund fast by filing online _________________________________________________________________ Trouvez l'âme soeur sur MSN Rencontres ! http://g.msn.fr/FR1000/9551 |
From: Oren M. <ore...@ya...> - 2004-02-08 21:10:08
|
This means the clocks on the two machines are not synchronized. Either synchronize them or use the CheckLatency=N setting. --oren Dominique Junker <jun...@ho...> wrote: Hi all, After a couple of tests and the use of C# instead of VB.NET, I'm able to start an acceptor. But now the connection with a FIX initiator ends immediatly after I send the Logon : "SendingTime accuracy problem" Tag 52 is filled with "20040208-21:51:24" for example : this is the same format of the Logon sent by QuickFIX... Can someone tellme what does QF understand by "accuracy problem"? What's wrong in my Tag 52? Thanks a lot Junker Dominique _________________________________________________________________ Hotmail : un compte GRATUIT qui vous suit partout et tout le temps ! http://g.msn.fr/FR1000/9493 ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Quickfix-users mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-users --------------------------------- Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online |
From: Dominique J. <jun...@ho...> - 2004-02-08 21:06:26
|
Hi all, After a couple of tests and the use of C# instead of VB.NET, I'm able to start an acceptor. But now the connection with a FIX initiator ends immediatly after I send the Logon : "SendingTime accuracy problem" Tag 52 is filled with "20040208-21:51:24" for example : this is the same format of the Logon sent by QuickFIX... Can someone tellme what does QF understand by "accuracy problem"? What's wrong in my Tag 52? Thanks a lot Junker Dominique _________________________________________________________________ Hotmail : un compte GRATUIT qui vous suit partout et tout le temps ! http://g.msn.fr/FR1000/9493 |
From: Brendan B. B. <br...@ka...> - 2004-01-30 19:57:51
|
Hello, I finally had a chance to begin looking @ QuickFIX v1.6.0 and had a couple of questions regarding bool SocketConnection::read( SocketConnector& s ). a. as SocketConnection::readMessage() calls Parser::readFixMessage calls readFromStream() which can throw a RecvFailed, shouldn't there be a catch for RecvFailed ala bool SocketConnection::read( SocketAcceptor& a, SocketServer& s )? b. Session::next( const std::string& msg ) can rethrow an InvalidMessage so shouldn't it also be caught (as it did in QF 1.5.0)? e.g. bool SocketConnection::read( SocketConnector& s ) { try { if ( !m_pSession ) return false; std::string msg; if ( !readMessage( msg ) ) return false; m_pSession->next( msg ); return true; } catch ( InvalidMessage& ) { return false; } catch ( RecvFailed& ) { if ( !m_pSession->isLoggedOn() ) s.getMonitor().drop( m_socket ); return false; } } Cheers, Brendan |
From: Miller, O. <OM...@ri...> - 2004-01-30 18:32:01
|
I have seen this issue with the Maximize Speed setting, (which VC7 uses by default), however I've only seen it in Visual Studio 6 some years ago, and not in this codebase. We have a lot of automated tests that verify the correct functionality of the code, and so far optimizations haven't shown any different runtime behavior apart from speed of execution. For a full treatment of what settings you need to setup your project, there is this section of the documentation: http://quickfix.thoughtworks.com/documentation/project.html#Windows%20(C ++) The menus refer to VC6, but the actual settings used map to the newer VC7 as well. -----Original Message----- From: Jason Aubrey [mailto:jas...@ch...]=20 Sent: Friday, January 23, 2004 3:43 PM To: 'qui...@li...' Subject: [Quickfix-users] Visual Studio 7.x C++ Project setup Introduction: I applaud the people who have written code for this project, it appears to be very well designed. Question: All the sample C++ projects I've seen are in Visual Studio 6. I'd like to create a C++ project using Visual Studio 7.x (aka VS.NET) (for various reasons), but I'm curious:=20 * Do I need to modify/add-to the default project compile/build settings? Reason for Asking: I've seen correct C++ code that didn't work properly with the default settings (e.g. the compiler's optimizer was too aggressive and "optimized" away valuable code resulting in incorrect execution). ------------------------------- Software Engineer =20 Chicago Trading Company (CTC) =20 Jas...@Ch... 312.863.8082 ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Quickfix-users mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-users |
From: Toronto S. <xc...@ho...> - 2004-01-30 15:58:49
|
Hi, I just try to check out QuickFix, but I got 14K Zip file and can't open it. Is anything wrong with the link? Steve _________________________________________________________________ Find high-speed net deals comparison-shop your local providers here. https://broadband.msn.com |
From: Jason A. <jas...@ch...> - 2004-01-29 07:30:26
|
Introduction: I applaud the people who have written code for this project, it appears to be very well designed. Question: All the sample C++ projects I've seen are in Visual Studio 6. I'd like to create a C++ project using Visual Studio 7.x (aka VS.NET) (for various reasons), but I'm curious: * Do I need to modify/add-to the default project compile/build settings? Reason for Asking: I've seen correct C++ code that didn't work properly with the default settings (e.g. the compiler's optimizer was too aggressive and "optimized" away valuable code resulting in incorrect execution). ------------------------------- Software Engineer Chicago Trading Company (CTC) Jas...@Ch... 312.863.8082 |
From: Joerg T. <Joe...@ma...> - 2004-01-28 09:31:35
|
Hi Robert, > I have successfully managedto compile and link under Linux. However > when I try under Solaris I have a problem with the Field.h header file. > Unfortunately my C++ knowledge is limited. As I guess from your logs, your are using the Sun CC. But I suggest to use the GCC 3.2+ instead. The CC may not be compatible in all places. But that is only a quick guess. If you need more info just drop me a message (or give me a call). Cheers, Jörg |
From: robert b. <rmb...@ya...> - 2004-01-27 12:42:46
|
Hi I have successfully managedto compile and link under Linux. However when I try under Solaris I have a problem with the Field.h header file. Unfortunately my C++ knowledge is limited. Any ideas Cheers Robert [tcsh:71]: make make all-recursive Making all in src Making all in C++ Making all in test source='FieldBaseTestCase.cpp' object='FieldBaseTestCase.lo' libtool=yes \ depfile='.deps/FieldBaseTestCase.Plo' tmpdepfile='.deps/FieldBaseTestCase.TPlo' \ depmode=none /bin/bash ../../../depcomp \ /bin/bash ../../../libtool --mode=compile CC -DHAVE_CONFIG_H -I. -I. -I../../.. -I.. -g -Wall -I/usr/local/include/libxml2 -I/include -I/include/solaris -c -o FieldBaseTestCase.lo `test -f 'FieldBaseTestCase.cpp' || echo './'`FieldBaseTestCase.cpp CC -DHAVE_CONFIG_H -I. -I. -I../../.. -I.. -g -Wall -I/usr/local/include/libxml2 -I/include -I/include/solaris -c FieldBaseTestCase.cpp -KPIC -DPIC -o .libs/FieldBaseTestCase.o CC: Warning: Option -Wall passed to ld, if ld is invoked, ignored otherwise "/usr/include/sys/socket.h", line 61: Error: A declaration does not specify a tag or an identifier. "/usr/include/sys/socket.h", line 61: Error: Use ";" to terminate declarations. "/usr/include/sys/socket.h", line 61: Error: A declaration does not specify a tag or an identifier. "../Field.h", line 341: Error: FIX::UtcTimeStamp::operator const std::tm*() const is not accessible from FIX::UtcDateField::operator!=(const FIX::UtcDateField&) const. "../Field.h", line 367: Error: FIX::UtcTimeStamp::operator const std::tm*() const is not accessible from FIX::UtcTimeOnlyField::operator!=(const FIX::UtcTimeOnlyField&) const. 5 Error(s) detected. *** Error code 1 make: Fatal error: Command failed for target `FieldBaseTestCase.lo' Current working directory /quickfix/quickfix/src/C++/test *** Error code 1 make: Fatal error: Command failed for target `all-recursive' Current working directory /quickfix/quickfix/src/C++ *** Error code 1 make: Fatal error: Command failed for target `all-recursive' Current working directory /quickfix/quickfix/src *** Error code 1 make: Fatal error: Command failed for target `all-recursive' Current working directory /quickfix/quickfix *** Error code 1 make: Fatal error: Command failed for target `all' [ /quickfix/quickfix ] --------------------------------- Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! |
From: Mark P. <mar...@md...> - 2004-01-07 03:34:34
|
I dont suppose many people (if any) have tried this but our plan was to build our QuickFIX application in Delphi 8.0 (which is Delphi for the .NET framework) which in theory should work. I can add the quickfix_net.dll to the references but when I build the project or reference quickfix, two error messages are displayed "File not found: 'QuickFix.dcuil'" and "Required Package 'quickfix_net' not found". A .dcuil file is a Delphi compiled unit, so for some reason its looking for this but I dont understand why. I can reference other assemblies (created in C# etc..) without any problems. I dont really think this is a QuickFIX issue, more something to do with Delphi, i'm just interested if anyone else has tried this or would have any suggestions off hand. Regards, Mark |
From: Mark P. <mar...@md...> - 2004-01-06 22:45:48
|
I installed Ruby 1.6.8-8 and the runat test runs through now without a problem. But I still get the same errors with the runut unit test. I get the same result on different PC's. Regards, Mark > -----Original Message----- > From: Brendan B. Boerner [mailto:br...@ka...] > Sent: Tuesday, 6 January 2004 12:54 PM > To: Mark Priestner > Subject: RE: [Quickfix-users] Runat and Runut > > > > Should there be any output from the runat unit test? When I run > > it, it just > > displays echo off then returns to the C prompt. Also, when > I run the runut > > test I get the result below. Can someone tell me what the > output relates > > to.? Im new to this so any help would be appreciated. I am > > running Win 2000. > > Hi, > > What version of Ruby are you using? I had odd results using Ruby > 1.80-9, worked fine using Ruby 1.6.8-8. > > Regards, > Brendan > > |
From: Miller, O. <OM...@ri...> - 2004-01-06 18:47:36
|
Well, let's start with the first problem, not being able to locate the AM_PATH_XML2 macro. Is your libxml.m4 in a directory where aclocal can find it? If it isn't in the shared directory, ( can be found by typing aclocal --print-ac-dir ), you will need to put it in the include path. Open up the bootstrap file and add to the aclocal call something like -I <directory where libxml.m4 resides> -----Original Message----- From: Jack Reeves [mailto:jac...@ho...]=20 Sent: Tuesday, January 06, 2004 11:13 AM To: qui...@li... Subject: [Quickfix-users] Can not build QuickFIX on Solaris - missing ./configure I am attempting to build QuickFIX on Solaris 2.6. Immediately, I discovered there is no 'configure' script in the root=20 directory. I installed 'autoconf', 'automake', and 'libtool' and ran 'bootstrap'. It=20 generated the following output: ------------------------------------------------------------------------ ----------------------------------------------------------------- aclocal... aclocal: configure.in: 101: macro `AM_PATH_XML2' not found in library autoheader... autoheader: error: AC_CONFIG_HEADERS not found in configure.in libtoolize... automake... configure.in: no proper invocation of AM_INIT_AUTOMAKE was found. configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE, configure.in: that aclocal.m4 is present in the top-level directory, configure.in: and that aclocal.m4 was recently regenerated (using aclocal). src/C++/Makefile.am:3: LEX must be set with `=3D' before using `+=3D' src/C++/Makefile.am:5: Libtool library used but `LIBTOOL' is undefined src/C++/Makefile.am:5: src/C++/Makefile.am:5: The usual way to define `LIBTOOL' is to add=20 `AC_PROG_LIBTOOL' src/C++/Makefile.am:5: to `configure.in' and run `aclocal' and `autoconf'=20 again. /export/home/a395882/gnu//share/automake-1.7/am/depend2.am: am__fastdepCXX=20 does not appear in AM_CONDITIONAL /export/home/a395882/gnu//share/automake-1.7/am/depend2.am: AMDEP does not=20 appear in AM_CONDITIONAL src/C++/test/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined src/C++/test/Makefile.am:1: src/C++/test/Makefile.am:1: The usual way to define `LIBTOOL' is to add=20 `AC_PROG_LIBTOOL' src/C++/test/Makefile.am:1: to `configure.in' and run `aclocal' and=20 `autoconf' again. /export/home/a395882/gnu//share/automake-1.7/am/depend2.am: am__fastdepCXX=20 does not appear in AM_CONDITIONAL /export/home/a395882/gnu//share/automake-1.7/am/depend2.am: AMDEP does not=20 appear in AM_CONDITIONAL src/Makefile.am:1: HAS_JNI does not appear in AM_CONDITIONAL /export/home/a395882/gnu//share/automake-1.7/am/depend2.am: am__fastdepCXX=20 does not appear in AM_CONDITIONAL /export/home/a395882/gnu//share/automake-1.7/am/depend2.am: AMDEP does not=20 appear in AM_CONDITIONAL src/java/Makefile.am:4: Libtool library used but `LIBTOOL' is undefined src/java/Makefile.am:4: src/java/Makefile.am:4: The usual way to define `LIBTOOL' is to add=20 `AC_PROG_LIBTOOL' src/java/Makefile.am:4: to `configure.in' and run `aclocal' and `autoconf'=20 again. /export/home/a395882/gnu//share/automake-1.7/am/depend2.am: am__fastdepCXX=20 does not appear in AM_CONDITIONAL /export/home/a395882/gnu//share/automake-1.7/am/depend2.am: AMDEP does not=20 appear in AM_CONDITIONAL test/Makefile.am:5: HAS_JNI does not appear in AM_CONDITIONAL autoconf... Now run configure with any arguments necessary ------------------------------------------------------------------------ ------------------------------------------------------------------ I have the following tools installed (of those that I believe I need): autoconf-2.57 automake-1.7.9 gcc-3.3.2 (C and C++ only) libtool-1.5 m4-1.4 make-3.80 libxml2-2.6.4 Note that all of these tools are installed in my home directory, not=20 /usr/local. What am I missing? Jack _________________________________________________________________ Make your home warm and cozy this winter with tips from MSN House & Home. =20 http://special.msn.com/home/warmhome.armx ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=3D1278&alloc_id=3D3371&op=3Dclick _______________________________________________ Quickfix-users mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-users |
From: Oren M. <ore...@ya...> - 2004-01-06 17:59:27
|
Remember that as of QuickFix 1.5, start() is no longer a blocking call. It will return immediately. So after you're call to start you will need to keep the calling thread alive, or make sure that the QF objects are references somewhere so they don't get garbage collected. --oren Nikhil Bose <ass...@ya...> wrote: Hello, I am using Quickfix 1.5 to connect to an external FIX 4.1 counterparty. When I step through the code in a debugger, everything works beautifully. When I run it (in regular run mode), it throws an exception in the JVM and produces a stack trace on Win 2K. I suppose I need to put a sleep in some thread. Any ideas where? Any suggestions, ideas, welcome. Thanks, Nikhil Here's the stack trace: An unexpected exception has been detected in native code outside the VM. Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x184E0641 Function=[Unknown.] Library=C:\Investor\quickfix_jni.dll NOTE: We are unable to locate the function name symbol for the error just occurred. Please refer to release documentation for possible reason and solutions. Current Java thread: at org.quickfix.SocketInitiator.destroy(Native Method) at org.quickfix.SocketInitiator.finalize(Unknown Source) at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method) at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:83) at java.lang.ref.Finalizer.access$100(Finalizer.java:14) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:160) Dynamic libraries: 0x00400000 - 0x00406000 C:\j2sdk1.4.2\bin\java.exe 0x77F80000 - 0x77FFB000 C:\WINNT\System32\ntdll.dll 0x77DB0000 - 0x77E0C000 C:\WINNT\system32\ADVAPI32.dll 0x77E80000 - 0x77F35000 C:\WINNT\system32\KERNEL32.DLL 0x77D30000 - 0x77D9E000 C:\WINNT\system32\RPCRT4.DLL 0x78000000 - 0x78046000 C:\WINNT\system32\MSVCRT.dll 0x08000000 - 0x08136000 C:\j2sdk1.4.2\jre\bin\client\jvm.dll 0x77E10000 - 0x77E74000 C:\WINNT\system32\USER32.dll 0x77F40000 - 0x77F7C000 C:\WINNT\system32\GDI32.DLL 0x77570000 - 0x775A0000 C:\WINNT\System32\WINMM.dll 0x10000000 - 0x10007000 C:\j2sdk1.4.2\jre\bin\hpi.dll 0x007C0000 - 0x007CE000 C:\j2sdk1.4.2\jre\bin\verify.dll 0x007D0000 - 0x007E8000 C:\j2sdk1.4.2\jre\bin\java.dll 0x007F0000 - 0x007FD000 C:\j2sdk1.4.2\jre\bin\zip.dll 0x18470000 - 0x18566000 C:\Investor\quickfix_jni.dll 0x75030000 - 0x75043000 C:\WINNT\System32\WS2_32.dll 0x75020000 - 0x75028000 C:\WINNT\System32\WS2HELP.DLL 0x77A50000 - 0x77B3C000 C:\WINNT\system32\ole32.dll 0x779B0000 - 0x77A4B000 C:\WINNT\system32\OLEAUT32.dll 0x780C0000 - 0x78121000 C:\WINNT\System32\MSVCP60.dll 0x74FD0000 - 0x74FEF000 C:\WINNT\system32\msafd.dll 0x77920000 - 0x77943000 C:\WINNT\system32\imagehlp.dll 0x72A00000 - 0x72A2D000 C:\WINNT\system32\DBGHELP.dll 0x690A0000 - 0x690AB000 C:\WINNT\System32\PSAPI.DLL Heap at VM Abort: Heap def new generation total 576K, used 46K [0x10010000, 0x100b0000, 0x104f0000) eden space 512K, 8% used [0x10010000, 0x1001a538, 0x10090000) from space 64K, 8% used [0x100a0000, 0x100a15f8, 0x100b0000) to space 64K, 0% used [0x10090000, 0x10090000, 0x100a0000) tenured generation total 1408K, used 164K [0x104f0000, 0x10650000, 0x14010000) the space 1408K, 11% used [0x104f0000, 0x10519150, 0x10519200, 0x10650000) compacting perm gen total 4096K, used 4052K [0x14010000, 0x14410000, 0x18010000) the space 4096K, 98% used [0x14010000, 0x14405180, 0x14405200, 0x14410000) Local Time = Tue Jan 06 08:57:39 2004 Elapsed Time = 18 # # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (1.4.2-beta-b19 mixed mode) # --------------------------------- Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes --------------------------------- Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes |
From: Jack R. <jac...@ho...> - 2004-01-06 17:13:08
|
I am attempting to build QuickFIX on Solaris 2.6. Immediately, I discovered there is no 'configure' script in the root directory. I installed 'autoconf', 'automake', and 'libtool' and ran 'bootstrap'. It generated the following output: ----------------------------------------------------------------------------------------------------------------------------------------- aclocal... aclocal: configure.in: 101: macro `AM_PATH_XML2' not found in library autoheader... autoheader: error: AC_CONFIG_HEADERS not found in configure.in libtoolize... automake... configure.in: no proper invocation of AM_INIT_AUTOMAKE was found. configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE, configure.in: that aclocal.m4 is present in the top-level directory, configure.in: and that aclocal.m4 was recently regenerated (using aclocal). src/C++/Makefile.am:3: LEX must be set with `=' before using `+=' src/C++/Makefile.am:5: Libtool library used but `LIBTOOL' is undefined src/C++/Makefile.am:5: src/C++/Makefile.am:5: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' src/C++/Makefile.am:5: to `configure.in' and run `aclocal' and `autoconf' again. /export/home/a395882/gnu//share/automake-1.7/am/depend2.am: am__fastdepCXX does not appear in AM_CONDITIONAL /export/home/a395882/gnu//share/automake-1.7/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL src/C++/test/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined src/C++/test/Makefile.am:1: src/C++/test/Makefile.am:1: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' src/C++/test/Makefile.am:1: to `configure.in' and run `aclocal' and `autoconf' again. /export/home/a395882/gnu//share/automake-1.7/am/depend2.am: am__fastdepCXX does not appear in AM_CONDITIONAL /export/home/a395882/gnu//share/automake-1.7/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL src/Makefile.am:1: HAS_JNI does not appear in AM_CONDITIONAL /export/home/a395882/gnu//share/automake-1.7/am/depend2.am: am__fastdepCXX does not appear in AM_CONDITIONAL /export/home/a395882/gnu//share/automake-1.7/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL src/java/Makefile.am:4: Libtool library used but `LIBTOOL' is undefined src/java/Makefile.am:4: src/java/Makefile.am:4: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' src/java/Makefile.am:4: to `configure.in' and run `aclocal' and `autoconf' again. /export/home/a395882/gnu//share/automake-1.7/am/depend2.am: am__fastdepCXX does not appear in AM_CONDITIONAL /export/home/a395882/gnu//share/automake-1.7/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL test/Makefile.am:5: HAS_JNI does not appear in AM_CONDITIONAL autoconf... Now run configure with any arguments necessary ------------------------------------------------------------------------------------------------------------------------------------------ I have the following tools installed (of those that I believe I need): autoconf-2.57 automake-1.7.9 gcc-3.3.2 (C and C++ only) libtool-1.5 m4-1.4 make-3.80 libxml2-2.6.4 Note that all of these tools are installed in my home directory, not /usr/local. What am I missing? Jack _________________________________________________________________ Make your home warm and cozy this winter with tips from MSN House & Home. http://special.msn.com/home/warmhome.armx |
From: Nikhil B. <ass...@ya...> - 2004-01-06 16:59:44
|
Hello, I am using Quickfix 1.5 to connect to an external FIX 4.1 counterparty. When I step through the code in a debugger, everything works beautifully. When I run it (in regular run mode), it throws an exception in the JVM and produces a stack trace on Win 2K. I suppose I need to put a sleep in some thread. Any ideas where? Any suggestions, ideas, welcome. Thanks, Nikhil Here's the stack trace: An unexpected exception has been detected in native code outside the VM. Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x184E0641 Function=[Unknown.] Library=C:\Investor\quickfix_jni.dll NOTE: We are unable to locate the function name symbol for the error just occurred. Please refer to release documentation for possible reason and solutions. Current Java thread: at org.quickfix.SocketInitiator.destroy(Native Method) at org.quickfix.SocketInitiator.finalize(Unknown Source) at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method) at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:83) at java.lang.ref.Finalizer.access$100(Finalizer.java:14) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:160) Dynamic libraries: 0x00400000 - 0x00406000 C:\j2sdk1.4.2\bin\java.exe 0x77F80000 - 0x77FFB000 C:\WINNT\System32\ntdll.dll 0x77DB0000 - 0x77E0C000 C:\WINNT\system32\ADVAPI32.dll 0x77E80000 - 0x77F35000 C:\WINNT\system32\KERNEL32.DLL 0x77D30000 - 0x77D9E000 C:\WINNT\system32\RPCRT4.DLL 0x78000000 - 0x78046000 C:\WINNT\system32\MSVCRT.dll 0x08000000 - 0x08136000 C:\j2sdk1.4.2\jre\bin\client\jvm.dll 0x77E10000 - 0x77E74000 C:\WINNT\system32\USER32.dll 0x77F40000 - 0x77F7C000 C:\WINNT\system32\GDI32.DLL 0x77570000 - 0x775A0000 C:\WINNT\System32\WINMM.dll 0x10000000 - 0x10007000 C:\j2sdk1.4.2\jre\bin\hpi.dll 0x007C0000 - 0x007CE000 C:\j2sdk1.4.2\jre\bin\verify.dll 0x007D0000 - 0x007E8000 C:\j2sdk1.4.2\jre\bin\java.dll 0x007F0000 - 0x007FD000 C:\j2sdk1.4.2\jre\bin\zip.dll 0x18470000 - 0x18566000 C:\Investor\quickfix_jni.dll 0x75030000 - 0x75043000 C:\WINNT\System32\WS2_32.dll 0x75020000 - 0x75028000 C:\WINNT\System32\WS2HELP.DLL 0x77A50000 - 0x77B3C000 C:\WINNT\system32\ole32.dll 0x779B0000 - 0x77A4B000 C:\WINNT\system32\OLEAUT32.dll 0x780C0000 - 0x78121000 C:\WINNT\System32\MSVCP60.dll 0x74FD0000 - 0x74FEF000 C:\WINNT\system32\msafd.dll 0x77920000 - 0x77943000 C:\WINNT\system32\imagehlp.dll 0x72A00000 - 0x72A2D000 C:\WINNT\system32\DBGHELP.dll 0x690A0000 - 0x690AB000 C:\WINNT\System32\PSAPI.DLL Heap at VM Abort: Heap def new generation total 576K, used 46K [0x10010000, 0x100b0000, 0x104f0000) eden space 512K, 8% used [0x10010000, 0x1001a538, 0x10090000) from space 64K, 8% used [0x100a0000, 0x100a15f8, 0x100b0000) to space 64K, 0% used [0x10090000, 0x10090000, 0x100a0000) tenured generation total 1408K, used 164K [0x104f0000, 0x10650000, 0x14010000) the space 1408K, 11% used [0x104f0000, 0x10519150, 0x10519200, 0x10650000) compacting perm gen total 4096K, used 4052K [0x14010000, 0x14410000, 0x18010000) the space 4096K, 98% used [0x14010000, 0x14405180, 0x14405200, 0x14410000) Local Time = Tue Jan 06 08:57:39 2004 Elapsed Time = 18 # # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (1.4.2-beta-b19 mixed mode) # --------------------------------- Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes |
From: Mark P. <mar...@md...> - 2004-01-06 00:35:10
|
Hi, Should there be any output from the runat unit test? When I run it, it just displays echo off then returns to the C prompt. Also, when I run the runut test I get the result below. Can someone tell me what the output relates to.? Im new to this so any help would be appreciated. I am running Win 2000. Regards Mark Priestner C:\Develop\QuickFIX\test>runut debug 5001 C:\Develop\QuickFIX\test>echo off <ut> <output> ............................................................................ ..F. F................................................ </output> <results total="129" failures="2"> <failure line= "838" file= "src\C++\test\SessionTestCase.cpp"> <test> <![CDATA[ class FIX::SessionTestCase::resetOnEndTime]]> </test> <text> <![CDATA[ assert(m_disconnect == 1)]]> </text> </failure> <failure line= "0" file= "unknown"> <test> <![CDATA[ class CPPTest::Test<class FIX::Session> *]]> </test> <text> <![CDATA[ assert(no futher information available)]]> </text> </failure> </results> </ut> C:\Develop\QuickFIX\test> |
From: Miller, O. <OM...@ri...> - 2003-12-31 20:47:13
|
Nikhil, Use the setField/getField methods for 4.2 fields, instead of the = typesafe set/get methods. For examples on user defined fields, look in the documentation for the = section dedicated to it (quickfix/doc/html/user_defined.html) -------------------------- Sent from my BlackBerry Wireless Handheld -----Original Message----- From: Nikhil Bose <ass...@ya...> To: qui...@li... = <qui...@li...> Sent: Wed Dec 31 14:14:23 2003 Subject: [Quickfix-users] Using FIX 4.2 fields in FIX 4.1 Hello, Could you please tell me me how to add FIX 4.2 and custom fields to 4.1 = messages? In other words, I am sending and receiving 4.1 messages, but = I want to add a few 4.2 and custom fields to the outgoing messages, and = also receive 4.1 messages with a few 4.2 and custom fields in them. = What is the best way to achieve this? Thanks, Nikhil _____ =20 Do you Yahoo!? Find out what made the Top Yahoo! Searches of 2003 = <http://search.yahoo.com/top2003> =20 |
From: Nikhil B. <ass...@ya...> - 2003-12-31 20:14:24
|
Hello, Could you please tell me me how to add FIX 4.2 and custom fields to 4.1 messages? In other words, I am sending and receiving 4.1 messages, but I want to add a few 4.2 and custom fields to the outgoing messages, and also receive 4.1 messages with a few 4.2 and custom fields in them. What is the best way to achieve this? Thanks, Nikhil --------------------------------- Do you Yahoo!? Find out what made the Top Yahoo! Searches of 2003 |
From: Dominique J. <jun...@ho...> - 2003-12-22 19:23:03
|
Hi all, Here is the error that I get when I'm reaching the following line within my VB.NEt code : Line : Dim acceptor As New SocketAcceptor(application, storeFactory, settings, logFactory, messageFactory) Error : "An unhandled exception of type 'System.NullReferenceException' occurred in quickfix_net.dll Additional information: Object reference not set to an instance of an object." thanks to a couple of the quickfix users members, I fixed a lot of my errors, but here I'm stoped again. Thanks all again for your help. Junker Dominique _________________________________________________________________ MSN Search, le moteur de recherche qui pense comme vous ! http://search.msn.fr |
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. ============================================================================== |
From: YT L. <yt...@db...> - 2003-12-17 06:17:59
|
I will be out of the office starting 12/16/2003 and will not return until 01/07/2004. Enjoy !!! Regards, Eric Luk Equity Technology, Deutsche Bank AG, Hong Kong Branch mailto : yt...@db... HK Tel : +852 2203 6348 HK Fax : +852 2203 6973 |
From: Craig, L. <leo...@cs...> - 2003-12-16 16:09:00
|
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. ============================================================================== |