I’m trying to compile for android and I’m getting:
error: '__declspec' attributes are not enabled; use '-fdeclspec' or '-fms-extensions' to enable support for __declspec attributes
Comping from the PLUGINNAME_API declarations, which is defined as DLLIMPORT. I feel like I must be missing something obvious? I would expect the DLLIMPORT macro to be empty for android or using the visibility specification instead of __declspec.
Anyone have any ideas whats going on with this? I’ve checked that no where in the plugin is DLLIMPORT being overwritten.
thanks but nopes. like i said. the __declspec is in a plugin i need. i know it’ s in that plugin.
i would need to actually fix the issue. to use the plugin.