Results 1 to 3 of 3

Thread: [RESOLVED] C++ and .net framework

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2005
    Posts
    394

    Resolved [RESOLVED] C++ and .net framework

    If I use VS 2005 and C++ to develop an executable will it require the .Net framework? The reason that I ask is that I devloped a VB.Net application and a coworker didn't want to have to ensure that every PC that we install this app has the proper version of the .Net framework. He wants to rewrite the application in C++ so that the executable will not require the framework. Is he correct?

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: C++ and .net framework

    He is. VC++ compiles both managed and unmanaged code. When you start a new project, make sure to select either the Empty template (recommended) or Win32. Don't pick anything to do with CLI.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2005
    Posts
    394

    Re: C++ and .net framework

    Thanks...

    I guess that it's time to go eat some crow.

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