Using typedefine in modules question?

D.D.K-2637 966 Reputation points
2021-02-14T22:18:34.307+00:00

Hi,
how I can reuse typedefine.h in modules?
they didn't seem to recognize them.

67859-image.png

Thanks you!

Developer technologies | C++
{count} votes

1 answer

Sort by: Most helpful
  1. Guido Franzke 2,191 Reputation points
    2021-02-16T07:22:31.527+00:00

    Hello,
    you use "ELL* e", so "e" is a pointer. If "to" is a member of ELL, then you must use "e->to" .
    Regards, Guido

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.