Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Protecting Source Code
Message
De
30/12/2003 10:01:31
 
 
À
29/12/2003 22:51:50
Maltin Lacsina
Angeles Electric Corporation
Angeles, Philippines
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00862734
Message ID:
00862811
Vues:
14
This message has been marked as the solution to the initial question of the thread.
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
/A new technology turns into completely outdated stuff before you have a time to read "Getting Started..." section.
/If there are some "system programmers" then others are unsystematic.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform