Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Protecting Source Code
Message
De
30/12/2003 10:06:59
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
30/12/2003 10:01:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00862734
Message ID:
00862814
Vues:
13
>Use this procedure to automatically remove source code (and some other unneeded stuff that I don't remember) from *.vcx in your distribution:
>
>LPARAMETERS cFile
>USE (cFile) EXCLUSIVE
>REPLACE Methods with "", reserved4 WITH "", reserved5 WITH "", reserved7 WITH "" ALL
>PACK
>PACK MEMO
>USE
>
>I use it as utility application that is automatically started from installation system (NSIS) when building new distribution.
>
>Make sure you are not erasing *.vcx in your project. Otherwise your source code will be lost.
>
>/Anton

And, although this should be obvious to many: Make sure you have a backup.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform