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
 c++/cli: VA does not understand finalizers ?
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

oyvindi
New Member

Norway
2 Posts

Posted - May 11 2010 :  04:09:52 AM  Show Profile  Reply with Quote
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






Edited by - oyvindi on May 11 2010 04:10:56 AM

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - May 11 2010 :  1:02:56 PM  Show Profile  Reply with Quote
We are planning implementing this at some point:

case=19150

Edited by - accord on May 11 2010 1:05:29 PM
Go to Top of Page

oyvindi
New Member

Norway
2 Posts

Posted - May 12 2010 :  02:52:11 AM  Show Profile  Reply with Quote
Ok, thanks for your quick reply.

-- Oyvind
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Aug 04 2010 :  5:46:16 PM  Show Profile  Reply with Quote
case=19150 is fixed in build 1829

Whole Tomato Software, Inc.
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