Hi, I'm making a base class intended to be extended by multiple objects.
One of the task I would like to do is related to SFCFlags. The problem is that I want to manage a class that's not created yet. There is any pragma or compilator definition I could use? Ideally the compilator should trust for a variable that don't exist yet.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I'm making a base class intended to be extended by multiple objects.
One of the task I would like to do is related to SFCFlags. The problem is that I want to manage a class that's not created yet. There is any pragma or compilator definition I could use? Ideally the compilator should trust for a variable that don't exist yet.