CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2012
    Posts
    4

    Question use project outside of MS Visual Studio

    Hi all,

    I'm newbie, how do I use my project outside of MS Visual Studio?

    I mean, I can debug my console application code by pressing F5, so I can see console window, input my parameter and get some text. Now how do I compile it to run without MS Visual Studio?

  2. #2
    Join Date
    Sep 2012
    Posts
    4

    Re: use project outside of MS Visual Studio

    The question is solved,
    found \bin\Debug folder in project directory with my .exe program.

  3. #3
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: use project outside of MS Visual Studio

    Thanks for sharing your answer.

    Just a note, depending on your "Build type" you might find your exe inside the Release folder

Tags for this Thread

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