Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can i put my *.app into memory and run it .......
Message
From
16/06/2003 10:46:08
 
 
To
16/06/2003 09:09:59
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00800182
Message ID:
00800307
Views:
26
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 !!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform