Linker Tools Warning LNK4070
/OUT:filename directive in .EXP differs from output filename 'filename'; ignoring directive
The filename
specified in the NAME or LIBRARY statement when the .exp file was created differs from the output filename
that was either assumed by default or specified with the /OUT option.
You will see this warning if you change the name of an output file in the development environment and where the project's .def file was not updated. Manually update the .def file to resolve this warning.
A client program that uses the resulting DLL might encounter problems.