Jump to content

cocoadev

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by cocoadev

  1. 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"
  2. source code at that site seems to no longer exist or the links are dead. I'm also trying to author a plugin, but I'm having no luck using CodeWarrior under OSX, although I have written plugins for FM/Windows. As for trying to convert a number to string, you shouldn't need a new plugin to do that. You should just use a built in function. Judging from how FM handles data passing between your plugin and Filemaker, everything is a (char*) string. Does anyone here
  3. You have to have a copy of CodeWarrior to do builds of plugins against OSX. Crap. Anyone know if I can get away with using the "learning" edition of CW to do builds of FileMaker plugins? Explanation on why you must use CodeWarrior for Plugin Development
  4. Can you do plugin development with ProjectBuilder or just plane jane gcc and a set of makefiles?
  5. Hey - did you ever get an answer for this? I'm trying to do Plugin development on OSX using ProjectBuilder, but I can't seem to find anyone. vic
  6. Hey - I just talked to the folks at FileMaker and I couldn't get any information on how to build the FileMaker plugin using ProjectBuilder or gcc. I'm using FileMaker Developer 6.0 and I don't want to have to purchase CodeWarrior. Can someone convert the example plugin project in FileMaker developer 6 using the instructions at Converting CodeWarrior to ProjectBuilder? My email address is vng1@mac.com - any other kind of advice on this would be appreciated. vic
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.