Jump to content
Server Maintenance This Week. ×

example plug-in in the developer cd


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

Recommended Posts

  • Newbies

hi again,

in my developer cd there isn't the folder that contains the example plug-in.

I download it from www.filemaker.com but there isn't the file of the example plug-in, FMTemplate.c in the downloaded folder too.

Is there anybody who wants to give me developer extras folder in the developer cd? smirk.gif

Thanks...

Link to comment
Share on other sites

How do I include <CoreServices/CoreServices.h> into the sample project?

#include <CoreServices/CoreServices.h> doesn't seem to work.

I get compile errors "Error: the file 'CoreServices/CoreServices.h' cannot be opened"

Link to comment
Share on other sites

FileMaker plug-in under Mac OS X must be linked against Carbon as a CFM library, so you cannot use anything except <CarbonHeaders.h> directly.

There is a way how to use Mac OS X frameworks in FileMaker plug-ins but it is quite complicated.

Link to comment
Share on other sites

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