When the calling code does NOT pass an optional parameter to a
CDECL procedure, does the PB engine pass zeroes for the parameter, or
does it pass nothing at all for that parameter? I have tried two
different codes, one using production code, the other using temporary
test code. The end results were not identical. So, I am trying to narrow
down to what I think is an error in my production code implementation.
Otherwise, I cannot explain the differences. I do not want to post
the code (I no longer have the test code) unless I absolutely
have to, because it uses other features in my PB setup, and I do not
really want to go into a long explanation of the whatfors of why this
does that.
Thank you for any assistance.
------------------
clayclear4 at mchsi dot com
CDECL procedure, does the PB engine pass zeroes for the parameter, or
does it pass nothing at all for that parameter? I have tried two
different codes, one using production code, the other using temporary
test code. The end results were not identical. So, I am trying to narrow
down to what I think is an error in my production code implementation.
Otherwise, I cannot explain the differences. I do not want to post
the code (I no longer have the test code) unless I absolutely
have to, because it uses other features in my PB setup, and I do not
really want to go into a long explanation of the whatfors of why this
does that.
Thank you for any assistance.
------------------
clayclear4 at mchsi dot com
Comment