win32app & .net

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

    win32app & .net

    I want to do win32 apps with no .net. I have MVC++ express and I forget what
    is managed code and what isn't.
    Isn't stdafx.h part of the managed code? and what do i do to make sure its
    just pure win32 app (no .net)?


  • BigBrian

    #2
    Re: win32app & .net


    jagguy wrote:[color=blue]
    > I want to do win32 apps with no .net. I have MVC++ express and I forget what
    > is managed code and what isn't.
    > Isn't stdafx.h part of the managed code? and what do i do to make sure its
    > just pure win32 app (no .net)?[/color]

    win32 and .Net are off topic here. The c++ standard doesn't contain a
    stdafx.h, nor know anything about managed code.

    Comment

    Working...