I am using EsriRuntimeQt::GPMultiValue to give input to GPK. I need to give multi value input to GPK. Sample is as follows:
EsriRuntimeQt::GPMultiValue <EsriRuntimeQt::GPString *> l_p;
I am getting error
undefined reference to `EsriRuntimeQt::GPMultiValue<EsriRuntimeQt::GPString*>::GPMultiValue(QObject*)'
undefined reference to `EsriRuntimeQt::GPMultiValue<EsriRuntimeQt::GPString*>::~GPMultiValue()'
undefined reference to `EsriRuntimeQt::GPMultiValue<EsriRuntimeQt::GPString*>::~GPMultiValue()'
Can I get some sample code, how to use this EsriRuntimeQt::GPMultiValue?
Solved! Go to Solution.
This unfortunately looks like a bug in our 10.2.6 release. Once we bring GP into our Quartz release, we will have this working properly.
This unfortunately looks like a bug in our 10.2.6 release. Once we bring GP into our Quartz release, we will have this working properly.
Thanks Lucas Danzinger for reply.