Re: [Quickfix-developers] Visual Studio Abnormal Exit
Brought to you by:
orenmnero
From: <OM...@th...> - 2002-02-20 20:09:09
|
Sean, What you are experiencing is a bug in the way MSVC's statement completion functionality works with templates. I have experienced this sort of problem in just about every project I have worked on with templates in MSVC. The work around is to simply turn off this functionality in MSVC. Go to the Tool->Options menu and under the editor tab, uncheck all of the statement completion options at the bottom. Once you do this, your development environment should stop disappearing. Hopefully they have fixed this problem in Visual Studio .NET. It has been a pain in my side for some time. --Oren Miller ThoughtWorks |---------+-----------------------------------------------> | | "Sean Castette" | | | <sca...@ge...> | | | Sent by: | | | qui...@li...ur| | | ceforge.net | | | | | | | | | 02/20/02 10:11 AM | | | | |---------+-----------------------------------------------> >----------------------------------------------------------------------------------------------| | | | To: <qui...@li...> | | cc: | | Subject: [Quickfix-developers] Visual Studio Abnormal Exit | >----------------------------------------------------------------------------------------------| I am working with the QuickFix library and example applications in MSVC (SP5). Randomly, the development environment disappears. I was wondering if anyone else has seen this and especially if someone knows what the problem is. I have had this experience on 2 different computers. Thanks, Sean |