Newbies AyseCABI Posted July 17, 2003 Newbies Posted July 17, 2003 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? Thanks...
HOnza Posted July 22, 2003 Posted July 22, 2003 If you have the EFP API folder there (and you should, otherwise you don't have the Developer CD... -)) then all you need is here: http://www.24uSoftware.com/FMTemplate It's not the FileMaker's template but I am sure it will serve you well... ;-) HOnza
cocoadev Posted July 24, 2003 Posted July 24, 2003 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"
HOnza Posted July 31, 2003 Posted July 31, 2003 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.
Recommended Posts
This topic is 7855 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 accountSign in
Already have an account? Sign in here.
Sign In Now