Re: [Quickfix-developers] VC++ IDE crashes
Brought to you by:
orenmnero
From: <WEC...@th...> - 2003-06-09 12:30:38
|
>when i open quickfix.dsw after some time VC++ IDE >crashes automatically >what could be reason and how to solve Do you have Intellisense turned on? I have seen VS6 crash without any error message with Intellisense turned on where the code it is trying to parse makes use of templates (which QF does). To see if this is the case, go into the IDE settings and turn off the auto-complete features of Intellisense. Best, Bill |