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 12:12:56
 
 
To
16/06/2003 10:46:08
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00800182
Message ID:
00800355
Views:
30
To the best of my knowledge you cannot do that in a Windows environment.

Windows requires special structures in order to be able to load/control/unload an application and these are built/filled partially when you BUILD your DLL/EXE and partially when you d-click (or somehow invoke an application). With a regular .app then it is run within VFP itself and VFP takes care of those things internally.


>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