Grayda
08-27-2004, 05:05 AM
OK, I am at my wit's end over this question:
In my program, I want to be able to perform a self-modification check (ie. Say if my program's CRC number is 1234ABCD, and in my program, the variable appCRC = 1234ABCD, then let the program continue). My problem is, whenever I change ANYTHING in my program, the CRC number changes. How can I set it so the CRC number of my EXE matches up to my Visual Basic Variable?
If any more clarification is needed, then don't hesitate to ask
In my program, I want to be able to perform a self-modification check (ie. Say if my program's CRC number is 1234ABCD, and in my program, the variable appCRC = 1234ABCD, then let the program continue). My problem is, whenever I change ANYTHING in my program, the CRC number changes. How can I set it so the CRC number of my EXE matches up to my Visual Basic Variable?
If any more clarification is needed, then don't hesitate to ask