Hi, I make this tutorial:
but I have a problem in server line:
TFDJSONDataSets *ds = new TFDJSONDataSets(); TFDJSONDataSetsWriter::ListAdd(ds, FDQueryDepartmentNames);
[ilink32 Error] Error: Unresolved external 'Data::Firedacjsonreflect::TFDJSONDataSets::' referenced from ...\PROJECT9\WIN32\DEBUG\SERVERMETHODSUNIT1.OBJ
[ilink32 Error] Error: Unresolved external 'Data::Firedacjsonreflect::TFDJSONDataSetsWriter::' referenced from ...\PROJECT9\WIN32\DEBUG\SERVERMETHODSUNIT1.OBJ
[ilink32 Error] Error: Unresolved external '__fastcall Data::Firedacjsonreflect::TFDJSONDataSetsWriter::ListAdd(Data::Firedacjsonreflect::TFDJSONDataSets * const, Firedac::Comp::Client::TFDAdaptedDataSet * const)' referenced from ...\PROJECT9\WIN32\DEBUG\SERVERMETHODSUNIT1.OBJ
[ilink32 Error] Error: Unresolved external '__fastcall Data::Firedacjsonreflect::TFDJSONInterceptor::DataSetsToJSONObject(Data::Firedacjsonreflect::TFDJSONDataSetsBase * const, System::Json::TJSONObject * const)' referenced from ...\PROJECT9\WIN32\DEBUG\SERVERMETHODSUNIT1.OBJ
My system is Windows 7 Ultimate 64 bits, installed fulll RAD Studio 10.1 Berlin
Please help me, I try to make this work so 1 week ago.
Thank You.