Re: [Quickfix-developers] Visual Studio 7
Brought to you by:
orenmnero
From: Oren M. <ore...@ya...> - 2003-04-02 16:47:18
|
Are you building the VS7 after building VS6? Doint so leaves latent files around which will cause linker errors. If you want to have botha VS6 and VS7 version, I suggest you keep two codebases in two directories so they don't conflict. You can see archived builds by going to the http://quickfix.thoughtworks.com/cchtml directory and picking a build file. They are all labeled with the date and build number. To do what you want to do, I would suggest you get the latest from CVS. Issues were recently addressed to make it possible for an application to act as both an initiator and an acceptor. Pay attention to the threading model and the fact that start() is a blocking call. Peter Krause <kra...@ho...> wrote: Hi! (a) I downloaded the QF source code a while ago, converted the VS6 files to VS 7 files, and had no end of problems (death by a thousand cuts). Just downloaded a fresh copy, and everything seems to be working beautifully in VS6, but when I try to run the quickfix.sln file, I gets tons of errors (mostly LNK 2005, most of which vanish when I link in static rather than a dll version of mfc, but there are a few stubborn ones LNK2020s, particularly relating to cout and basic_stream that I can't root out). Is the answer just to stick with VS6? (b) And what do the errors maean in QuickFIX build result page in the thoughtworks.com web site mean? As I understand it, they relate to the current build in the sourcesafe: is there a page where I can see the build that is archived? (c) My project is to have an administrative thread that gets orders via FIX, and then parcells them out to various ECNs & exchanges (i.e., if the order is to buy a thousand, and there are 500 on two ecns, it would split it up & fill). Following Murphy's law, what should I expect to go wrong? Peter _________________________________________________________________ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail ------------------------------------------------------- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers --------------------------------- Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more |