I have a C++ dll that I am trying to call in another section of code (happens to be C#)
currently I am getting the following error:
Additional information: Unable to load DLL 'MATLABThreadLibrary.dll': The specified module could not be found.
even though I believe I've got all the correct paths defined...
anyone have any suggestions? Google has proven fruitless.
As far as I can tell, the C# gui is not finding my C++ DLL -- does anyone know how to wrap C++ code to export into C#? Or is that more a C# forum question?