Results 1 to 5 of 5

Thread: How to run Visual C + + application from another computer

  1. #1
    Join Date
    Dec 2010
    Posts
    136

    How to run Visual C + + application from another computer

    I have implemented an application in Visual C + + 2008, using Windows Forms. I wonder if you can run the application on another computer without having to install the Visual C + +. Currently I am searching solution for this. And related to this I have read many of the articles but none of them seems to work in my case. So that is why I have posted my thread over here so if anybody has any idea then help me.

  2. #2
    Join Date
    Apr 2009
    Posts
    3,974

    Re: How to run Visual C + + application from another computer

    you can use to create a shared folder and putting the data necessary for Execution / in that folder and make a shortcut to the network, which when run will run from the machine that has hosted the program source. So like this you can solve your issue. I have also faced this issue and after trying this I got the fix for my issue. So that is why I am sure that you will get the solution after trying this.

  3. #3
    Join Date
    Oct 2010
    Posts
    64

    Re: How to run Visual C + + application from another computer

    I am also going through the same problem. And in this I am also looking for the solution. In my case I think that it is to be run completely independently of the machine that contains it. I thought that the executable could run on any computer, regardless of if you have installed the Visual C + +. If anybody has any proper solution for this then please as soon as it is possible try to share it over here.

  4. #4
    Join Date
    Jun 2009
    Posts
    4,134

    Re: How to run Visual C + + application from another computer

    As C + + / CLI will always need the runtime. NET (the version that you created the program.) You also need the C + + runtime, but that can be ignored. You give the project properties in the solution explorer, you're going to tab C / C + + "->" Code Generation "and" Runtime Library "choose" Multi-Threaded. But in the version it is "Release" because the "Debug" cannot be distributed because it has other DLLs that are not available for distribution.

  5. #5
    Join Date
    May 2009
    Posts
    2,865

    Re: How to run Visual C + + application from another computer

    I do what I say, but I see no tab C / C + +, I get:
    - Configuration Properties
    - General
    - Custom Build Step
    - General
    As I understand, I have to install the runtime. NET on the machine where you want to run my application. And the second paragraph you make me, so that has to do?? As always, thank you very much and greetings!

Similar Threads

  1. Tips for developing Visual Basic application
    By SpearMan in forum Tips & Tweaks
    Replies: 2
    Last Post: 23-04-2012, 03:05 PM
  2. How to create installation package of application in visual basic 6.0
    By Badrinath18 in forum Software Development
    Replies: 5
    Last Post: 02-07-2011, 07:28 PM
  3. Free Visual Voicemail Application for Windows mobile
    By Ameeryan in forum Portable Devices
    Replies: 3
    Last Post: 21-08-2009, 05:18 AM
  4. Access Outlook from Visual Basic Application
    By Ebenezer in forum Windows Software
    Replies: 3
    Last Post: 11-06-2009, 07:38 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,672,776.55493 seconds with 17 queries