Linker Tools Error LNK1154

specified import library filename matches exports file 'filename'

The filename specified with LINK /IMPLIB or with LIB /DEF /OUT conflicted with the filename given by LINK or LIB to the exports file. The filename is formed from the base name of the main output file and the extension .exp.

See Also

Reference

/IMPLIB (Name Import Library)

/DEF (Specify Module-Definition File)

/OUT (Output File Name)