We updated TMS FNC UI Pack to the latest Version. Unfortunately our libraries and apps can't be linked as "TMSFNCDataGrid::Objects" is causing a linker error.
We are using C++ Builder 13 with the latest patch. We are using the 32bit clang Compiler, but this error also appears with modern 64bit Compiler.
Steps to reproduces:
- Create a new C++ Builder Project
- Drop a TMSFNCDataGrid on the form
- Add the following Code anywhere (i. e. in the constructor):
this->TMSFNCDataGrid1->Objects[0][0];
When the IDE is trying to link the following error is displayed:
[Linker Error] Error: Nicht auflösbares externes '__fastcall Vcl::Tmsfncdatagrid::TTMSFNCCustomDataGrid::GetObjectW(int, int)' referenziert von C:\USERS\CHRISTIAN.ARTINGER\DOCUMENTS\EMBARCADERO\STUDIO\PROJEKTE\WIN32\DEBUG\UNIT7.OBJ