how make limit running my program?Dear Sirs, I am beginner in C++ and have problem wi

Discussion in 'Win32' started by rezame, May 5, 2010.

  1. rezame

    rezame New Member

    Joined:
    May 5, 2010
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Dear Sirs,
    I am beginner in C++ and have problem with one my program.
    I am C++ dll for protection my Expert advisor(Metatrader software).
    I want make demo version for my client and want using time limit on that.
    For example each client able use this software for 7 days and after that not workable for him/her.
    I want simple code that check this time for me.
    I am using win32 console.
    Thanks.
     
  2. LynxSI

    LynxSI New Member

    Joined:
    May 23, 2010
    Messages:
    30
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    Software Developer
    Location:
    Vancouver, BC, Canada
    Home Page:
    http://www.lynxsi.ca/
    Re: how make limit running my program?Dear Sirs, I am beginner in C++ and have proble

    You should do a quick google search for "Software Rights Management" or "Software License Protection" or similar. There are many third party libraries you can purchase to accomplish this. I myself am primarily a .net developer, so the solution I use may not be of any use to you (Xheo - I use both his obfuscation/encryption system and licensing system).

    If you roll your own copy protection scheme it will likely be easily defeatable.
    - Ben
     
  3. Mike911

    Mike911 New Member

    Joined:
    Jun 6, 2010
    Messages:
    12
    Likes Received:
    0
    Trophy Points:
    0
    Re: how make limit running my program?Dear Sirs, I am beginner in C++ and have proble

    The problem is you need a reliable and trustable time.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice