Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Protect code in a class??
Message
From
29/05/2006 23:52:57
 
 
To
26/05/2006 09:54:58
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01125251
Message ID:
01125749
Views:
11
>>how I can do to protect the code of a class that alone I could see.
>>that if I give them the lessons to anybody this person could not see the codes
>
>The source code is stored in one memo field, the compiled version in another. You can make a backup, and then:
>
>
>use MyLib.vcx
>replace all methods with ""
>
>
>Don't forget the backup.


That will not really protect it. The code in the memo field that is compiled is just like an FXP, which means that it can be decompiled like any other unprotected FXP!
Previous
Reply
Map
View

Click here to load this message in the networking platform