Jump to content
Server Maintenance This Week. ×

Newbie Question about creating plug-ins


FUBAR

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

Recommended Posts

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

Link to comment
Share on other sites

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++)

Link to comment
Share on other sites

  • 1 month later...
  • Newbies

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 ]

Link to comment
Share on other sites

  • 2 years later...

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.

Link to comment
Share on other sites

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