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. Feature lock and unlock

Feature lock and unlock

Scheduled Pinned Locked Moved C / C++ / MFC
salesjson
3 Posts 3 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.
  • R Offline
    R Offline
    raybert
    wrote on last edited by
    #1

    I am working on an application that has different features built in for parsing traffic logs for the television broadcast industry. Marketing wants to sell each feature seperately or as a full package. What would be the best way to turn on and off these features short of having to do seperate builds for each of them. Also if at a later date the customer wants to add features to his existing software without having to send them a new build. raybert

    R M 2 Replies Last reply
    0
    • R raybert

      I am working on an application that has different features built in for parsing traffic logs for the television broadcast industry. Marketing wants to sell each feature seperately or as a full package. What would be the best way to turn on and off these features short of having to do seperate builds for each of them. Also if at a later date the customer wants to add features to his existing software without having to send them a new build. raybert

      R Offline
      R Offline
      Rster021111
      wrote on last edited by
      #2

      There are many solutions to your problem. One way we do it at our company is run a little setup dialog first, so that the user tells what to start. Then that dialog calls the appropriate executables and passes in different command-line arguments for different features.

      1 Reply Last reply
      0
      • R raybert

        I am working on an application that has different features built in for parsing traffic logs for the television broadcast industry. Marketing wants to sell each feature seperately or as a full package. What would be the best way to turn on and off these features short of having to do seperate builds for each of them. Also if at a later date the customer wants to add features to his existing software without having to send them a new build. raybert

        M Offline
        M Offline
        Maximilien
        wrote on last edited by
        #3

        package your features in DLL, only ship the one that the client buy.


        Maximilien Lincourt Your Head A Splode - Strong Bad

        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