Difference between revisions of "Plugin Setup"
From FM Plugin Wikipedia
(Configuring XCode or Visual C) |
|||
Line 4: | Line 4: | ||
Taking either the FileMaker Plugin example, or one of the sample templates provided by other plugin developers and getting it to compile so that it will load in FileMaker Client. | Taking either the FileMaker Plugin example, or one of the sample templates provided by other plugin developers and getting it to compile so that it will load in FileMaker Client. | ||
− | + | ||
+ | ===Initial Configuration=== | ||
+ | =Microsoft Visual C++= | ||
+ | When attempting to compile the plugin on Windows using Microsoft Visual C++ Studio, I found I needed to download and install VS SDK for Windows. | ||
+ | |||
+ | This can be downloaded for free from www.microsoft.com |
Revision as of 00:02, 8 July 2007
This page is about configuring XCode (Mac) or Visual C++ (Windows) so that it will compile plugins for FileMaker.
Taking either the FileMaker Plugin example, or one of the sample templates provided by other plugin developers and getting it to compile so that it will load in FileMaker Client.
Initial Configuration
Microsoft Visual C++
When attempting to compile the plugin on Windows using Microsoft Visual C++ Studio, I found I needed to download and install VS SDK for Windows.
This can be downloaded for free from www.microsoft.com