ā2019-10-07
04:55 PM
- last edited on
ā2022-09-29
10:10 AM
by
Daniel Kassai
Solved! Go to Solution.
ā2019-10-08 03:31 PM
n.mihaylov wrote:Add ObjectDatabase.framework from Support/Frameworks to "External Frameworks and Libraries".
I can not build it for Mac. I keep on getting 16 errors like this:
Undefined symbols for architecture x86_64:
"ODB::FieldType const& ODB::GetFieldType<GS::Guid>()", referenced from:
__GLOBAL__sub_I_ACAPlib.c in libACAP_STAT.a(ACAPlib.c.o)
ā2019-10-08 10:55 AM
n.mihaylov wrote:Yes, it's correct. Please change not only the libraries in Support folder, I recommend you to change the whole Support folder
If I have a plugin for AC22, do I have to change only the libraries in Support folder or something else (and of course align the API functions definition changes) and build the plugin in order to load it in AC23?
ā2019-10-08 10:58 AM
ā2019-10-08 03:19 PM
ā2019-10-08 03:31 PM
n.mihaylov wrote:Add ObjectDatabase.framework from Support/Frameworks to "External Frameworks and Libraries".
I can not build it for Mac. I keep on getting 16 errors like this:
Undefined symbols for architecture x86_64:
"ODB::FieldType const& ODB::GetFieldType<GS::Guid>()", referenced from:
__GLOBAL__sub_I_ACAPlib.c in libACAP_STAT.a(ACAPlib.c.o)
ā2019-10-08 03:34 PM