Results 1 to 4 of 4

Thread: program self-deactivation and protection with Qt

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    6
    Thanked 348 Times in 333 Posts

    Default Re: program self-deactivation and protection with Qt

    Cookies are for web pages and web browsers. But regardless, wherever you store the data, it can be deleted, or your program can be patched to ignore that data by pirates.

    For example, you can open a file, read the counter, increment by one and write that value back. Other people can alter the value too, so you need to find a way around that.

    Or you could just use a ready-made licensing solution.

  2. The following user says thank you to squidge for this useful post:

    timmu (21st May 2010)

Similar Threads

  1. Replies: 1
    Last Post: 30th April 2010, 13:25
  2. running external console program by gui program
    By alireza.mixedreality in forum Qt Programming
    Replies: 4
    Last Post: 24th April 2010, 18:05
  3. a program to start another program.
    By zakis in forum Qt Programming
    Replies: 4
    Last Post: 17th December 2009, 19:25
  4. Replies: 7
    Last Post: 19th January 2008, 15:29
  5. How do I make a program out of my program?
    By Randulf in forum Newbie
    Replies: 1
    Last Post: 29th May 2007, 11:11

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
  •  
Qt is a trademark of The Qt Company.