libimobiledevice-win32
libimobiledevice-win32 copied to clipboard
Building release binaries doesn't work by default in Microsoft Visual Studio 2012
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?
I also meet with this problems, and not familiar with VS. Hope for some hint!
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.