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. C / C++ / MFC
  4. Suitable Application type in VS2008 for my Purpose

Suitable Application type in VS2008 for my Purpose

Scheduled Pinned Locked Moved C / C++ / MFC
questioncsharpc++visual-studiosysadmin
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.
  • M Offline
    M Offline
    manoharbalu
    wrote on last edited by
    #1

    I need to create an application (PlantModel Application) that needs to run at the background which is invoked by a MFC application which passes command line parameter to the application at the time of invoking. This model application needs to transfer data across LAN network using TCP sockets and hence needs MFC support. At the same time this model application don't need GUI since it runs at the background only. Please suggest, What is the best suited application type that can chosen during the creation in Visual studio 2008?

    L 1 Reply Last reply
    0
    • M manoharbalu

      I need to create an application (PlantModel Application) that needs to run at the background which is invoked by a MFC application which passes command line parameter to the application at the time of invoking. This model application needs to transfer data across LAN network using TCP sockets and hence needs MFC support. At the same time this model application don't need GUI since it runs at the background only. Please suggest, What is the best suited application type that can chosen during the creation in Visual studio 2008?

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      A simple console application may do it, or probably better, a Windows service.

      manoharbalu wrote:

      transfer data across LAN network using TCP sockets and hence needs MFC support.

      TCP/IP has no requirement for MFC support.

      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