"Error: no property `offsetof` for type `char*`"

Steven Schveighoffer schveiguy at gmail.com
Fri Aug 19 14:22:04 UTC 2022


On 8/19/22 9:49 AM, MyNameHere wrote:
> Thank you, that seems to have resolved the issue, though I wish these 
> sorts of problems would stop cropping up, they are souring the 
> experience with the language.

Most likely that "member" is a macro in C. D doesn't have macros, so it 
uses properties.

The error message could be better though.

-Steve


More information about the Digitalmars-d-learn mailing list