Was just wondering if there are any rules that would need to be followed when using static/dynamic libraries in extensions?
Am able to build static libraries into an extension, compile without error, but suddenly MMF2 no longer recognizes them as extensions,
Whats especially odd, is its only when code is implemented, if I create functions with static libraries, but don't use them, MMF2 sees the extension fine.
Am I just missing something, or is there something not to obvious I'm missing?
Does not seem to be with any specific library, I've tried a handful of smaller ones, every one seems to cause the issue.
Help?