Doubt about GPMultivalue

3118
2
Jump to solution
06-07-2016 09:13 PM
Bhargav_KumarK
New Contributor

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?

0 Kudos
1 Solution

Accepted Solutions
LucasDanzinger
Esri Frequent Contributor

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.

View solution in original post

0 Kudos
2 Replies
LucasDanzinger
Esri Frequent Contributor

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.

0 Kudos
Bhargav_KumarK
New Contributor

Thanks Lucas Danzinger for reply.

0 Kudos