Hi, I'm trying to create a filemaker plugin for the first time. I've copied cpp_example, FMAPI, and FMTemplate from the Developer 7 disk and created a new DLL project in VC++ 6, then added the FMPluginHandlers.cpp file and compiled.
I rename the resulting DLL file to plugin.fmx and place it in the extensions directory.
Problem is, when I start filemaker I don't see the plugin :-(
It doesn't help that my c++ skills are very weak making c++ oriented documentation difficult to follow. Can someone please tell me where I'm going wrong?
Also, has anyone seen, heard of, or is capable of making delphi translations of the c++ plugin headers? I tryed compiling the headers to an .obj and linking them with delphi but it seems VC++ format object files aren't compatable with borland compilers.
Any help would be greatly appreciated.