Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Protecting Source Code
Message
From
30/12/2003 10:06:59
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
30/12/2003 10:01:31
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00862734
Message ID:
00862814
Views:
14
>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)
Previous
Reply
Map
View

Click here to load this message in the networking platform