libimobiledevice-win32 icon indicating copy to clipboard operation
libimobiledevice-win32 copied to clipboard

Building release binaries doesn't work by default in Microsoft Visual Studio 2012

Open arbutler opened this issue 11 years ago • 2 comments

I found that this project fails to build Release binaries in Microsoft Visual Studio 2012 by default, but it can build Debug binaries successfully. Can anyone help with that?

arbutler avatar Oct 14 '13 11:10 arbutler

I also meet with this problems, and not familiar with VS. Hope for some hint!

chideat avatar Oct 16 '13 08:10 chideat

Please help to share your build log for detail tracing. In fact, I got a lot of error related to SAFESEH. You can diable it from project property->link->advanced->Image has safe exception handler->No. It may create some vulnerability issue but it works. The fundamental solution is to rebuild the linked lib with such compile option.

chouchou1981 avatar Sep 09 '14 01:09 chouchou1981