Hello,
I've created a DLL file using the Matlab Compiler. I have tested the DLL by calling functions from it through a C executable, so I know it works. I'm having some trouble getting the everything to work in LabView, though.
I am using a Call Library Function node to invoke the desired functions in the DLL. When I call the initialize function, mclInitializeApplication succeeds, but the <libraryName>Initialize call fails. From what I can tell, this is because LabView cannot find the CTF file that is used by the Initialize function to create the required support files.
What needs to happen so that the DLL can find the CTF file?
Thanks,
Alex Whitney