Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 VAX 1205: crashing
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Ivan A. Fotan
Ketchup Master

Ukraine
67 Posts

Posted - Dec 10 2003 :  03:12:01 AM  Show Profile
VAX crashes Visual Studio .NET 2003 in this situation:
in any place of your code (in class declaration, or simple in the 'global area' of .cpp file) please type:
vector
and than when you type < symbol, Visual Studio will be silent crashed without any notification

IAF

Ivan A. Fotan
Ketchup Master

Ukraine
67 Posts

Posted - Dec 10 2003 :  03:38:02 AM  Show Profile
One more situation when VAX crashes Visual Studio:

I have define macros:


#define DS_SEV_MASK 3
#define DS_SEV_ERROR 2
#define DS_SEV_MASK_BITS ((DWORD)DS_SEV_MASK << 30)
#define DS_SEV_ERROR_BITS ((DWORD)DS_SEV_ERROR << 30)

#define IS_DS_ERROR(x) (((x) & DS_SEV_MASK_BITS) == DS_SEV_ERROR_BITS)


VAX crashes IDE when I type
if (IS_DS_ERROR(

====
By the way, such crashes are too offten (at least 20 times during one hour) in different situations - it is impossible to work with current build

IAF
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000