Hi!
I made an ArcPad-applet which I want to be protected. I read about a way in ArcPad-Studio-help to encode my applet while compiling it.
But when I copy this encoded applet now to the applet folder, ArcPad gives an error-message only containing the path of my "Applet1.apa".
So what can I do to run my script in encoded version?
if this is not possible... Would there be a way to use interprocess-communication to send all needed applet-script-information to ArcPad at runtime using a custom C++ program? I know that ArcPad Studio is able to send scripts like MessageBox("hello world"); to ArcPad, but could I also send declarations to ArcPad, what to do if e.g. an OnPosition-Event is firing??
Sascha