Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why are there compiler errors when using RegisterFnFactory macros?

compiler errors macros
0
Posted

Why are there compiler errors when using RegisterFnFactory macros?

0

OOPSMP uses variadic macros, i.e., macros with a variable number of arguments, to register class functions for plug-and-play functionality. Variadic macros are part of the C99 standard, but some older compilers might not support variadic macros. In fact, Microsoft Visual Studio prior to v.8 did not support variadic macros.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123