old style

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Merize

    #1

    old style

    Is everything created in VS.Net dependent on the framework or can save back
    a revision such as VC++ 6 ?

    thanks for your help not sure if I want to move to the newer IDE


  • Jay B. Harlow [MVP - Outlook]

    #2
    Re: old style

    Merize,
    It depends on which language you are using in VS.NET. C# & VB.NET are both
    framework only.

    VC++ can be unmanaged C++ (ala VC++ 6) or it can be Managed C++ (framework
    only).

    So it really depends on the type of project that you start with. Or how you
    change the options under an existing project's properties.

    However you generally cannot save a project file back to a previous version
    of VS.NET.

    Hope this helps
    Jay

    "Merize" <merize_nospam_ 147@h-o-tm-ia-l.c-o-m> wrote in message
    news:%23B%234EA ckDHA.2268@TK2M SFTNGP12.phx.gb l...[color=blue]
    > Is everything created in VS.Net dependent on the framework or can save[/color]
    back[color=blue]
    > a revision such as VC++ 6 ?
    >
    > thanks for your help not sure if I want to move to the newer IDE
    >
    >[/color]


    Comment

    Working...