MATLAB: Do I receive a linker error when compiling a DLL using MATLAB Builder EX 1.2.14 (R2009b)

1104compiledllerrorlinklinkerlnkMATLAB Builder EX

When I attempt to compile my DLL using MATLAB Builder EX, I receive the following at the end of my compilation:
LINK : fatal error LNK1104: cannot open file 'C:\DOCUME~1\my_1_0.dll' failed.

Best Answer

The linker error message indicates that the DLL cannot be opened. It is likely that this DLL is currently referenced or used in an application (i.e. Excel). Please shut down all applications that are currently using the DLL and recompile.