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
 VA_View missing the delete[] operator
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

jzq740176597
Tomato Guru

China
329 Posts

Posted - Jan 11 2012 :  11:50:53 PM  Show Profile  Reply with Quote

class BEC_IMPEXP CPrRoof: public CPrEnclose, public tagPrRoof
{
#if (ADS>14)
private:
	void *operator new[](size_t nSize) { return 0;}
	void operator delete[](void *p) {};    //this operator missing in VA_View
	void *operator new[](size_t nSize, const char *file, int line) { return 0;}
#endif
...
};

I have sent the .h file to http://www.wholetomato.com/support/contact.asp
regards

Creation come from persist!

feline
Whole Tomato Software

United Kingdom
18724 Posts

Posted - Jan 13 2012 :  12:55:12 PM  Show Profile  Reply with Quote
I have the test file, many thanks for this.

Do you mean VA View or VA Outline? The delete[] operator is shown in VA View for me. But it is not being shown in VA Outline, I have put a bug report in for this:

case=63973

Thank you for the clear sample code.

zen is the art of being at one with the two'ness
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Apr 11 2012 :  12:42:39 AM  Show Profile  Reply with Quote
case=63973 is fixed in build 1903
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000