XAML2CPP 1.0.1.0
- by Valter Minute
I upgraded XAML2CPP to fix some bugs and support some new features that will be used in my next tutorial step (that I hope to publish very soon!).
Bug fixed:
the listbox selection changed event was generated with an incorrect prototype
events generated by the XAML tree root element (UserControl) were not handled.
New features:
XAML2CPP generates panels (dynamically generated XAML subtrees that may be added to a page) and user controls (those will be the object of my next post, stay tuned!).
XAML2CPPXRValue class has been added to XAML2CPPbase.h. This class will allow single-line declaration of XRValue objects (I’m lazy!) and destroys automatically objects and string XRValues when the object itself is destroyed.
You can download the latest XAML2CPP release here:
http://cid-9b7b0aefe3514dc5.skydrive.live.com/self.aspx/.Public/XAML2CPP.zip