You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There you specify "inline" to a CPP definition, thats why its code is not generated in library. But as inline is not in header its also not inline compiled.
Removing the "inline" fixes the error.
Best regards
Andreas
The text was updated successfully, but these errors were encountered:
Hi,
I have found a simple linker error which is easy to fix:
Have a look at
There you specify "inline" to a CPP definition, thats why its code is not generated in library. But as inline is not in header its also not inline compiled.
Removing the "inline" fixes the error.
Best regards
Andreas
The text was updated successfully, but these errors were encountered: