RE: [Quickfix-users] Visual Studio 7.x C++ Project setup
Brought to you by:
orenmnero
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 |