On Wed, Apr 8, 2009 at 8:56 PM, codemaker <[email protected]> wrote: > Hi Everybody > > I'm trying to create a registration system for a new software and I would > like to have your opinions on the following issues. > > When you distribute your software to various sites do you provide > registration mechanism to them? >
yes > > At some point when the program checks for registration Key/File it will for > example set a boolean variable to true. Do you do it other way? no; If you are lazy, Dmitry Grinberg has PowerReg libraries at palmpowerups.com freeware section. > > > Is it possible to check if my program is modified and prevent it from > running? create a small PNO to check CRC of the main application, store CRC of the PNO in the main application. Compare both to be sure they are both unmodified. > > > > -- > For information on using the ACCESS Developer Forums, or to unsubscribe, > please see http://www.access-company.com/developers/forums/ > -- Thanks and best regards, Ryan Rix TamsPalm - The PalmOS Blog (623)-239-1103 <-- Grand Central, baby! Jasmine Bowden - Class of 2009, Marc Rasmussen - Class of 2008, Erica Sheffey - Class of 2009, Rest in peace. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
