Hi,
When I run an extension I've compiled, and built an exe with it, it gives the following error upon running on a different machine:
"Cannot load mfx. This object might need an external program or library not yet installed."
What does this mean, more exactly? Did it throw some kind of exception? Or was it not able to even load/initialize?
I mean, should I be looking at dependencies or in the actual logic code so no errors á la "array out of bounds" occur?