c++ - Truecrypt cannot build -


6>comsetup.obj : warning lnk4075: ignoring '/editandcontinue' due '/safeseh' specification 6>  setup.vcxproj -> c:\truecrypt\source\setup\debug\truecryptsetup.exe         ========== rebuild all: 6 succeeded, 0 failed, 0 skipped ========== 

this message after build truecrypt source code windows on visual studio 2012. succeeded file @ c:\truecrypt\source\setup\debug\truecryptsetup.exe not work.

how can fix it?

this warning can ignore. file seems have been compiled successfully, need put relevant dlls in same folder truecrypt.exe. these missing dlls makes program crash.


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -