Linker Tools Warning LNK4239

invalid load config struct for SAFESEH image; generating non-SAFESEH image.

/SAFESEH was not specified and you supplied an old IMAGE_LOAD_CONFIG_DIRECTORY (_load_config_used) structure and/or without specifying the symbols __safe_se_handler_table or __safe_se_handler_count in the structure.

To resolve this error, use the latest CRT libraries, which contain the new definition, or modify the user-supplied custom load config struct to conform to the new definition.

The linker will produce an image without a table of safe exception handlers.