Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 c++/cli: VA does not understand finalizers ?

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
oyvindi Posted - May 11 2010 : 04:09:52 AM
Hey,

trying out VA, seems like a neat tool. I do a lot of coding in
c++/cli, and seems like VA does a far better job than VS.

However, it seems that finalizers are not recognized/supported ?


Example class definition:

public ref class EncodedImage
  {
  private:
    GraphicsNative::EncodedImage* m_native;
    EncodedImage();
  protected:
    !EncodedImage();  // Finalizer declaration
  public:
    ~EncodedImage();
  };



The attached screenshot shows that m_native is not recognized within the finalizer.

This is not a big problem, but is there any plans to implement support for this ? (Or, is there something I have overseen)


Thanks !

--Oyvind





3   L A T E S T    R E P L I E S    (Newest First)
support Posted - Aug 04 2010 : 5:46:16 PM
case=19150 is fixed in build 1829
oyvindi Posted - May 12 2010 : 02:52:11 AM
Ok, thanks for your quick reply.

-- Oyvind
accord Posted - May 11 2010 : 1:02:56 PM
We are planning implementing this at some point:

case=19150

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