Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
In the FLHook plugin sdk 1.6.0, the file flhook.h has the following lines…
#define IMPORT __declspec(dllimport) #define IMPORT __declspec(dllexport)
Should this be?
#define IMPORT __declspec(dllimport) #define EXPORT __declspec(dllexport)
Of course, thx for spotting the mistake.
I wanted to re-do the sdk files anyways so I think I will release new sdk package soon.