Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

Plug in doesn't work on XP standalone compiled app


This topic is 7695 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

What plug-in?

Most plug-ins you will have to buy the developer license in order to distribute with runtimes. I have never bought a plugin developer license, so I don't know how it works.

Ken

Posted

You have the plugin located where it should be...in the system folder beneath the solution's folder. You may need to wake the plugin up by calling it to obtain its version number (on developer licenses, this is where you would generally put the dev license info). I have 3 or 4 dev licenses and they all work from a kiosk without any problems.

Steve

  • 2 months later...
Posted

thanks for all the info to date. I have used the Crypto plug-in within a script as you suggested and 'all is well with the world' . . I have successfully created the kiosk version of the application but the Crypto plug-in fails to transfer across to the final compiled solution. I have placed the plug-in at all 'levels' in the file hierarchy but to no avail. I can find no information that suggests this is a purchase plug-in that won't operate in a standalone mode, so I'm perplexed. I'll keep trying different options but any further advice is appreciated.

Posted

I use it in a complied kiosk all the time. All of the plugins that you use need to be put in to a System folder as a sub-folder beneath your solution. This particular plugin does require that you call it to obtain it version # before you call it to encrpt anything: External("crypt-Version","")

It will return "Crypto Toolbox 1.0v1"

If you are planning to use more than 1 plugin, consider putting them in a script and having them all return version numbers.

Steve

This topic is 7695 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.