Subject | Re: [IBO] error message |
---|---|
Author | Paul Vinkenoog |
Post date | 2003-09-01T00:00:49Z |
Hi Jonathan,
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
> the statement below leads to the following C++ warning messageBCB, but it surprises me. This warning is normally given if you compare
>
> 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
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