|
Deploying or building a Sheerpower program is similar to compiling and linking it.
For example, deploying MyProgram.spsrc
results in MyProgram.sprun
. The
.sprun
file is compressed base64 encrypted text that hides the source code of the
underlying program. To run an .sprun
file, the receiver needs to either install Sheerpower or
you can provide them with a copy of the sp4gl.exe
file, renamed (e.g.,
MyProgram.exe
). Place this renamed file in the same folder as
MyProgram.sprun
. Running the MyProgram.exe
file will, in turn, run the
MyProgram.sprun
deployed program.
Hide Description
|
|
Enter or modify the code below, and then click on RUN |
Looking for the full power of Sheerpower?
Check out the Sheerpower website. Free to download. Free to use. |