Subject Re: [IBO] error message
Author Paul Vinkenoog
Hi Jonathan,

> the statement below leads to the following C++ warning message
>
> 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

BCB, but it surprises me. This warning is normally given if you compare
a pointer to a non-pointer (at least in BCB5, I don't have 6).

However, it does strike me that you compare a datasource pointer to a
query pointer. Shouldn't the left hand side end in DataSource->Dataset?


Greetings,
Paul Vinkenoog