Possibility of dynamically passing updated headers? #12508
Replies: 1 comment 2 replies
-
|
no |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Howdy,
I was wondering that since it seems that everytime a function or variable is renamed, all plugin authors have to rename this to a new name, if it is possible to dynamically say what something is? I genuinely have no idea how this would be possible in cpp, but maybe an API or something that names will not change on?
My weed-level overview is that before compiling the plugins they query what the names are of certain "functions"- that is not programming functions but general things like "window management"- and then pass that into the compile phase. I think this should be possible as
#includeand other things literally just copy-paste so a guard saying "use this" should be possible? This way when something is renamed/deleted(for whatever reason) it can still compile and run. I think this would be a dramatic improvement and kill a lot of headaches that happen for various plugins.Beta Was this translation helpful? Give feedback.
All reactions