LNK9038: module unsafe for SAFESEH image

R

Rohini

Hi ,

I built a project in vc++ 7.1.
I am able to succesfully build the project but with some warnings.
I have done it in win32 release mode.
And I have done it with verbose on.

I have found the following link error in the progress information it
displays.
---------------------------------------------------------------------------------------------------------
Found __imp__atoi
Referenced in sshconfig.obj
Loaded ntdll.lib(ntdll.dll)
ntdll.lib(ntdll.dll) : LNK9038: module unsafe for SAFESEH image
--------------------------------------------------------------------------------------------------------

The above error does not stop the build from succeeding.

Could this have adverse effect at runtime.

Could anyone please clarify.

Thanks in advance.

Best Regards,
Rohini Chandra
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top