Subject | Re: [IBO] error message |
---|---|
Author | Helen Borrie |
Post date | 2003-08-31T23:29:21Z |
At 08:25 PM 31/08/2003 +0000, you wrote:
pointer in Delphi - Datasource maps to a T[_IB]Datasource, not a dataset.
if ((fClientInfo->ubClient->DataSource->Dataset == fdatmodCPM->qHxEmp)
Helen
>the statement below leads to the following C++ warning messageI'm not a CPPB programmer, but I'd guess it's equivalent to an invalid
>
>
> form1 update bar property form1 query
>if ((fClientInfo->ubClient->DataSource == fdatmodCPM->qHxEmp)
>
>
>[C++ Warning] pClientInfo.cpp(175): W8011 Nonportable pointer
>comparison
>
>
>is this an IBO or CBuilder issue
pointer in Delphi - Datasource maps to a T[_IB]Datasource, not a dataset.
if ((fClientInfo->ubClient->DataSource->Dataset == fdatmodCPM->qHxEmp)
Helen