Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 765 Bytes

linker-tools-warning-lnk4102.md

File metadata and controls

15 lines (12 loc) · 765 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Linker Tools Warning LNK4102
Linker Tools Warning LNK4102
11/04/2016
LNK4102
LNK4102
bfd1b17e-05c7-4bc2-80d6-2888b1a425b2

Linker Tools Warning LNK4102

export of deleting destructor 'name'; image may not run correctly

The program has attempted to export a deleting destructor. The resulting delete may occur across a DLL boundary such that a process can free memory that it does not own. Make sure that the given symbol is not listed in your .def file, and that the symbol is not listed as an argument of the /IMPORT or /EXPORT option in the linker command line.

If you are rebuilding the C run-time library, you can ignore this message.