Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 VA_View missing the delete[] operator

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
jzq740176597 Posted - Jan 11 2012 : 11:50:53 PM

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
2   L A T E S T    R E P L I E S    (Newest First)
support Posted - Apr 11 2012 : 12:42:39 AM
case=63973 is fixed in build 1903
feline Posted - Jan 13 2012 : 12:55:12 PM
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.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000