View Single Post
Fyren
FyrenFyrenFyrenFyrenFyren FyrenFyrenFyrenFyrenFyren FyrenFyrenFyrenFyrenFyren FyrenFyrenFyrenFyrenFyren
Join Date: Feb 2106
Old 09-29-2018 , 17:44   Re: SetNTVOptional() isn't being called automatically?
Reply With Quote #8

#tryinclude isn't very useful. If the include is missing, then you can't have any mention of its declared stuff or the compile will fail. You'd end up wrapping everything in #ifs to deal with it and then the resulting binary will not optionally use the other plugin if the include was missing at compile-time.
Fyren is offline