July 17, 200322 yr 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? Thanks...
July 22, 200322 yr 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
July 24, 200322 yr 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"
July 31, 200322 yr 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.
Create an account or sign in to comment