Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. need help for a standalone application

need help for a standalone application

Scheduled Pinned Locked Moved .NET (Core and Framework)
questioncsharphelptutorialannouncement
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    Ibana
    wrote on last edited by
    #1

    Hello there experts! Im currently working on my first .Net application where i visualize some FEM calculations using VTK(visualiztion ToolKit). Im using .Net and WINAPI as GUI. But now I want to build an standalone application and really dont have any ideas on how to do this. So I dont really know what to look for on the web. I have build an version by setting the build mode to Execute, and I guess that this version requires the dll files if it was to run on another computer? If that is the case I want to make an install/uninstall application that installs these files. Any suggestions? And finally , if I dont want to use dlls, how do I build an static version ? Regards Peter

    C 1 Reply Last reply
    0
    • I Ibana

      Hello there experts! Im currently working on my first .Net application where i visualize some FEM calculations using VTK(visualiztion ToolKit). Im using .Net and WINAPI as GUI. But now I want to build an standalone application and really dont have any ideas on how to do this. So I dont really know what to look for on the web. I have build an version by setting the build mode to Execute, and I guess that this version requires the dll files if it was to run on another computer? If that is the case I want to make an install/uninstall application that installs these files. Any suggestions? And finally , if I dont want to use dlls, how do I build an static version ? Regards Peter

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      Ibana wrote: And finally , if I dont want to use dlls, how do I build an static version ? You cannot, you must deploy the .NET framework on the target machine. Ibana wrote: But now I want to build an standalone application and really dont have any ideas on how to do this. You probably want to create a new Windows Application project (also know as a WinForms or Windows Forms application - if your looking for key words). You'll find the relevant type in the project type folder for your language of choice. Also there are a number of tutorials here on CodeProject for getting started. Ibana wrote: If that is the case I want to make an install/uninstall application that installs these files. Any suggestions? You should add a Setup Project (in the Setup and Deployment Project category) to your solution. There are some tutorials on MSDN to help you get started with creating a setup project.


      Do you want to know more?


      Vogon Building and Loan advise that your planet is at risk if you do not keep up repayments on any mortgage secured upon it. Please remember that the force of gravity can go up as well as down.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups