CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    [RESOLVED] XAML and VC++?

    Hi,

    I would like to know if XAML will be supported for VC++ projects in 'Orcas' or any other future version of Visual Studio. I understand that the biggest reason behind the fact XAML is not currently supported in VC++ projects is that there's no full CodeDOM support to convert XAML to C++/CLI. The fact VC++ does not support partial classes is also an issues, but it can be solver by using x:Subclass attribute. So, do you have any plans in this direction?

    Thank you.
    Last edited by cilu; June 18th, 2006 at 06:08 AM.
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured