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

Newbie Question about creating plug-ins


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

Recommended Posts

Posted

I'm interested in creating my own plug-ins for FileMaker but I only have FileMaker Pro 5.5 and not the Developers Edition. Am I out of luck or is there a way for me to still create anything.

Posted

Take a look at www.filemaker.com/products/plugin_developer_faq.html for information on developing plug-ins. The Developer's Edition does contain resources for creating a plug-in. You will, however, also need resources such as CodeWarrior (mac) and an equivalent PC resource to perform the programming required for this task.

I would first make sure that the plug-in you need does not already exist (usless your primary interest is to create a product).

-bd

Posted

Thanks for you reply...

Already looked at that and the only thing interesting there was that FileMaker Developer contained the API needed to create the plug-ins.

All I have is FileMaker Pro and am trying to figure out if I can still create my own plug-ins (i.e. get the API since I don't have it and if FileMaker Pro can even use plug-ins since I'm not sure if its a "Developers Edition" only feature.)

With regards to finding the plug-ins, I have found others but am not interested in paying for them. Another factor in my decision is that I'm a co-op student so creating my own plug-ins would be an interesting experience (I have experience with Java and am just beginning to learn C++)

  • 1 month later...
  • Newbies
Posted

You need the developer version to create plug-ins, but not to use them. The developer version contains a number of files that are necessary to compile a plug-in which aren't available (legally!) elsewhere. Once you've made a plug-in, you can use it with the "regular" FileMaker Pro.

[ November 26, 2001: Message edited by: Mouken ]

  • 2 years later...
  • Newbies
Posted

"The developer version contains a number of files that are necessary to compile a plug-in"

which are these and how do I compile my plug-in?

please help me!!! confused.gif

Version: Developer v6

Platform: Windows XP

Posted

With Windows XP, you should use MS Visual Studio C++ 6.0. With this, you can open the sample plug-in that is included and compile it to a plug-in. The plug-in is just a DLL that has the extension .fmx.

From there, you can see how the plug-in is constructed and alter it to do what you want.

This topic is 7586 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.