01-10-2014 07:45 AM
Hello,
I have a dll that I'm trying to use, for which there was no library file. I manually created a .h file, used CVI to create a .lib file, and the program compiles fine.
I have the dll in the folder, but when I run an error is reported that says CVI cannot start the program because mfcsecacc.dll is missing from the computer.
The name of the dll is secacc.dll, why is CVI looking for a dll with mcf added to the name?
Terry
01-13-2014 02:44 AM
I believe the secacc.dll requires the mfcsecacc.dll.
You can verify this with this tool: http://www.dependencywalker.com/
01-14-2014 12:18 PM
It's an homegrown dll,unless it's a very unfortunate name that was chosen... I don't know.