Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can i put my *.app into memory and run it .......
Message
De
16/06/2003 10:46:08
 
 
À
16/06/2003 09:09:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00800182
Message ID:
00800307
Vues:
27
sorry !! my english is poor ~~
i want protect my application.....(its filename is my.app)
i will cut it in many parts.

ex: (my.app filesize : 30MB)
i cut it in three parts...
my.app ¡÷ my.001 + my.002 + my.003
(30MB) ¡÷ (10MB) + (10MB) + (10MB)

local oApp
oApp = filetostr(My.001) + filetostr(My.002) + filetostr(My.003)
(oApp = filetostr(My.App))

i can save it (App2) in hard disk (filename:My.App) and run it ,
but i want save it Memory, not in hard disk and then run it ....
this way maybe can protect my application...
but i don't know how to run it......
please help me ~~ thanks !!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform