Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can I protect my code in the classes so I can give them.
Message
 
À
12/01/2000 05:44:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00316781
Message ID:
00316822
Vues:
16
Gustavo,

Make a copy of the VCX and VCT files. Then;
COMPILE CLASSLIB TheNameOfTheLib
USE TheNameofTheLib.vcx EXCLUSIVE
REPLACE ALL Methods WITH ""
USE
This will remove all source code from the VCX. If anyone tries to edit a method in this vcx then all of the calsses in it will stop working as there is no source code to be compiled.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform